Push event to branch 4.0 Connecting to https://api.github.com using GitHub bot (username/token) Obtained etc/jenkins/Jenkinsfile_ci_build from d377a30a033cb7468d66e9901ee832bea6cbd8db [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 Agent centos-7-98vk1 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-98vk1" 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-98vk1" - 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-98vk1" - 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-98vk1 in /home/jenkins/agent/workspace/ci-cd-integration_4.0 [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/ci-cd-integration_4.0 # 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:refs/remotes/origin/4.0 # timeout=10 > git config remote.origin.url https://github.com/eclipse-ee4j/jersey.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/4.0:refs/remotes/origin/4.0 # timeout=10 Avoid second fetch Checking out Revision d377a30a033cb7468d66e9901ee832bea6cbd8db (4.0) Commit message: "initial 4.x documentation changes" > git config core.sparsecheckout # timeout=10 > git checkout -f d377a30a033cb7468d66e9901ee832bea6cbd8db # timeout=10 > git rev-list --no-walk 4160618c655a6837b89d6553883192a86b01312b # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] sh + bash /home/jenkins/agent/workspace/ci-cd-integration_4.0/etc/jenkins/jenkins_build.sh Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) Maven home: /opt/tools/apache-maven/latest Java version: 21.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-21/21.0.2 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" [INFO] Error stacktraces are turned on. [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for org.glassfish.jersey.archetypes:project:pom:4.0.99-SNAPSHOT [WARNING] 'build.pluginManagement.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-compiler-plugin @ org.glassfish.jersey:project:4.0.99-SNAPSHOT, /home/jenkins/agent/workspace/ci-cd-integration_4.0/pom.xml, line 818, column 25 [WARNING] [WARNING] Some problems were encountered while building the effective model for org.glassfish.jersey.tests.integration:property-check:jar:4.0.99-SNAPSHOT [WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.glassfish.jersey.connectors:jersey-apache5-connector:jar -> duplicate declaration of version (?) @ line 76, column 21 [WARNING] [WARNING] Some problems were encountered while building the effective model for org.glassfish.jersey:project:pom:4.0.99-SNAPSHOT [WARNING] 'build.pluginManagement.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-compiler-plugin @ line 818, column 25 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING] [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-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-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-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-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] jersey-tests-integration-jersey-async-filter [war] [INFO] cdi-integration-project [pom] [INFO] jersey-tests-cdi-beanvalidation-webapp [war] [INFO] jersey-tests-cdi-client [jar] [INFO] jersey-tests-cdi-client-on-server [war] [INFO] jersey-tests-cdi-ejb-webapp [war] [INFO] jersey-tests-cdi-iface-with-non-jaxrs-impl-test-webapp [war] [INFO] jersey-tests-cdi-inject-weld [jar] [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] jersey-tests-externalproperties [jar] [INFO] j-376-reproducer [jar] [INFO] jersey-tests-integration-j-441-war1 [war] [INFO] jersey-tests-integration-j-441-war2 [war] [INFO] jersey-tests-integration-j-441-ear [ear] [INFO] jersey-tests-integration-j-441 [pom] [INFO] jersey-tests-integration-j-59-ejb-lib [jar] [INFO] jersey-tests-integration-j-59-cdi-war [war] [INFO] jersey-tests-integration-j-59-ear [ear] [INFO] jersey-tests-integration-j-59 [pom] [INFO] jersey-compatibility-jackson14 [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-1829 [war] [INFO] jersey-tests-integration-jersey-1883 [war] [INFO] jersey-tests-integration-jersey-1928 [war] [INFO] jersey-tests-integration-jersey-1960 [war] [INFO] jersey-tests-integration-jersey-1964 [war] [INFO] jersey-tests-integration-jersey-2031 [war] [INFO] jersey-tests-integration-jersey-2136 [war] [INFO] jersey-tests-integration-jersey-2137 [war] [INFO] jersey-tests-integration-jersey-2154 [war] [INFO] jersey-tests-integration-jersey-2160 [war] [INFO] jersey-tests-integration-jersey-2164 [war] [INFO] jersey-tests-integration-jersey-2167 [war] [INFO] jersey-tests-integration-jersey-2176 [war] [INFO] jersey-tests-integration-jersey-2184 [war] [INFO] jersey-tests-integration-jersey-2255 [war] [INFO] jersey-tests-integration-jersey-2322 [war] [INFO] jersey-tests-integration-jersey-2335 [war] [INFO] jersey-tests-integration-jersey-2421 [war] [INFO] jersey-tests-integration-jersey-2551 [war] [INFO] jersey-tests-integration-jersey-2612 [war] [INFO] jersey-tests-integration-jersey-2637 [war] [INFO] jersey-tests-integration-jersey-2654 [war] [INFO] jersey-tests-integration-jersey-2673 [war] [INFO] jersey-tests-integration-jersey-2689 [war] [INFO] jersey-tests-integration-jersey-2704 [war] [INFO] jersey-tests-integration-jersey-2776 [war] [INFO] jersey-tests-integration-jersey-2794 [war] [INFO] jersey-tests-integration-jersey-2846 [war] [INFO] jersey-tests-integration-jersey-2878 [war] [INFO] jersey-tests-integration-jersey-2892 [war] [INFO] jersey-3662 [jar] [INFO] jersey-tests-integration-jersey-3670 [war] [INFO] jersey-tests-integration-jersey-3796 [war] [INFO] jersey-3992 [war] [INFO] jersey-tests-integration-jersey-4003 [jar] [INFO] jersey-tests-integration-jersey-4099 [war] [INFO] jersey-examples [pom] [INFO] jersey-examples-server-sent-events-jersey [jar] [INFO] jersey-4507 [jar] [INFO] jersey-4542 [jar] [INFO] jersey-4697 [jar] [INFO] jersey-4722 [jar] [INFO] jersey-tests-integration-jersey-4949 [war] [INFO] 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-jersey-security-digest [war] [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-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-thin-server [jar] [INFO] jersey-tests-jmockit [jar] [INFO] jersey-test-framework-memleak-test-common [jar] [INFO] jersey-tests-memleak [pom] [INFO] jersey-tests-memleak-redeployment [pom] [INFO] jersey-tests-memleak-redeployment-leaking-test-app [war] [INFO] jersey-examples-webapp-parent-pom [pom] [INFO] jersey-examples-helloworld-webapp [war] [INFO] jersey-test-framework-maven [pom] [INFO] jersey-test-framework-maven-container-runner-plugin [maven-plugin] [INFO] jersey-tests-memleak-redeployment-hello-world-app-ref [jar] [INFO] jersey-tests-memleak-redeployment-no-jersey-app [war] [INFO] jersey-tests-memleak-redeployment-threadlocals-app [war] [INFO] jersey-tests-memleak-testcase [pom] [INFO] jersey-tests-memleak-testcase-bean-param-leak [war] [INFO] jersey-tests-memleak-testcase-shutdown-hook-leak [war] [INFO] jersey-tests-memleak-testcase-shutdown-hook-leak-client [jar] [INFO] jersey-tests-memleak-testcase-leaking-test-app [war] [INFO] jersey-tests-osgi [pom] [INFO] jersey-tests-osgi-functional [pom] [INFO] jersey-release-test [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-tests-stress [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-spring-webapp [war] [INFO] helloworld-spring-annotations [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-bundles [pom] [INFO] jersey-test-framework-maven-custom-enforcer-rules [jar] [INFO] [INFO] --------------------< org.glassfish.jersey:project >-------------------- [INFO] Building jersey 4.0.99-SNAPSHOT [1/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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.5.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 41557 for jersey.config.test.container.port [INFO] Reserved port 33725 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/org.slf4j/slf4j-api@2.0.9?type=jar [WARNING] BOM dependency listed but is not depended upon: pkg:maven/org.ow2.asm/asm@9.6?type=jar [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 864 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_4.0/target/bom.xml [INFO] attaching as project-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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.5.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 41031 for jersey.config.test.container.port [INFO] Reserved port 45133 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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-heroku-webapp --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-heroku-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/archetypes/jersey-heroku-webapp/src/test/resources [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-heroku-webapp --- [INFO] Reserved port 40283 for jersey.config.test.container.port [INFO] Reserved port 33413 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/ci-cd-integration_4.0/archetypes/jersey-heroku-webapp/target/jersey-heroku-webapp-4.0.99-SNAPSHOT.jar [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-quickstart-grizzly2 --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-quickstart-grizzly2 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/archetypes/jersey-quickstart-grizzly2/src/test/resources [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-quickstart-grizzly2 --- [INFO] Reserved port 34997 for jersey.config.test.container.port [INFO] Reserved port 43387 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/ci-cd-integration_4.0/archetypes/jersey-quickstart-grizzly2/target/jersey-quickstart-grizzly2-4.0.99-SNAPSHOT.jar [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-quickstart-webapp --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-quickstart-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/archetypes/jersey-quickstart-webapp/src/test/resources [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-quickstart-webapp --- [INFO] Reserved port 45351 for jersey.config.test.container.port [INFO] Reserved port 35441 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/ci-cd-integration_4.0/archetypes/jersey-quickstart-webapp/target/jersey-quickstart-webapp-4.0.99-SNAPSHOT.jar [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-example-java8-webapp --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-example-java8-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/archetypes/jersey-example-java8-webapp/src/test/resources [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-example-java8-webapp --- [INFO] Reserved port 46567 for jersey.config.test.container.port [INFO] Reserved port 45967 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/ci-cd-integration_4.0/archetypes/jersey-example-java8-webapp/target/jersey-example-java8-webapp-4.0.99-SNAPSHOT.jar [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/372] [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/ci-cd-integration_4.0/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/372] [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-04-10 12:10:08 at timestamp: 1712751008864 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/ci-cd-integration_4.0/core-common' && 'git' 'symbolic-ref' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/core-common' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.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/ci-cd-integration_4.0/core-common/src/main/resources/org/glassfish/jersey/internal/localization.properties [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-common --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 381 source files to /home/jenkins/agent/workspace/ci-cd-integration_4.0/core-common/target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/core-common/src/main/java/org/glassfish/jersey/message/internal/LanguageTag.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/core-common/src/main/java/org/glassfish/jersey/internal/util/PropertiesHelper.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/core-common/src/main/java/org/glassfish/jersey/message/internal/HttpHeaderReader.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/core-common/src/main/java/org/glassfish/jersey/message/internal/HttpHeaderReader.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 381 source files to /home/jenkins/agent/workspace/ci-cd-integration_4.0/core-common/target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/core-common/src/main/java/org/glassfish/jersey/message/internal/LanguageTag.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/core-common/src/main/java/org/glassfish/jersey/internal/util/PropertiesHelper.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/core-common/src/main/java/org/glassfish/jersey/message/internal/HttpHeaderReader.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/core-common/src/main/java/org/glassfish/jersey/message/internal/HttpHeaderReader.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/ci-cd-integration_4.0/core-common/target/test-classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/core-common/src/test/java/org/glassfish/jersey/logging/LoggingInterceptorTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/core-common/src/test/java/org/glassfish/jersey/SecurityManagerConfiguredTest.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/core-common/src/test/java/org/glassfish/jersey/SecurityManagerConfiguredTest.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/core-common/src/test/java/org/glassfish/jersey/internal/config/ExternalPropertiesConfigurationFactoryTest.java: /home/jenkins/agent/workspace/ci-cd-integration_4.0/core-common/src/test/java/org/glassfish/jersey/internal/config/ExternalPropertiesConfigurationFactoryTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/core-common/src/test/java/org/glassfish/jersey/internal/config/ExternalPropertiesConfigurationFactoryTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-common --- [INFO] Reserved port 36231 for jersey.config.test.container.port [INFO] Reserved port 36335 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jersey-common --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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.internal.sonar.SonarJerseyCommonTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s -- in org.glassfish.jersey.internal.sonar.SonarJerseyCommonTest [INFO] Running org.glassfish.jersey.internal.util.TokenizerTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.glassfish.jersey.internal.util.TokenizerTest [INFO] Running org.glassfish.jersey.internal.util.collection.KeyComparatorLinkedHashMapTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.glassfish.jersey.internal.util.collection.KeyComparatorLinkedHashMapTest [INFO] Running org.glassfish.jersey.internal.util.collection.ViewsTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 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.002 s -- in org.glassfish.jersey.internal.util.collection.KeyComparatorHashMapTest [INFO] Running org.glassfish.jersey.internal.util.Base64Test [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.glassfish.jersey.internal.util.Base64Test [INFO] Running org.glassfish.jersey.internal.util.JdkVersionParseTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 s -- in org.glassfish.jersey.internal.util.JdkVersionParseTest [INFO] Running org.glassfish.jersey.internal.util.ReflectionHelperTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s -- in org.glassfish.jersey.internal.util.ReflectionHelperTest [INFO] Running org.glassfish.jersey.internal.util.OsgiRegistryTest [INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in org.glassfish.jersey.internal.util.OsgiRegistryTest [INFO] Running org.glassfish.jersey.internal.util.PropertiesHelperTest Apr 10, 2024 12:10:25 PM org.glassfish.jersey.internal.util.PropertiesHelper convertValue WARNING: There is no way how to transform value "true" [java.lang.Boolean] to type [java.lang.Integer]. [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.115 s -- in org.glassfish.jersey.internal.util.PropertiesHelperTest [INFO] Running org.glassfish.jersey.internal.util.JerseyPublisherTest java.lang.IllegalStateException: Slow Subscriber. Subscription will be canceled. Item MSG-256 and all the items sent after will not be received. at org.glassfish.jersey.internal.util.JerseyPublisher.onDrop(JerseyPublisher.java:277) at 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.util.JerseyPublisher.publish(JerseyPublisher.java:308) at org.glassfish.jersey.internal.util.JerseyPublisherTest.lambda$testNonBlocking$0(JerseyPublisherTest.java:148) 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: 2.676 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.005 s -- in org.glassfish.jersey.internal.util.JdkVersionCompareTest [INFO] Running org.glassfish.jersey.internal.config.AdditionalSystemPropertiesTest Apr 10, 2024 12:10:28 PM org.glassfish.jersey.internal.config.SystemPropertiesConfigurationModel getProperties WARNING: Could not read system properties [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.glassfish.jersey.internal.config.AdditionalSystemPropertiesTest [INFO] Running org.glassfish.jersey.internal.config.ExternalPropertiesConfigurationFactoryTest Apr 10, 2024 12:10:28 PM org.glassfish.jersey.internal.config.SystemPropertiesConfigurationModel getProperties WARNING: Could not read system properties [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.glassfish.jersey.internal.config.ExternalPropertiesConfigurationFactoryTest [INFO] Running org.glassfish.jersey.internal.config.DisabledProvidersTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s -- in org.glassfish.jersey.internal.config.DisabledProvidersTest [INFO] Running org.glassfish.jersey.internal.inject.ProvidersTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.glassfish.jersey.internal.inject.ProvidersTest [INFO] Running org.glassfish.jersey.internal.routing.CombinedMediaTypeTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s -- in org.glassfish.jersey.internal.routing.CombinedMediaTypeTest [INFO] Running org.glassfish.jersey.message.internal.LanguageTagTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.glassfish.jersey.message.internal.LanguageTagTest [INFO] Running org.glassfish.jersey.message.internal.VariantListBuilderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.glassfish.jersey.message.internal.VariantListBuilderTest [INFO] Running org.glassfish.jersey.message.internal.FormProviderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.glassfish.jersey.message.internal.FormProviderTest [INFO] Running org.glassfish.jersey.message.internal.DateProviderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.187 s -- in org.glassfish.jersey.message.internal.DateProviderTest [INFO] Running org.glassfish.jersey.message.internal.MessageBodyFactoryTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 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.internal.ResponseTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.glassfish.jersey.message.internal.ResponseTest [INFO] Running org.glassfish.jersey.message.internal.QualityTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.glassfish.jersey.message.internal.QualityTest [INFO] Running org.glassfish.jersey.message.internal.StringBuilderUtilsTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.glassfish.jersey.message.internal.StringBuilderUtilsTest [INFO] Running org.glassfish.jersey.message.internal.NewCookieProviderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s -- in org.glassfish.jersey.message.internal.NewCookieProviderTest [INFO] Running org.glassfish.jersey.message.internal.UtilsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s -- in org.glassfish.jersey.message.internal.UtilsTest [INFO] Running org.glassfish.jersey.message.DeflateEncodingTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 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.004 s -- in org.glassfish.jersey.message.GZipEncodingTest [INFO] Running org.glassfish.jersey.uri.UriTemplateTest [INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.170 s -- in org.glassfish.jersey.uri.UriTemplateTest [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.UriComponentTest [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s -- in org.glassfish.jersey.uri.UriComponentTest [INFO] Running org.glassfish.jersey.uri.internal.PathTemplateTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s -- in org.glassfish.jersey.uri.internal.PathTemplateTest [INFO] Running org.glassfish.jersey.SecurityManagerConfiguredTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.glassfish.jersey.SecurityManagerConfiguredTest [INFO] Running org.glassfish.jersey.logging.LoggingInterceptorTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.605 s -- in org.glassfish.jersey.logging.LoggingInterceptorTest [INFO] Running org.glassfish.jersey.logging.HasEntityTimeoutTest Apr 10, 2024 12:10:29 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread ForkJoinPool-1-worker-1null1 > GET http://localhost:8080/getnull Apr 10, 2024 12:10:29 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread ForkJoinPool-1-worker-1null1 < 200null Apr 10, 2024 12:10:29 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Client response received on thread ForkJoinPool-1-worker-1null1 < 200null Apr 10, 2024 12:10:29 PM 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.024 s -- in org.glassfish.jersey.logging.HasEntityTimeoutTest [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] [INFO] Results: [INFO] [INFO] Tests run: 224, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- surefire:3.2.5:test (tests-with-additional-permissions) @ jersey-common --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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.917 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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/core-common/target/jersey-common-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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.5.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 42419 for jersey.config.test.container.port [INFO] Reserved port 35075 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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.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/ci-cd-integration_4.0/inject/hk2/src/main/resources/org/glassfish/jersey/inject/hk2/localization.properties [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-hk2 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 19 source files with javac [debug target 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/inject/hk2/src/main/java/org/glassfish/jersey/inject/hk2/Hk2InjectionManagerFactory.java:[92,24] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/inject/hk2/src/main/java/org/glassfish/jersey/inject/hk2/JerseyClassAnalyzer.java:[148,47] java.security.AccessController in java.security has been deprecated and marked for removal [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/inject/hk2/src/main/java/org/glassfish/jersey/inject/hk2/Hk2InjectionManagerFactory.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/inject/hk2/src/main/java/org/glassfish/jersey/inject/hk2/Hk2InjectionManagerFactory.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 19 source files with javac [debug target 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/inject/hk2/src/main/java/org/glassfish/jersey/inject/hk2/Hk2InjectionManagerFactory.java:[92,24] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/inject/hk2/src/main/java/org/glassfish/jersey/inject/hk2/JerseyClassAnalyzer.java:[148,47] java.security.AccessController in java.security has been deprecated and marked for removal [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/inject/hk2/src/main/java/org/glassfish/jersey/inject/hk2/Hk2InjectionManagerFactory.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/inject/hk2/src/main/java/org/glassfish/jersey/inject/hk2/Hk2InjectionManagerFactory.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/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/inject/hk2/src/test/java/org/glassfish/jersey/inject/hk2/SupplierClassBindingTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/inject/hk2/src/test/java/org/glassfish/jersey/inject/hk2/SupplierClassBindingTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-hk2 --- [INFO] Reserved port 41893 for jersey.config.test.container.port [INFO] Reserved port 44079 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jersey-hk2 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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.SupplierClassBindingTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.269 s -- in org.glassfish.jersey.inject.hk2.SupplierClassBindingTest [INFO] Running org.glassfish.jersey.inject.hk2.InjectionManagerTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 s -- in org.glassfish.jersey.inject.hk2.InjectionManagerTest [INFO] Running org.glassfish.jersey.inject.hk2.SupplierProxyTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s -- in org.glassfish.jersey.inject.hk2.SupplierProxyTest [INFO] Running org.glassfish.jersey.inject.hk2.SupplierContractsTest Apr 10, 2024 12:10:55 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: HK2 failure has been detected in a code that does not run in an active Jersey Error scope. WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 org.glassfish.hk2.api.UnsatisfiedDependencyException: There was no object available in __HK2_Generated_15 for injection at SystemInjecteeImpl(requiredType=Greeting,parent=Conversation,qualifiers={},position=-1,optional=false,self=false,unqualified=null,1815925137) 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:161) 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:161) 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:161) 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) Apr 10, 2024 12:10:55 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: HK2 failure has been detected in a code that does not run in an active Jersey Error scope. WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 org.glassfish.hk2.api.UnsatisfiedDependencyException: There was no object available in __HK2_Generated_22 for injection at SystemInjecteeImpl(requiredType=Greeting,parent=Conversation,qualifiers={},position=-1,optional=false,self=false,unqualified=null,727561335) 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:161) 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:161) 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:161) 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) Apr 10, 2024 12:10:55 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: HK2 failure has been detected in a code that does not run in an active Jersey Error scope. WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 org.glassfish.hk2.api.UnsatisfiedDependencyException: There was no object available in __HK2_Generated_26 for injection at SystemInjecteeImpl(requiredType=Greeting,parent=Conversation,qualifiers={},position=-1,optional=false,self=false,unqualified=null,441679068) 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:161) 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:161) 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:161) 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.209 s -- in org.glassfish.jersey.inject.hk2.SupplierContractsTest [INFO] Running org.glassfish.jersey.inject.hk2.DisposableSupplierTest [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.157 s -- in org.glassfish.jersey.inject.hk2.DisposableSupplierTest [INFO] Running org.glassfish.jersey.inject.hk2.SupplierInstanceBindingTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 s -- in org.glassfish.jersey.inject.hk2.SupplierInstanceBindingTest [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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/inject/hk2/target/jersey-hk2-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.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/ci-cd-integration_4.0/core-client/src/main/resources/org/glassfish/jersey/client/internal/localization.properties [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-client --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 5 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 93 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/core-client/src/main/java/org/glassfish/jersey/client/JerseyInvocation.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/core-client/src/main/java/org/glassfish/jersey/client/ClientRuntime.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/core-client/src/main/java/org/glassfish/jersey/client/InvocationBuilderListenerStage.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 93 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/core-client/src/main/java/org/glassfish/jersey/client/JerseyInvocation.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/core-client/src/main/java/org/glassfish/jersey/client/ClientRuntime.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/core-client/src/main/java/org/glassfish/jersey/client/InvocationBuilderListenerStage.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/core-client/src/test/java/org/glassfish/jersey/client/ClientRequestTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/core-client/src/test/java/org/glassfish/jersey/client/JerseyInvocationTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/core-client/src/test/java/org/glassfish/jersey/client/JerseyInvocationTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-client --- [INFO] Reserved port 39753 for jersey.config.test.container.port [INFO] Reserved port 45475 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jersey-client --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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.JaxRsFeatureRegistrationClientTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.525 s -- in org.glassfish.jersey.client.JaxRsFeatureRegistrationClientTest [INFO] Running org.glassfish.jersey.client.filter.EncodingFilterTest Apr 10, 2024 12:11:05 PM org.glassfish.jersey.client.filter.EncodingFilter filter WARNING: Value non-gzip of jersey.config.client.useEncoding client property will be ignored as it is not a valid supported encoding. Valid supported encodings are: [deflate, gzip, x-gzip] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.315 s -- in org.glassfish.jersey.client.filter.EncodingFilterTest [INFO] Running org.glassfish.jersey.client.filter.CsrfProtectionFilterTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 s -- in org.glassfish.jersey.client.filter.CsrfProtectionFilterTest [INFO] Running org.glassfish.jersey.client.filter.ClientProviderInstanceInjectionTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.glassfish.jersey.client.filter.ClientProviderInstanceInjectionTest [INFO] Running org.glassfish.jersey.client.filter.HttpBasicAuthFilterTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s -- in org.glassfish.jersey.client.filter.HttpBasicAuthFilterTest [INFO] Running org.glassfish.jersey.client.ClientRequestTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.537 s -- in org.glassfish.jersey.client.ClientRequestTest [INFO] Running org.glassfish.jersey.client.spi.PostInvocationInterceptorTest Apr 10, 2024 12:11:05 PM org.glassfish.jersey.client.InvocationInterceptorStages$PostInvocationExceptionContext resolve WARNING: ExceptionContext#resolve has been utilized multiple times. [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.224 s -- in org.glassfish.jersey.client.spi.PostInvocationInterceptorTest [INFO] Running org.glassfish.jersey.client.spi.PreInvocationInterceptorTest Apr 10, 2024 12:11:06 PM org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorRequestContext abortWith WARNING: ClientRequestContext#abortWith has been utilized multiple times. [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.198 s -- in org.glassfish.jersey.client.spi.PreInvocationInterceptorTest [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.InvocationBuilderListenerTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.135 s -- in org.glassfish.jersey.client.spi.InvocationBuilderListenerTest [INFO] Running org.glassfish.jersey.client.spi.CachingConnectorProviderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.glassfish.jersey.client.spi.CachingConnectorProviderTest [INFO] Running org.glassfish.jersey.client.AutoDiscoverableClientTest [WARNING] Tests run: 10, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.189 s -- in org.glassfish.jersey.client.AutoDiscoverableClientTest [INFO] Running org.glassfish.jersey.client.ShutdownHookLeakTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.87 s -- in org.glassfish.jersey.client.ShutdownHookLeakTest [INFO] Running org.glassfish.jersey.client.ClientConfigTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s -- in org.glassfish.jersey.client.ClientConfigTest [INFO] Running org.glassfish.jersey.client.JerseyInvocationTest Apr 10, 2024 12:11:23 PM org.glassfish.jersey.client.JerseyInvocation validateHttpMethodAndEntity WARNING: Entity must be null for http method DELETE. Apr 10, 2024 12:11:23 PM org.glassfish.jersey.client.JerseyInvocation validateHttpMethodAndEntity WARNING: Entity must be null for http method DELETE. Apr 10, 2024 12:11:23 PM org.glassfish.jersey.client.JerseyInvocation validateHttpMethodAndEntity WARNING: Entity must be null for http method DELETE. [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.130 s -- in org.glassfish.jersey.client.JerseyInvocationTest [INFO] Running org.glassfish.jersey.client.JerseyClientTest Apr 10, 2024 12:11:23 PM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class org.glassfish.jersey.client.JerseyClientTest$TestProvider to null or empty array of contracts is ignored. Apr 10, 2024 12:11:23 PM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class org.glassfish.jersey.client.JerseyClientTest$TestProvider to null or empty array of contracts is ignored. Apr 10, 2024 12:11:23 PM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class org.glassfish.jersey.client.JerseyClientTest$TestProvider to null or empty array of contracts is ignored. Apr 10, 2024 12:11:23 PM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class org.glassfish.jersey.client.JerseyClientTest$TestProvider to null or empty array of contracts is ignored. [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s -- in org.glassfish.jersey.client.JerseyClientTest [INFO] Running org.glassfish.jersey.client.HttpUrlConnectorTest [WARNING] Tests run: 4, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.190 s -- in org.glassfish.jersey.client.HttpUrlConnectorTest [INFO] Running org.glassfish.jersey.client.ClientRxTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 s -- in org.glassfish.jersey.client.ClientRxTest [INFO] Running org.glassfish.jersey.client.FixedMultiBoundaryParserTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.glassfish.jersey.client.FixedMultiBoundaryParserTest [INFO] Running org.glassfish.jersey.client.JerseyWebTargetTest Apr 10, 2024 12:11:24 PM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class org.glassfish.jersey.client.JerseyWebTargetTest$TestProvider to null or empty array of contracts is ignored. Apr 10, 2024 12:11:24 PM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class org.glassfish.jersey.client.JerseyWebTargetTest$TestProvider to null or empty array of contracts is ignored. Apr 10, 2024 12:11:24 PM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class org.glassfish.jersey.client.JerseyWebTargetTest$TestProvider to null or empty array of contracts is ignored. Apr 10, 2024 12:11:24 PM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class org.glassfish.jersey.client.JerseyWebTargetTest$TestProvider to null or empty array of contracts is ignored. [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s -- in org.glassfish.jersey.client.JerseyWebTargetTest [INFO] Running org.glassfish.jersey.client.authentication.HttpDigestAuthFilterTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.glassfish.jersey.client.authentication.HttpDigestAuthFilterTest [INFO] Running org.glassfish.jersey.client.CustomConnectorTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s -- in org.glassfish.jersey.client.CustomConnectorTest [INFO] Running org.glassfish.jersey.client.ClientResponseTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.glassfish.jersey.client.ClientResponseTest [INFO] Running org.glassfish.jersey.client.JerseyCompletionStageRxInvokerTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 s -- in org.glassfish.jersey.client.JerseyCompletionStageRxInvokerTest [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.FixedBoundaryParserTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.glassfish.jersey.client.FixedBoundaryParserTest [INFO] Running org.glassfish.jersey.client.DefaultSslContextProviderTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.glassfish.jersey.client.DefaultSslContextProviderTest [INFO] Running org.glassfish.jersey.client.JerseyClientBuilderTest Apr 10, 2024 12:11:24 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Contract class java.lang.Object can not be registered for component class org.glassfish.jersey.client.ClientConfigTest$MyProvider: Contract type not supported. WARNING: Contract class java.lang.String can not be registered for component class org.glassfish.jersey.client.ClientConfigTest$MyProvider: Contract type not supported. WARNING: Contract class java.lang.String can not be registered for component class org.glassfish.jersey.client.ClientConfigTest$MyProvider: Contract not assignable to component. Apr 10, 2024 12:11:24 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Contract class java.lang.Object can not be registered for component class org.glassfish.jersey.client.ClientConfigTest$MyProvider: Contract type not supported. WARNING: Contract class java.lang.String can not be registered for component class org.glassfish.jersey.client.ClientConfigTest$MyProvider: Contract type not supported. WARNING: Contract class java.lang.String can not be registered for component class org.glassfish.jersey.client.ClientConfigTest$MyProvider: Contract not assignable to component. [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 s -- in org.glassfish.jersey.client.JerseyClientBuilderTest [INFO] Running org.glassfish.jersey.client.LinkTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s -- in org.glassfish.jersey.client.LinkTest [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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/core-client/target/jersey-client-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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.5.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 36877 for jersey.config.test.container.port [INFO] Reserved port 42981 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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.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/ci-cd-integration_4.0/media/jaxb/src/main/resources/org/glassfish/jersey/jaxb/internal/localization.properties [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-media-jaxb --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/AbstractCollectionJaxbProvider.java: /home/jenkins/agent/workspace/ci-cd-integration_4.0/media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/AbstractCollectionJaxbProvider.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 17] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/AbstractCollectionJaxbProvider.java: /home/jenkins/agent/workspace/ci-cd-integration_4.0/media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/AbstractCollectionJaxbProvider.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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] /home/jenkins/agent/workspace/ci-cd-integration_4.0/media/jaxb/src/test/java/org/glassfish/jersey/jaxb/internal/SaxParserFactoryInjectionProviderTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/media/jaxb/src/test/java/org/glassfish/jersey/jaxb/internal/SaxParserFactoryInjectionProviderTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-media-jaxb --- [INFO] Reserved port 38021 for jersey.config.test.container.port [INFO] Reserved port 35595 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jersey-media-jaxb --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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.AbstractJaxbProviderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.331 s -- in org.glassfish.jersey.jaxb.internal.JaxbStringReaderProviderTest [INFO] Running org.glassfish.jersey.jaxb.internal.SaxParserFactoryInjectionProviderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.604 s -- in org.glassfish.jersey.jaxb.internal.AbstractJaxbProviderTest [INFO] Running org.glassfish.jersey.jaxb.internal.SourceProviderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.glassfish.jersey.jaxb.internal.SourceProviderTest [INFO] Running org.glassfish.jersey.jaxb.internal.FeatureAndPropertySupplierTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.409 s -- in org.glassfish.jersey.jaxb.internal.SaxParserFactoryInjectionProviderTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.232 s -- in org.glassfish.jersey.jaxb.internal.FeatureAndPropertySupplierTest [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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/media/jaxb/target/jersey-media-jaxb-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.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/ci-cd-integration_4.0/core-server/src/main/resources/org/glassfish/jersey/server/internal/localization.properties [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-server --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 9 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 376 source files with javac [debug target 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/core-server/src/main/java/org/glassfish/jersey/server/model/Parameter.java:[191,32] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/core-server/src/main/java/org/glassfish/jersey/server/model/Parameter.java:[203,44] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/core-server/src/main/java/org/glassfish/jersey/server/ResourceConfig.java:[98,32] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/core-server/src/main/java/org/glassfish/jersey/server/internal/monitoring/core/ReservoirConstants.java:[59,34] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/core-server/src/main/java/org/glassfish/jersey/server/internal/scanning/VfsSchemeResourceFinderFactory.java:[92,23] getSecurityManager() in java.lang.System has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/core-server/src/main/java/org/glassfish/jersey/server/internal/scanning/VfsSchemeResourceFinderFactory.java:[93,17] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/core-server/src/main/java/org/glassfish/jersey/server/model/internal/SseTypeResolver.java:[38,26] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/core-server/src/main/java/org/glassfish/jersey/server/internal/scanning/AnnotationAcceptingListener.java:[107,14] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/core-server/src/main/java/org/glassfish/jersey/server/internal/scanning/AnnotationAcceptingListener.java:[292,28] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/core-server/src/main/java/org/glassfish/jersey/server/wadl/internal/WadlApplicationContextImpl.java:[108,48] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/core-server/src/main/java/org/glassfish/jersey/server/wadl/internal/WadlApplicationContextImpl.java:[117,21] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/core-server/src/main/java/org/glassfish/jersey/server/wadl/internal/WadlApplicationContextImpl.java:[119,13] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/core-server/src/main/java/org/glassfish/jersey/server/wadl/internal/WadlApplicationContextImpl.java:[132,13] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/core-server/src/main/java/org/glassfish/jersey/server/model/IntrospectionModeller.java:[204,28] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/core-server/src/main/java/org/glassfish/jersey/server/model/IntrospectionModeller.java:[231,9] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/core-server/src/main/java/org/glassfish/jersey/server/model/MethodList.java:[79,22] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/core-server/src/main/java/org/glassfish/jersey/server/wadl/config/WadlGeneratorConfigLoader.java:[78,35] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/core-server/src/main/java/org/glassfish/jersey/server/internal/inject/MultivaluedParameterExtractorFactory.java:[169,36] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/core-server/src/main/java/org/glassfish/jersey/server/internal/inject/WebTargetValueParamProvider.java:[366,22] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/core-server/src/main/java/org/glassfish/jersey/server/internal/inject/FormParamValueParamProvider.java:[248,25] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/core-server/src/main/java/org/glassfish/jersey/server/wadl/internal/generators/WadlGeneratorJAXBGrammarGenerator.java:[394,33] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/core-server/src/main/java/org/glassfish/jersey/server/internal/scanning/PackageNamesScanner.java:[90,14] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/core-server/src/main/java/org/glassfish/jersey/server/internal/scanning/PackageNamesScanner.java:[230,19] java.lang.SecurityManager in java.lang has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/core-server/src/main/java/org/glassfish/jersey/server/internal/scanning/PackageNamesScanner.java:[230,52] getSecurityManager() in java.lang.System has been deprecated and marked for removal [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/core-server/src/main/java/org/glassfish/jersey/server/ResourceConfig.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/core-server/src/main/java/org/glassfish/jersey/server/ResourceConfig.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/core-server/src/main/java/org/glassfish/jersey/server/internal/routing/AbstractMethodSelectingRouter.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/core-server/src/main/java/org/glassfish/jersey/server/internal/routing/AbstractMethodSelectingRouter.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 376 source files with javac [debug target 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/core-server/src/main/java/org/glassfish/jersey/server/model/Parameter.java:[191,32] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/core-server/src/main/java/org/glassfish/jersey/server/model/Parameter.java:[203,44] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/core-server/src/main/java/org/glassfish/jersey/server/ResourceConfig.java:[98,32] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/core-server/src/main/java/org/glassfish/jersey/server/internal/monitoring/core/ReservoirConstants.java:[59,34] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/core-server/src/main/java/org/glassfish/jersey/server/internal/scanning/VfsSchemeResourceFinderFactory.java:[92,23] getSecurityManager() in java.lang.System has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/core-server/src/main/java/org/glassfish/jersey/server/internal/scanning/VfsSchemeResourceFinderFactory.java:[93,17] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/core-server/src/main/java/org/glassfish/jersey/server/model/internal/SseTypeResolver.java:[38,26] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/core-server/src/main/java/org/glassfish/jersey/server/internal/scanning/AnnotationAcceptingListener.java:[107,14] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/core-server/src/main/java/org/glassfish/jersey/server/internal/scanning/AnnotationAcceptingListener.java:[292,28] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/core-server/src/main/java/org/glassfish/jersey/server/wadl/internal/WadlApplicationContextImpl.java:[108,48] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/core-server/src/main/java/org/glassfish/jersey/server/wadl/internal/WadlApplicationContextImpl.java:[117,21] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/core-server/src/main/java/org/glassfish/jersey/server/wadl/internal/WadlApplicationContextImpl.java:[119,13] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/core-server/src/main/java/org/glassfish/jersey/server/wadl/internal/WadlApplicationContextImpl.java:[132,13] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/core-server/src/main/java/org/glassfish/jersey/server/model/IntrospectionModeller.java:[204,28] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/core-server/src/main/java/org/glassfish/jersey/server/model/IntrospectionModeller.java:[231,9] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/core-server/src/main/java/org/glassfish/jersey/server/model/MethodList.java:[79,22] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/core-server/src/main/java/org/glassfish/jersey/server/wadl/config/WadlGeneratorConfigLoader.java:[78,35] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/core-server/src/main/java/org/glassfish/jersey/server/internal/inject/MultivaluedParameterExtractorFactory.java:[169,36] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/core-server/src/main/java/org/glassfish/jersey/server/internal/inject/WebTargetValueParamProvider.java:[366,22] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/core-server/src/main/java/org/glassfish/jersey/server/internal/inject/FormParamValueParamProvider.java:[248,25] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/core-server/src/main/java/org/glassfish/jersey/server/wadl/internal/generators/WadlGeneratorJAXBGrammarGenerator.java:[394,33] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/core-server/src/main/java/org/glassfish/jersey/server/internal/scanning/PackageNamesScanner.java:[90,14] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/core-server/src/main/java/org/glassfish/jersey/server/internal/scanning/PackageNamesScanner.java:[230,19] java.lang.SecurityManager in java.lang has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/core-server/src/main/java/org/glassfish/jersey/server/internal/scanning/PackageNamesScanner.java:[230,52] getSecurityManager() in java.lang.System has been deprecated and marked for removal [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/core-server/src/main/java/org/glassfish/jersey/server/ResourceConfig.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/core-server/src/main/java/org/glassfish/jersey/server/ResourceConfig.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/core-server/src/main/java/org/glassfish/jersey/server/internal/routing/AbstractMethodSelectingRouter.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/core-server/src/main/java/org/glassfish/jersey/server/internal/routing/AbstractMethodSelectingRouter.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 150 source files with javac [debug target 17] to target/test-classes [WARNING] system modules path not set in conjunction with -source 17 [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/core-server/src/test/java/org/glassfish/jersey/server/SecurityManagerConfiguredTest.java:[33,29] getSecurityManager() in java.lang.System has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/core-server/src/test/java/org/glassfish/jersey/server/AsyncCallbackServerTest.java:[198,68] non-varargs call of varargs method with inexact argument type for last parameter; cast to java.lang.Class for a varargs call cast to java.lang.Class[] for a non-varargs call and to suppress this warning [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/core-server/src/test/java/org/glassfish/jersey/server/AsyncCallbackServerTest.java:[233,79] non-varargs call of varargs method with inexact argument type for last parameter; cast to java.lang.Object for a varargs call cast to java.lang.Object[] for a non-varargs call and to suppress this warning [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/core-server/src/test/java/org/glassfish/jersey/server/ApplicationTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/core-server/src/test/java/org/glassfish/jersey/server/ApplicationTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/core-server/src/test/java/org/glassfish/jersey/server/internal/monitoring/AbstractNanosReservoirTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/core-server/src/test/java/org/glassfish/jersey/server/internal/monitoring/AbstractNanosReservoirTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-server --- [INFO] Reserved port 35773 for jersey.config.test.container.port [INFO] Reserved port 33957 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jersey-server --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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.WadlGeneratorConfigTest [INFO] Running org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigurationLoaderTest Apr 10, 2024 12:11:54 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator3 Apr 10, 2024 12:11:54 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator Apr 10, 2024 12:11:54 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator Apr 10, 2024 12:11:54 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator2 Apr 10, 2024 12:11:54 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigurationLoaderTest$MyWadlGenerator Apr 10, 2024 12:11:54 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator Apr 10, 2024 12:11:54 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator2 Apr 10, 2024 12:11:54 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigurationLoaderTest$MyWadlGenerator Apr 10, 2024 12:11:54 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator Apr 10, 2024 12:11:54 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator2 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.495 s -- in org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigurationLoaderTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.602 s -- in org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest [INFO] Running org.glassfish.jersey.server.wadl.generators.resourcedoc.WadlGeneratorResourceDocSupportTest [INFO] Running org.glassfish.jersey.server.wadl.config.WadlGeneratorLoaderTest Apr 10, 2024 12:11:55 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorLoaderTest$MyWadlGenerator2 Apr 10, 2024 12:11:55 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader setProperty WARNING: Configuring the MyWadlGenerator2 with the file based property testFile is deprecated and will be removed in future versions of jersey! You should use the InputStream based property instead. Apr 10, 2024 12:11:55 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorLoaderTest$MyWadlGenerator2 Apr 10, 2024 12:11:55 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorLoaderTest$MyWadlGenerator2 Apr 10, 2024 12:11:55 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader setProperty WARNING: Configuring the MyWadlGenerator2 with the file based property testFile is deprecated and will be removed in future versions of jersey! You should use the InputStream based property instead. Apr 10, 2024 12:11:55 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorLoaderTest$MyWadlGenerator2 Apr 10, 2024 12:11:55 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader setProperty WARNING: Configuring the MyWadlGenerator2 with the file based property testFile is deprecated and will be removed in future versions of jersey! You should use the InputStream based property instead. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.418 s -- in org.glassfish.jersey.server.wadl.config.WadlGeneratorLoaderTest [INFO] Running org.glassfish.jersey.server.ResourceMergeTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.601 s -- in org.glassfish.jersey.server.wadl.generators.resourcedoc.WadlGeneratorResourceDocSupportTest [INFO] Running org.glassfish.jersey.server.internal.inject.ActiveBindingBindingTest Apr 10, 2024 12:11:55 PM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: Both resources, resource Builder{names=[[unnamed], [unnamed]], path='child', methodBuilders=[], childResourceBuilders=[], childResources=[], resourceMethods=[], subResourceLocator=httpMethod=null, consumedTypes=[application/xml], producedTypes=[], suspended=false, suspendTimeout=0, suspendTimeoutUnit=MILLISECONDS, invocable=Invocable{handler=InstanceBasedMethodHandler{handler=org.glassfish.jersey.server.ResourceMergeTest$MyInflector@4c35c693, 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@4c35c693], 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.204 s -- in org.glassfish.jersey.server.ResourceMergeTest [INFO] Running org.glassfish.jersey.server.internal.inject.ContextBasedInjectionTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.686 s -- in org.glassfish.jersey.server.internal.inject.ActiveBindingBindingTest [INFO] Running org.glassfish.jersey.server.internal.inject.CookieParamStringConstructorTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.083 s -- in org.glassfish.jersey.server.internal.inject.CookieParamStringConstructorTest [INFO] Running org.glassfish.jersey.server.internal.inject.CookieParamAsPrimitiveTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.315 s -- in org.glassfish.jersey.server.internal.inject.ContextBasedInjectionTest [INFO] Running org.glassfish.jersey.server.internal.inject.JaxRsInjectablesTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.605 s -- in org.glassfish.jersey.server.internal.inject.JaxRsInjectablesTest [INFO] Running org.glassfish.jersey.server.internal.inject.CookieParamAsStringTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.317 s -- in org.glassfish.jersey.server.internal.inject.CookieParamAsStringTest [INFO] Running org.glassfish.jersey.server.internal.inject.EncodedParamsTest [INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.803 s -- in org.glassfish.jersey.server.internal.inject.CookieParamAsPrimitiveTest [INFO] Running org.glassfish.jersey.server.internal.inject.InvalidParamsTest Apr 10, 2024 12:12:01 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 org.glassfish.jersey.server.ParamException$QueryParamException: HTTP 404 Not Found at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:81) at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:65) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java: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:161) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:152) 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:255) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:616) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:596) 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:161) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:152) 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:255) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:616) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:596) 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:161) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:152) 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:255) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:616) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:596) 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) Apr 10, 2024 12:12:01 PM 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:161) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:152) 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:255) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:616) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:596) 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:161) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:152) 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:255) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:616) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:596) 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:161) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:152) 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:255) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:616) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:596) 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.306 s -- in org.glassfish.jersey.server.internal.inject.InvalidParamsTest [INFO] Running org.glassfish.jersey.server.internal.inject.QueryParamStringConstructorTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.780 s -- in org.glassfish.jersey.server.internal.inject.EncodedParamsTest [INFO] Running org.glassfish.jersey.server.internal.inject.PathParamAsPathSegmentTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.691 s -- in org.glassfish.jersey.server.internal.inject.QueryParamStringConstructorTest [INFO] Running org.glassfish.jersey.server.internal.inject.UriTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.808 s -- in org.glassfish.jersey.server.internal.inject.PathParamAsPathSegmentTest [INFO] Running org.glassfish.jersey.server.internal.inject.QueryParamAsSortedSetStringTest Apr 10, 2024 12:12:02 PM 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:616) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:596) 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 Apr 10, 2024 12:12:03 PM 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:616) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:596) 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.877 s -- in org.glassfish.jersey.server.internal.inject.UriTest [INFO] Running org.glassfish.jersey.server.internal.inject.QueryParamSetStringConstructorTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.622 s -- in org.glassfish.jersey.server.internal.inject.QueryParamAsSortedSetStringTest [INFO] Running org.glassfish.jersey.server.internal.inject.BeanParamMemoryLeakTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.227 s -- in org.glassfish.jersey.server.internal.inject.QueryParamSetStringConstructorTest [INFO] Running org.glassfish.jersey.server.internal.inject.QueryParamAsPrimitiveTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.177 s -- in org.glassfish.jersey.server.internal.inject.BeanParamMemoryLeakTest [INFO] Running org.glassfish.jersey.server.internal.inject.QueryParamEnumTest ### 200 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 s -- in org.glassfish.jersey.server.internal.inject.QueryParamEnumTest [INFO] Running org.glassfish.jersey.server.internal.inject.HeaderParamAsStringTest ### 200 ### 200 ### 200 ### 200 ### 200 ### 200 ### 200 ### 200 [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.089 s -- in org.glassfish.jersey.server.internal.inject.HeaderParamAsStringTest ### 200 [INFO] Running org.glassfish.jersey.server.internal.inject.MatrixParamAsPrimitiveTest ### 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: 3.592 s -- in org.glassfish.jersey.server.internal.inject.QueryParamAsPrimitiveTest [INFO] Running org.glassfish.jersey.server.internal.inject.ParamConverterDateTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.394 s -- in org.glassfish.jersey.server.internal.inject.ParamConverterDateTest [INFO] Running org.glassfish.jersey.server.internal.inject.PathParamAsPrimitiveTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.603 s -- in org.glassfish.jersey.server.internal.inject.PathParamAsPrimitiveTest [INFO] Running org.glassfish.jersey.server.internal.inject.QueryParamAsSortedSetPrimitiveTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.210 s -- in org.glassfish.jersey.server.internal.inject.QueryParamAsSortedSetPrimitiveTest [INFO] Running org.glassfish.jersey.server.internal.inject.HeaderParamStringConstructorTest [INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.677 s -- in org.glassfish.jersey.server.internal.inject.MatrixParamAsPrimitiveTest [INFO] Running org.glassfish.jersey.server.internal.inject.FormParamTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.517 s -- in org.glassfish.jersey.server.internal.inject.HeaderParamStringConstructorTest [INFO] Running org.glassfish.jersey.server.internal.inject.ParamConverterInternalTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.478 s -- in org.glassfish.jersey.server.internal.inject.ParamConverterInternalTest [INFO] Running org.glassfish.jersey.server.internal.inject.PathParamAsStringTest [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.016 s -- in org.glassfish.jersey.server.internal.inject.FormParamTest [INFO] Running org.glassfish.jersey.server.internal.inject.QueryParamSortedSetStringConstructorTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.201 s -- in org.glassfish.jersey.server.internal.inject.PathParamAsStringTest [INFO] Running org.glassfish.jersey.server.internal.inject.MatrixParamStringConstructorTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.210 s -- in org.glassfish.jersey.server.internal.inject.QueryParamSortedSetStringConstructorTest [INFO] Running org.glassfish.jersey.server.internal.inject.ParamExceptionMappingTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.291 s -- in org.glassfish.jersey.server.internal.inject.ParamExceptionMappingTest [INFO] Running org.glassfish.jersey.server.internal.inject.MatrixParamAsStringTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.600 s -- in org.glassfish.jersey.server.internal.inject.MatrixParamStringConstructorTest [INFO] Running org.glassfish.jersey.server.internal.inject.QueryParamAsSetPrimitiveTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.815 s -- in org.glassfish.jersey.server.internal.inject.MatrixParamAsStringTest [INFO] Running org.glassfish.jersey.server.internal.inject.HeaderParamAsPrimitiveTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.919 s -- in org.glassfish.jersey.server.internal.inject.QueryParamAsSetPrimitiveTest [INFO] Running org.glassfish.jersey.server.internal.inject.ConstructorParameterInjectionTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.203 s -- in org.glassfish.jersey.server.internal.inject.ConstructorParameterInjectionTest [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.186 s -- in org.glassfish.jersey.server.internal.inject.QueryParamFromStringTest [INFO] Running org.glassfish.jersey.server.internal.inject.CookieParamAsCookieTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 s -- in org.glassfish.jersey.server.internal.inject.CookieParamAsCookieTest [INFO] Running org.glassfish.jersey.server.internal.inject.QueryParamAsStringTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.797 s -- in org.glassfish.jersey.server.internal.inject.QueryParamAsStringTest [INFO] Running org.glassfish.jersey.server.internal.inject.PathParamStringConstructorTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 s -- in org.glassfish.jersey.server.internal.inject.PathParamStringConstructorTest [INFO] Running org.glassfish.jersey.server.internal.inject.QueryParamAsSetStringTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.390 s -- in org.glassfish.jersey.server.internal.inject.QueryParamAsSetStringTest [INFO] Running org.glassfish.jersey.server.internal.inject.PathParamDefaultValueTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.487 s -- in org.glassfish.jersey.server.internal.inject.PathParamDefaultValueTest [INFO] Running org.glassfish.jersey.server.internal.ContainerUtilsTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.glassfish.jersey.server.internal.ContainerUtilsTest [INFO] Running org.glassfish.jersey.server.internal.monitoring.SlidingWindowTimeReservoirTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.glassfish.jersey.server.internal.monitoring.SlidingWindowTimeReservoirTest [INFO] Running org.glassfish.jersey.server.internal.monitoring.SlidingWindowTimeReservoirAggregatingTrimmerTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s -- in org.glassfish.jersey.server.internal.monitoring.SlidingWindowTimeReservoirAggregatingTrimmerTest [INFO] Running org.glassfish.jersey.server.internal.monitoring.AggregatingTrimmerTest [INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.698 s -- in org.glassfish.jersey.server.internal.inject.HeaderParamAsPrimitiveTest [INFO] Running org.glassfish.jersey.server.internal.monitoring.MonitoringUtilsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 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.087 s -- in org.glassfish.jersey.server.internal.monitoring.MonitoringStatisticsTest [INFO] Running org.glassfish.jersey.server.internal.monitoring.ResponseStatisticsImplTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.glassfish.jersey.server.internal.monitoring.ResponseStatisticsImplTest [INFO] Running org.glassfish.jersey.server.internal.monitoring.AggregatingTrimmerZeroTimeTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.202 s -- in org.glassfish.jersey.server.internal.monitoring.AggregatingTrimmerTest [INFO] Running org.glassfish.jersey.server.internal.monitoring.TimeWindowStatisticsImplTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.158 s -- in org.glassfish.jersey.server.internal.monitoring.TimeWindowStatisticsImplTest [INFO] Running org.glassfish.jersey.server.internal.routing.UriRoutingContextTest [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s -- in org.glassfish.jersey.server.internal.routing.UriRoutingContextTest [INFO] Running org.glassfish.jersey.server.internal.routing.SubResourceValidationTest Apr 10, 2024 12:12:16 PM 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@2c7cdac0'] 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:255) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:616) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:596) 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@2c7cdac0'] 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$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 Apr 10, 2024 12:12:16 PM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.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.101 s -- in org.glassfish.jersey.server.internal.routing.SubResourceValidationTest [INFO] Running org.glassfish.jersey.server.internal.routing.SubResourceLocatorCachingTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.630 s -- in org.glassfish.jersey.server.internal.monitoring.AggregatingTrimmerZeroTimeTest [INFO] Running org.glassfish.jersey.server.internal.routing.ResponseMediaTypeFromProvidersTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s -- in org.glassfish.jersey.server.internal.routing.ResponseMediaTypeFromProvidersTest [INFO] Running org.glassfish.jersey.server.internal.routing.ExtendedUriInfoTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.251 s -- in org.glassfish.jersey.server.internal.routing.ExtendedUriInfoTest [INFO] Running org.glassfish.jersey.server.internal.ResourceContextTest Apr 10, 2024 12:12:16 PM org.glassfish.jersey.server.internal.JerseyResourceContext getResource WARNING: Lookup and initialization failed for a resource class: class org.glassfish.jersey.server.internal.ResourceContextTest$NotInstantiable. MultiException stack 1 of 1 java.lang.NoSuchMethodException: Cannot instantiate org.glassfish.jersey.server.internal.ResourceContextTest$NotInstantiable class. Instantiation of non-static member classes is not supported. at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:119) at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java: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:200) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.createAndInitialize(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:153) at org.glassfish.jersey.server.JerseyResourceContextConfigurator.lambda$init$0(JerseyResourceContextConfigurator.java:45) at org.glassfish.jersey.server.internal.JerseyResourceContext.getResource(JerseyResourceContext.java:84) 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:616) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:596) 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) Apr 10, 2024 12:12:16 PM org.glassfish.jersey.server.internal.JerseyResourceContext getResource WARNING: Lookup and initialization failed for a resource class: class org.glassfish.jersey.server.internal.ResourceContextTest$NotInstantiable. MultiException stack 1 of 1 java.lang.NoSuchMethodException: Cannot instantiate org.glassfish.jersey.server.internal.ResourceContextTest$NotInstantiable class. Instantiation of non-static member classes is not supported. at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:119) at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java: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:200) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.createAndInitialize(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:153) at org.glassfish.jersey.server.JerseyResourceContextConfigurator.lambda$init$0(JerseyResourceContextConfigurator.java:45) at org.glassfish.jersey.server.internal.JerseyResourceContext.getResource(JerseyResourceContext.java:84) 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:255) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:616) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:596) 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.044 s -- in org.glassfish.jersey.server.internal.ResourceContextTest [INFO] Running org.glassfish.jersey.server.internal.scanning.BundleSchemeScannerTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.glassfish.jersey.server.internal.scanning.BundleSchemeScannerTest [INFO] Running org.glassfish.jersey.server.internal.scanning.CompositeResourceFinderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.glassfish.jersey.server.internal.scanning.CompositeResourceFinderTest [INFO] Running org.glassfish.jersey.server.internal.scanning.VFSSchemeResourceFinderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s -- in org.glassfish.jersey.server.internal.scanning.VFSSchemeResourceFinderTest [INFO] Running org.glassfish.jersey.server.internal.scanning.JarFileScannerTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 s -- in org.glassfish.jersey.server.internal.scanning.JarFileScannerTest [INFO] Running org.glassfish.jersey.server.internal.RuntimeDelegateImplTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.130 s -- in org.glassfish.jersey.server.internal.RuntimeDelegateImplTest [INFO] Running org.glassfish.jersey.server.internal.process.ProxyInjectablesTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.171 s -- in org.glassfish.jersey.server.internal.process.ProxyInjectablesTest [INFO] Running org.glassfish.jersey.server.internal.sonar.SonarJerseyServerTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.glassfish.jersey.server.internal.sonar.SonarJerseyServerTest [INFO] Running org.glassfish.jersey.server.internal.BackgroundSchedulerProviderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.050 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.009 s -- in org.glassfish.jersey.server.internal.ServiceFinderTest [INFO] Running org.glassfish.jersey.server.model.SubResourceProgrammaticTest Apr 10, 2024 12:12:17 PM 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.get2() and public java.lang.String org.glassfish.jersey.server.model.SubResourceProgrammaticTest$InvalidSubResource.get1() 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@5333bcd2'] 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:255) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:616) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:596) 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) Apr 10, 2024 12:12:17 PM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.SubResourceProgrammaticTest$InvalidSubResource.get2() and public java.lang.String org.glassfish.jersey.server.model.SubResourceProgrammaticTest$InvalidSubResource.get1() at matching regular expression null. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.423 s -- in org.glassfish.jersey.server.model.SubResourceProgrammaticTest [INFO] Running org.glassfish.jersey.server.model.ConsumeProduceSimpleTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.229 s -- in org.glassfish.jersey.server.model.ConsumeProduceSimpleTest [INFO] Running org.glassfish.jersey.server.model.SubResourceDynamicTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s -- in org.glassfish.jersey.server.model.SubResourceDynamicTest [INFO] Running org.glassfish.jersey.server.model.ParameterTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.glassfish.jersey.server.model.ParameterTest [INFO] Running org.glassfish.jersey.server.model.SubResourceDynamicWithDuplicateTemplateNamesTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s -- in org.glassfish.jersey.server.model.SubResourceDynamicWithDuplicateTemplateNamesTest [INFO] Running org.glassfish.jersey.server.model.AmbiguousTemplateTest [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.305 s -- in org.glassfish.jersey.server.model.AmbiguousTemplateTest [INFO] Running org.glassfish.jersey.server.model.ConstrainedToServerTest Apr 10, 2024 12:12:18 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A registered provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyServerAndClientFilter constrained (via @ConstrainedTo) to SERVER runtime implements interface jakarta.ws.rs.client.ClientResponseFilter which is only usable in a CLIENT runtime context. Apr 10, 2024 12:12:18 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A registered provider org.glassfish.jersey.server.model.ConstrainedToServerTest$ResourceAndProviderConstrainedToClient constrained (via @ConstrainedTo) to CLIENT runtime implements interface 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. Apr 10, 2024 12:12:18 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A registered provider org.glassfish.jersey.server.model.ConstrainedToServerTest$ResourceAndProviderConstrainedToClient constrained (via @ConstrainedTo) to CLIENT runtime implements interface 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. Apr 10, 2024 12:12:18 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, class org.glassfish.jersey.server.model.ConstrainedToServerTest$ResourceAndProviderConstrainedToClient, implements provider interface [interface jakarta.ws.rs.container.ContainerResponseFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton. Apr 10, 2024 12:12:18 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyClientFilter registered in SERVER runtime is constrained (via @ConstrainedTo) to CLIENT runtime. Due to constraint configuration problems the provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyClientFilter will be ignored. A provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyClientFilter registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyClientFilter will be ignored. Apr 10, 2024 12:12:18 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A registered provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyServerWrongFilter constrained (via @ConstrainedTo) to CLIENT runtime implements interface 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. Apr 10, 2024 12:12:18 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A registered provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyServerWrongFilter2 constrained (via @ConstrainedTo) to CLIENT runtime implements interface 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. Apr 10, 2024 12:12:18 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, class org.glassfish.jersey.server.model.ConstrainedToServerTest$ResourceAndProviderConstrainedToServer, implements provider interface [interface jakarta.ws.rs.container.ContainerResponseFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton. Apr 10, 2024 12:12:18 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyClientUnConstrainedFilter registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyClientUnConstrainedFilter will be ignored. Apr 10, 2024 12:12:18 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A registered provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyServerAndClientContrainedToClientFilter constrained (via @ConstrainedTo) to CLIENT runtime implements interface 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. Apr 10, 2024 12:12:18 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyClientFilter registered in SERVER runtime is constrained (via @ConstrainedTo) to CLIENT runtime. Due to constraint configuration problems the provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyClientFilter will be ignored. A provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyClientFilter registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyClientFilter will be ignored. Apr 10, 2024 12:12:18 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A registered provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyServerWrongFilter constrained (via @ConstrainedTo) to CLIENT runtime implements interface 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. [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.173 s -- in org.glassfish.jersey.server.model.ConstrainedToServerTest [INFO] Running org.glassfish.jersey.server.model.DynamicFeatureTest Apr 10, 2024 12:12:18 PM 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. Apr 10, 2024 12:12:18 PM 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. Apr 10, 2024 12:12:18 PM 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. Apr 10, 2024 12:12:18 PM 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. Apr 10, 2024 12:12:18 PM 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. Apr 10, 2024 12:12:18 PM 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. Apr 10, 2024 12:12:18 PM 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. Apr 10, 2024 12:12:18 PM 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. Apr 10, 2024 12:12:18 PM 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. Apr 10, 2024 12:12:18 PM 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. Apr 10, 2024 12:12:18 PM 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. Apr 10, 2024 12:12:18 PM 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. Apr 10, 2024 12:12:18 PM 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. Apr 10, 2024 12:12:18 PM 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. Apr 10, 2024 12:12:18 PM 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. Apr 10, 2024 12:12:18 PM 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. Apr 10, 2024 12:12:18 PM 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. Apr 10, 2024 12:12:18 PM 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. Apr 10, 2024 12:12:18 PM 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. Apr 10, 2024 12:12:18 PM 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. Apr 10, 2024 12:12:18 PM 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. Apr 10, 2024 12:12:18 PM 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. Apr 10, 2024 12:12:18 PM 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. Apr 10, 2024 12:12:18 PM 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. Apr 10, 2024 12:12:18 PM 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. Apr 10, 2024 12:12:18 PM 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. Apr 10, 2024 12:12:18 PM 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. Apr 10, 2024 12:12:18 PM 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. Apr 10, 2024 12:12:18 PM 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. Apr 10, 2024 12:12:18 PM 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. Apr 10, 2024 12:12:18 PM 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. Apr 10, 2024 12:12:18 PM 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. Apr 10, 2024 12:12:18 PM 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. Apr 10, 2024 12:12:18 PM 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. Apr 10, 2024 12:12:18 PM 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. Apr 10, 2024 12:12:18 PM 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. Apr 10, 2024 12:12:18 PM 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. Apr 10, 2024 12:12:18 PM 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. Apr 10, 2024 12:12:18 PM 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. Apr 10, 2024 12:12:18 PM 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. Apr 10, 2024 12:12:18 PM 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. Apr 10, 2024 12:12:18 PM 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. Apr 10, 2024 12:12:18 PM 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. Apr 10, 2024 12:12:18 PM 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. Apr 10, 2024 12:12:18 PM 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. Apr 10, 2024 12:12:18 PM 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:616) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:596) 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) Apr 10, 2024 12:12:18 PM 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. Apr 10, 2024 12:12:18 PM 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. Apr 10, 2024 12:12:18 PM 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. Apr 10, 2024 12:12:18 PM 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. Apr 10, 2024 12:12:18 PM 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. Apr 10, 2024 12:12:18 PM 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. Apr 10, 2024 12:12:18 PM 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. Apr 10, 2024 12:12:18 PM 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. Apr 10, 2024 12:12:18 PM 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. Apr 10, 2024 12:12:18 PM 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. Apr 10, 2024 12:12:18 PM 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. Apr 10, 2024 12:12:18 PM 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. Apr 10, 2024 12:12:18 PM 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. Apr 10, 2024 12:12:18 PM 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. Apr 10, 2024 12:12:18 PM 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. Apr 10, 2024 12:12:18 PM 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. Apr 10, 2024 12:12:18 PM 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. Apr 10, 2024 12:12:18 PM 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. Apr 10, 2024 12:12:18 PM 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. Apr 10, 2024 12:12:18 PM 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. Apr 10, 2024 12:12:18 PM 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. Apr 10, 2024 12:12:18 PM 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. Apr 10, 2024 12:12:18 PM 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. Apr 10, 2024 12:12:18 PM 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. Apr 10, 2024 12:12:18 PM 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. Apr 10, 2024 12:12:18 PM 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. Apr 10, 2024 12:12:18 PM 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. Apr 10, 2024 12:12:18 PM 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. Apr 10, 2024 12:12:18 PM 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. Apr 10, 2024 12:12:18 PM 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. Apr 10, 2024 12:12:18 PM 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. Apr 10, 2024 12:12:18 PM 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. Apr 10, 2024 12:12:18 PM 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. Apr 10, 2024 12:12:18 PM 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. Apr 10, 2024 12:12:18 PM 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. Apr 10, 2024 12:12:18 PM 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. Apr 10, 2024 12:12:18 PM 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. Apr 10, 2024 12:12:18 PM 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. Apr 10, 2024 12:12:18 PM 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. Apr 10, 2024 12:12:18 PM 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. Apr 10, 2024 12:12:18 PM 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. Apr 10, 2024 12:12:18 PM 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. Apr 10, 2024 12:12:18 PM 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. Apr 10, 2024 12:12:18 PM 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. Apr 10, 2024 12:12:18 PM 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.303 s -- in org.glassfish.jersey.server.model.DynamicFeatureTest [INFO] Running org.glassfish.jersey.server.model.internal.ResourceMethodDispatcherFactoryTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.glassfish.jersey.server.model.internal.ResourceMethodDispatcherFactoryTest [INFO] Running org.glassfish.jersey.server.model.internal.ChildResourceTest template: /http\://localhost/([^/]+)/aa/f pattern: /http\://localhost/([^/]+)/aa/f(/.*)? template: /http\://localhost/([^/]+)/aa/f pattern: /http\://localhost/([^/]+)/aa/f(/.*)? [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.070 s -- in org.glassfish.jersey.server.model.internal.ChildResourceTest [INFO] Running org.glassfish.jersey.server.model.internal.ModelHelperTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.glassfish.jersey.server.model.internal.ModelHelperTest [INFO] Running org.glassfish.jersey.server.model.AncestorsTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.121 s -- in org.glassfish.jersey.server.model.AncestorsTest [INFO] Running org.glassfish.jersey.server.model.AcceptTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.262 s -- in org.glassfish.jersey.server.model.AcceptTest [INFO] Running org.glassfish.jersey.server.model.ExceptionMapperPriorityTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s -- in org.glassfish.jersey.server.model.ExceptionMapperPriorityTest [INFO] Running org.glassfish.jersey.server.model.ResourcePathOverrideTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.glassfish.jersey.server.model.ResourcePathOverrideTest [INFO] Running org.glassfish.jersey.server.model.ConsumeProduceWildcardTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s -- in org.glassfish.jersey.server.model.ConsumeProduceWildcardTest [INFO] Running org.glassfish.jersey.server.model.SubResourceClassDynamicTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.153 s -- in org.glassfish.jersey.server.model.SubResourceClassDynamicTest [INFO] Running org.glassfish.jersey.server.model.AcceptAnnotatedReaderWriterTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.190 s -- in org.glassfish.jersey.server.model.AcceptAnnotatedReaderWriterTest [INFO] Running org.glassfish.jersey.server.model.SubResourceHttpMethodsTest Apr 10, 2024 12:12:19 PM org.glassfish.jersey.internal.util.PropertiesHelper convertValue WARNING: There is no way how to transform value "foo" [java.lang.String] to type [java.lang.Integer]. one Apr 10, 2024 12:12:20 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"foo", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "foo" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.378 s -- in org.glassfish.jersey.server.model.SubResourceHttpMethodsTest [INFO] Running org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest Apr 10, 2024 12:12:20 PM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: A resource model has ambiguous (sub-)resource method for HTTP method POST and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousClassProducingWarnings.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.getAllPossible() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousClassProducingWarnings.getHtml() at matching path pattern /test. Apr 10, 2024 12:12:20 PM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: A resource model has ambiguous sub-resource locators on path pattern //([^/]+). Apr 10, 2024 12:12:20 PM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsProducesGET.getText1() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsProducesGET.getText2() at matching regular expression /. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsProducesGET.getText1() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsProducesGET.getText3() at matching regular expression /. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsProducesGET.getText2() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsProducesGET.getText3() at matching regular expression /. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. Apr 10, 2024 12:12:20 PM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsGET.get3() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsGET.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.get3() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsGET.get1() at matching regular expression /. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsGET.get2() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsGET.get1() at matching regular expression /. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. Apr 10, 2024 12:12:20 PM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: A resource model has ambiguous (sub-)resource method for HTTP method PUT and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public void org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsConsumesPUT.put2(java.lang.Object) and public void org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsConsumesPUT.put3(java.lang.Object) at matching regular expression /. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. Apr 10, 2024 12:12:20 PM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousPostClassProducingWarnings.getPlain() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousPostClassProducingWarnings.getPlain2() at matching regular expression /test2. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. HINT: A resource model has ambiguous (sub-)resource method for HTTP method POST and output mime-types as defined by @Produces annotation at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousPostClassProducingWarnings.postA() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousPostClassProducingWarnings.postB() at matching path pattern /test2. Apr 10, 2024 12:12:20 PM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsProducesGET.getText1() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsProducesGET.getText2() at matching regular expression /x. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsProducesGET.getText1() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsProducesGET.getText3() at matching regular expression /x. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsProducesGET.getText2() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsProducesGET.getText3() at matching regular expression /x. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. Apr 10, 2024 12:12:20 PM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsGET.get3() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsGET.get4() at matching regular expression /([^/]+). These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsGET.get3() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsGET.get2() at matching regular expression /([^/]+). These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsGET.get3() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsGET.get1() at matching regular expression /([^/]+). These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsGET.get4() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsGET.get2() at matching regular expression /([^/]+). These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsGET.get4() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsGET.get1() at matching regular expression /([^/]+). These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsGET.get2() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsGET.get1() at matching regular expression /([^/]+). These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. [WARNING] Tests run: 12, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 0.164 s -- in org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest [INFO] Running org.glassfish.jersey.server.model.ResourceNotFoundTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.119 s -- in org.glassfish.jersey.server.model.ResourceNotFoundTest [INFO] Running org.glassfish.jersey.server.model.HeadTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.150 s -- in org.glassfish.jersey.server.model.HeadTest [INFO] Running org.glassfish.jersey.server.model.ValidatorTest Apr 10, 2024 12:12:20 PM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: Method public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$AmbiguousParameterResource.moreNonAnnotatedParameters(java.lang.String,java.lang.String,java.lang.String) on resource class org.glassfish.jersey.server.model.ValidatorTest$AmbiguousParameterResource contains multiple parameters with no annotation. Unable to resolve the injection source. Apr 10, 2024 12:12:20 PM org.glassfish.jersey.server.model.ValidatorTest testGetSRMConsumingFormParam INFO: An issue should be reported if a get method consumes a form param: Apr 10, 2024 12:12:20 PM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: A HTTP GET method, public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestGetSRMConsumingFormParam.getMethod(java.lang.String), should not consume any form parameter. Apr 10, 2024 12:12:20 PM org.glassfish.jersey.server.model.ValidatorTest testSingletonMethodParamsInjection INFO: An issue should not be reported as injections into the methods are allowed. Apr 10, 2024 12:12:20 PM org.glassfish.jersey.server.model.ValidatorTest testSRLReturningVoid INFO: An issue should be reported if a sub-resource locator returns void: Apr 10, 2024 12:12:20 PM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: A sub-resource model, public void org.glassfish.jersey.server.model.ValidatorTest$TestSRLReturningVoid.srLocator(), MUST return a non-void type. Apr 10, 2024 12:12:20 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.server.model.ValidatorTest$MyBeanParam registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.server.model.ValidatorTest$MyBeanParam will be ignored. Apr 10, 2024 12:12:20 PM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: Both resources, resource Builder{names=[[unnamed], [unnamed]], path='a', methodBuilders=[], childResourceBuilders=[], childResources=[], resourceMethods=[], subResourceLocator=httpMethod=null, consumedTypes=[], producedTypes=[], suspended=false, suspendTimeout=0, suspendTimeoutUnit=MILLISECONDS, invocable=Invocable{handler=ClassBasedMethodHandler{handlerClass=class org.glassfish.jersey.server.model.ValidatorTest$TwoLocatorsResource, handlerConstructors=[org.glassfish.jersey.server.model.HandlerConstructor@5a7932c]}, 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$ResourceRoot.get() and public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$ResourceRootNotUnique.get() at matching regular expression /sub\-root. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$AmbiguousResource1.get() and public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$AmbiguousResource2.get() at matching regular expression /x. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. WARNING: A resource model has ambiguous sub-resource locators on path pattern /([^/]+)/x. WARNING: Parameter 1 of public void org.glassfish.jersey.server.model.ValidatorTest$TestAmbiguousParams.setB(java.lang.String) MUST be only one of a path, query, matrix or header parameter. WARNING: Parameter a of private int org.glassfish.jersey.server.model.ValidatorTest$TestAmbiguousParams.a MUST be only one of a path, query, matrix or header parameter. WARNING: Parameter 1 of type V[] from public void org.glassfish.jersey.server.model.ValidatorTest$GenericArrayResource.set(V[]) is not resolvable to a concrete type. WARNING: Parameter fieldV of type V[] from V[] org.glassfish.jersey.server.model.ValidatorTest$GenericArrayResource.fieldV is not resolvable to a concrete type. WARNING: 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: A resource method, private java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestNonPublicRM.privateGet(), MUST be public scoped otherwise the method is ignored WARNING: Parameter 1 of 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: 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 java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestGetRMConsumingFormParam.getMethod(java.lang.String,java.lang.String) and public void org.glassfish.jersey.server.model.ValidatorTest$TestGetRMReturningVoid.getMethod() at matching path pattern /test. Apr 10, 2024 12:12:20 PM org.glassfish.jersey.server.model.ValidatorTest testLocatorPathValidationFail INFO: Should report error during validation as Resource cannot have ambiguous sub resource locators. Apr 10, 2024 12:12:20 PM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: Both resources, resource Builder{names=[[unnamed], [unnamed]], path='a', methodBuilders=[], childResourceBuilders=[], childResources=[], resourceMethods=[], subResourceLocator=httpMethod=null, consumedTypes=[], producedTypes=[], suspended=false, suspendTimeout=0, suspendTimeoutUnit=MILLISECONDS, invocable=Invocable{handler=ClassBasedMethodHandler{handlerClass=class org.glassfish.jersey.server.model.ValidatorTest$TwoLocatorsResource, handlerConstructors=[org.glassfish.jersey.server.model.HandlerConstructor@1d5e1578]}, 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. Apr 10, 2024 12:12:20 PM org.glassfish.jersey.server.model.ValidatorTest testParamOnResourcePathAnnotatedMethodFails INFO: Should report fatal during validation as @Path method should not be annotated with parameter annotation Apr 10, 2024 12:12:20 PM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: (Sub)resource method query in org.glassfish.jersey.server.model.ValidatorTest$ResourceWithParamOnResourcePathAnnotatedMethod contains unexpected annotation jakarta.ws.rs.QueryParam. Apr 10, 2024 12:12:20 PM org.glassfish.jersey.server.model.ValidatorTest testAmbiguousResources INFO: Should report warning during validation error as resource path patterns are ambiguous ({abc} and {def} results into same path pattern). Apr 10, 2024 12:12:20 PM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$AmbiguousResource1.get() and public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$AmbiguousResource2.get() at matching regular expression /x. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. Apr 10, 2024 12:12:20 PM org.glassfish.jersey.server.model.ValidatorTest testEmptyResourcel INFO: Should report warning during validation as Resource cannot have resource method and sub resource locators on the same path. Apr 10, 2024 12:12:20 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, Resource{"root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Apr 10, 2024 12:12:20 PM org.glassfish.jersey.server.model.ValidatorTest testRelaxedProducesConsumesParserRules INFO: An issue should not be reported with the relaxed Produces/Consumes values parser. Apr 10, 2024 12:12:20 PM org.glassfish.jersey.server.model.ValidatorTest testAmbiguousResourceLocators INFO: Should report warning during validation error as resource path patterns are ambiguous ({abc} and {def} results into same path pattern). Apr 10, 2024 12:12:20 PM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: A resource model has ambiguous sub-resource locators on path pattern /([^/]+)/x. Apr 10, 2024 12:12:20 PM org.glassfish.jersey.server.model.ValidatorTest testGetSRMConsumingEntity INFO: An issue should be reported if a get method consumes an entity: Apr 10, 2024 12:12:20 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestGetSRMConsumingEntity.getMethod(java.lang.Object), should not consume any entity. Apr 10, 2024 12:12:20 PM org.glassfish.jersey.server.model.ValidatorTest testNonPublicRM INFO: An issue should be reported if a resource method is not public: Apr 10, 2024 12:12:20 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource method, private java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestNonPublicRM.privateGet(), MUST be public scoped otherwise the method is ignored Apr 10, 2024 12:12:20 PM org.glassfish.jersey.server.model.ValidatorTest testGenericArrayResource INFO: Apr 10, 2024 12:12:20 PM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$PercentEncodedTest.notEncoded() and public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$PercentEncodedTest.percent() at matching regular expression /%5[bB]%5[dD]. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. Apr 10, 2024 12:12:20 PM org.glassfish.jersey.server.model.ValidatorTest testResourceAsProvider INFO: An issue should be reported as resource implements provider but does not define scope. Apr 10, 2024 12:12:20 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, class org.glassfish.jersey.server.model.ValidatorTest$ResourceAsProvider, implements provider interface [interface jakarta.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton. Apr 10, 2024 12:12:20 PM org.glassfish.jersey.server.model.ValidatorTest testRootResourceNonAmbigConstructors INFO: No issue should be reported if more public ctors exists with the same number of params, but another just one is presented with more params at a root resource: Apr 10, 2024 12:12:20 PM org.glassfish.jersey.server.model.ValidatorTest testEmptyPathSegment INFO: A warning should be reported if @Path with "/" or empty string value is seen Apr 10, 2024 12:12:20 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The (sub)resource method get in org.glassfish.jersey.server.model.ValidatorTest$TestEmptyPathSegment contains empty path annotation. Apr 10, 2024 12:12:20 PM org.glassfish.jersey.server.model.ValidatorTest testMultipleHttpMethodDesignatorsRM INFO: An issue should be reported if more than one HTTP method designator exist on a resource method: Apr 10, 2024 12:12:20 PM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: A (sub-)resource method, public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestMultipleHttpMethodDesignatorsRM.getPutIt(), should have only one HTTP method designator. It currently has the following designators defined: [@jakarta.ws.rs.GET(), @jakarta.ws.rs.PUT()] Apr 10, 2024 12:12:20 PM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$PercentEncodedCaseSensitiveTest.notEncoded() and public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$PercentEncodedCaseSensitiveTest.percent() at matching regular expression /%5[bB]%5[dD]. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. Apr 10, 2024 12:12:20 PM org.glassfish.jersey.server.model.ValidatorTest testEntityParamOnSRL INFO: An issue should be reported if an entity parameter exists on a sub-resource locator: Apr 10, 2024 12:12:20 PM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: A sub-resource model, public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestEntityParamOnSRL.locator(java.lang.String), can not have an entity parameter. Try to move the parameter to the corresponding resource method. Apr 10, 2024 12:12:20 PM org.glassfish.jersey.server.model.ValidatorTest testGetSRMReturningVoid INFO: An issue should be reported if a get sub-resource method returns void: Apr 10, 2024 12:12:20 PM org.glassfish.jersey.server.model.ValidatorTest testProviderFieldsInjection INFO: An issue should be reported if injection is required for a class which is provider and therefore singleton: Apr 10, 2024 12:12:20 PM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: Parameter matrixParam of java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectFieldsForProvider.matrixParam cannot be injected into singleton resource. WARNING: Parameter queryParam of java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectFieldsForProvider.queryParam cannot be injected into singleton resource. WARNING: Parameter pParam of java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectFieldsForProvider.pParam cannot be injected into singleton resource. WARNING: Parameter cParam of java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectFieldsForProvider.cParam cannot be injected into singleton resource. WARNING: Parameter hParam of java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectFieldsForProvider.hParam cannot be injected into singleton resource. WARNING: Parameter beanParam of org.glassfish.jersey.server.model.ValidatorTest$MyBeanParam org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectFieldsForProvider.beanParam cannot be injected into singleton resource. WARNING: A resource, class org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectFieldsForProvider, implements provider interface [interface jakarta.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton. Apr 10, 2024 12:12:20 PM org.glassfish.jersey.server.model.ValidatorTest testCantReturnFromEventSinkInjectedMethod INFO: An issue should be reported if method with injected SseEventSink parameter does not return void. Apr 10, 2024 12:12:20 PM 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. Apr 10, 2024 12:12:20 PM org.glassfish.jersey.server.model.ValidatorTest testLocatorAndMethod2Validation INFO: Should report warning during validation as Resource cannot have resource method and sub resource locators on the same path. Apr 10, 2024 12:12:20 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"a", 0 child resources, 1 resource methods, 1 sub-resource locator, 1 method handler classes, 0 method handler instances} with path "a" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. Apr 10, 2024 12:12:20 PM org.glassfish.jersey.server.model.ValidatorTest testGetRMReturningVoid INFO: An issue should be reported if a non-async get method returns void: Apr 10, 2024 12:12:20 PM org.glassfish.jersey.server.model.ValidatorTest testParamOnResourceGETMethodFails INFO: Should report fatal during validation as @GET method should not be annotated with parameter annotation Apr 10, 2024 12:12:20 PM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: (Sub)resource method get in org.glassfish.jersey.server.model.ValidatorTest$ResourceGETMethodFails contains unexpected annotation jakarta.ws.rs.QueryParam. Apr 10, 2024 12:12:20 PM org.glassfish.jersey.server.model.ValidatorTest testParamOnSetterIsOk INFO: Validation should report no issues. Apr 10, 2024 12:12:20 PM org.glassfish.jersey.server.model.ValidatorTest testNonConflictingHttpMethodDelete INFO: No issue should be reported if produced mime types differ Apr 10, 2024 12:12:20 PM org.glassfish.jersey.server.model.ValidatorTest testMultipleHttpMethodDesignatorsSRM INFO: An issue should be reported if more than one HTTP method designator exist on a sub-resource method: Apr 10, 2024 12:12:21 PM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: A (sub-)resource method, public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestMultipleHttpMethodDesignatorsSRM.postPutIt(), should have only one HTTP method designator. It currently has the following designators defined: [@jakarta.ws.rs.POST(), @jakarta.ws.rs.PUT()] Apr 10, 2024 12:12:21 PM org.glassfish.jersey.server.model.ValidatorTest testSingletonFieldsInjection INFO: An issue should be reported if injection is required for a singleton life-cycle: Apr 10, 2024 12:12:21 PM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: Parameter matrixParam of java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectFieldsForSingleton.matrixParam cannot be injected into singleton resource. WARNING: Parameter queryParam of java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectFieldsForSingleton.queryParam cannot be injected into singleton resource. WARNING: Parameter pParam of java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectFieldsForSingleton.pParam cannot be injected into singleton resource. WARNING: Parameter cParam of java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectFieldsForSingleton.cParam cannot be injected into singleton resource. WARNING: Parameter hParam of java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectFieldsForSingleton.hParam cannot be injected into singleton resource. WARNING: Parameter beanParam of org.glassfish.jersey.server.model.ValidatorTest$MyBeanParam org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectFieldsForSingleton.beanParam cannot be injected into singleton resource. Apr 10, 2024 12:12:21 PM org.glassfish.jersey.server.model.ValidatorTest testAmbiguousParams INFO: A warning should be reported if ambiguous source of a parameter is seen Apr 10, 2024 12:12:21 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of public void org.glassfish.jersey.server.model.ValidatorTest$TestAmbiguousParams.setB(java.lang.String) MUST be only one of a path, query, matrix or header parameter. WARNING: Parameter a of private int org.glassfish.jersey.server.model.ValidatorTest$TestAmbiguousParams.a MUST be only one of a path, query, matrix or header parameter. WARNING: Parameter 1 of public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestAmbiguousParams.get(java.lang.String) MUST be only one of a path, query, matrix or header parameter. WARNING: Parameter 1 of public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestAmbiguousParams.getSub(java.lang.String,int) MUST be only one of a path, query, matrix or header parameter. WARNING: Parameter 2 of public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestAmbiguousParams.getSub(java.lang.String,int) MUST be only one of a path, query, matrix or header parameter. WARNING: Parameter 1 of public java.lang.Object org.glassfish.jersey.server.model.ValidatorTest$TestAmbiguousParams.getSubLoc(java.lang.String) MUST be only one of a path, query, matrix or header parameter. Apr 10, 2024 12:12:21 PM org.glassfish.jersey.server.model.ValidatorTest testTypeVariableResource INFO: Apr 10, 2024 12:12:21 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type V from public void org.glassfish.jersey.server.model.ValidatorTest$TypeVariableResource.set(V) is not resolvable to a concrete type. WARNING: Parameter fieldV of type V from V org.glassfish.jersey.server.model.ValidatorTest$TypeVariableResource.fieldV is not resolvable to a concrete type. WARNING: Parameter 1 of type T from public T org.glassfish.jersey.server.model.ValidatorTest$TypeVariableResource.postSub(T) is not resolvable to a concrete type. WARNING: Return type, T, of method, public T org.glassfish.jersey.server.model.ValidatorTest$TypeVariableResource.postSub(T), is not resolvable to a concrete type. WARNING: Parameter 1 of type 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. Apr 10, 2024 12:12:21 PM org.glassfish.jersey.server.model.ValidatorTest testResourceWithMultipleScopes INFO: An issue should not be reported as resource defines multiple scopes. Apr 10, 2024 12:12:21 PM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: A resource, class org.glassfish.jersey.server.model.ValidatorTest$ResourceWithMultipleScopes, is annotated with multiple scope annotations. Only one scope annotation is allowed for the resource. Apr 10, 2024 12:12:21 PM org.glassfish.jersey.server.model.ValidatorTest testVoidReturnType INFO: Should report hint during validation as @GET resource method returns void. Apr 10, 2024 12:12:21 PM org.glassfish.jersey.server.model.ValidatorTest testParameterizedTypeResource INFO: Apr 10, 2024 12:12:21 PM org.glassfish.jersey.server.model.ValidatorTest testGetRMConsumingEntity INFO: An issue should be reported if a get method consumes an entity: Apr 10, 2024 12:12:21 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestGetRMConsumingEntity.getMethod(java.lang.Object), should not consume any entity. Apr 10, 2024 12:12:21 PM org.glassfish.jersey.server.model.ValidatorTest testSingletonConstructorParamsInjection INFO: An issue should be reported if injection is required for a singleton life-cycle: Apr 10, 2024 12:12:21 PM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: Parameter 1 of public org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectConstructorParamsForSingleton(java.lang.String) cannot be injected into singleton resource. Apr 10, 2024 12:12:21 PM org.glassfish.jersey.server.model.ValidatorTest testLocatorAndMethodValidation INFO: Should report warning during validation as Resource cannot have resource method and sub resource locators on the same path. Apr 10, 2024 12:12:21 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"failRoot", 0 child resources, 1 resource methods, 1 sub-resource locator, 1 method handler classes, 0 method handler instances} with path "failRoot" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. Apr 10, 2024 12:12:21 PM org.glassfish.jersey.server.model.ValidatorTest testGetRMConsumingFormParam INFO: An issue should be reported if a get method consumes a form param: Apr 10, 2024 12:12:21 PM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: A HTTP GET method, public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestGetRMConsumingFormParam.getMethod(java.lang.String,java.lang.String), should not consume any form parameter. Apr 10, 2024 12:12:21 PM org.glassfish.jersey.server.model.ValidatorTest testAsyncGetRMReturningVoid INFO: An issue should NOT be reported if a async get method returns void: [WARNING] Tests run: 44, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.236 s -- in org.glassfish.jersey.server.model.ValidatorTest [INFO] Running org.glassfish.jersey.server.model.GenericMethodListTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.glassfish.jersey.server.model.GenericMethodListTest [INFO] Running org.glassfish.jersey.server.model.ResourceModelTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.glassfish.jersey.server.model.ResourceModelTest [INFO] Running org.glassfish.jersey.server.model.AcceptQsTest [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.418 s -- in org.glassfish.jersey.server.model.AcceptQsTest [INFO] Running org.glassfish.jersey.server.model.SubResourceNullTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s -- in org.glassfish.jersey.server.model.SubResourceNullTest [INFO] Running org.glassfish.jersey.server.model.AsyncContentAndEntityTypeTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in org.glassfish.jersey.server.model.AsyncContentAndEntityTypeTest [INFO] Running org.glassfish.jersey.server.model.AcceptWriterTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s -- in org.glassfish.jersey.server.model.AcceptWriterTest [INFO] Running org.glassfish.jersey.server.model.ResourceInfoTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.243 s -- in org.glassfish.jersey.server.model.ResourceInfoTest [INFO] Running org.glassfish.jersey.server.model.SubResourceDynamicWithParametersTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s -- in org.glassfish.jersey.server.model.SubResourceDynamicWithParametersTest [INFO] Running org.glassfish.jersey.server.model.ParameterWithMultipleAnnotationsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.glassfish.jersey.server.model.ParameterWithMultipleAnnotationsTest [INFO] Running org.glassfish.jersey.server.model.ProgrammaticResourceMethodsTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 s -- in org.glassfish.jersey.server.model.ProgrammaticResourceMethodsTest [INFO] Running org.glassfish.jersey.server.model.MethodListTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.glassfish.jersey.server.model.MethodListTest [INFO] Running org.glassfish.jersey.server.model.HeadSubResourceMethodTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 s -- in org.glassfish.jersey.server.model.HeadSubResourceMethodTest [INFO] Running org.glassfish.jersey.server.model.InnerClassWithGenericTypeTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.glassfish.jersey.server.model.InnerClassWithGenericTypeTest [INFO] Running org.glassfish.jersey.server.model.OptionsTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.246 s -- in org.glassfish.jersey.server.model.OptionsTest [INFO] Running org.glassfish.jersey.server.model.MixedResourceConfigurationTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in org.glassfish.jersey.server.model.MixedResourceConfigurationTest [INFO] Running org.glassfish.jersey.server.model.RMBuilderTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.070 s -- in org.glassfish.jersey.server.model.RMBuilderTest [INFO] Running org.glassfish.jersey.server.model.OptionsSubResourceMethodTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.080 s -- in org.glassfish.jersey.server.model.OptionsSubResourceMethodTest [INFO] Running org.glassfish.jersey.server.model.ResourceMethodDispatcherInheritanceTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s -- in org.glassfish.jersey.server.model.ResourceMethodDispatcherInheritanceTest [INFO] Running org.glassfish.jersey.server.ApplicationTest Apr 10, 2024 12:12:22 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Component of class null cannot be instantiated and will be ignored. Apr 10, 2024 12:12:22 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.server.ApplicationTest$DummyResource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.server.ApplicationTest$DummyResource will be ignored. Apr 10, 2024 12:12:22 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, Resource{"test", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Apr 10, 2024 12:12:22 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Component of class null cannot be instantiated and will be ignored. Apr 10, 2024 12:12:22 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, Resource{"test", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s -- in org.glassfish.jersey.server.ApplicationTest [INFO] Running org.glassfish.jersey.server.modelapi.annotation.IntrospectionModellerTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.glassfish.jersey.server.modelapi.annotation.IntrospectionModellerTest [INFO] Running org.glassfish.jersey.server.filter.LayeredFiltersTest [WARNING] Tests run: 6, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 0.043 s -- in org.glassfish.jersey.server.filter.LayeredFiltersTest [INFO] Running org.glassfish.jersey.server.filter.ApplicationFilterTest Apr 10, 2024 12:12:22 PM 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:255) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:616) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:596) 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] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.159 s -- in org.glassfish.jersey.server.filter.ApplicationFilterTest [INFO] Running org.glassfish.jersey.server.filter.ContainerResponseFilterOrderingTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.glassfish.jersey.server.filter.ContainerResponseFilterOrderingTest [INFO] Running org.glassfish.jersey.server.filter.HttpMethodOverrideFilterTest Apr 10, 2024 12:12:23 PM org.glassfish.jersey.server.filter.HttpMethodOverrideFilter parseConfig WARNING: Invalid value for jersey.config.server.httpMethodOverride configuration property: foo [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 s -- in org.glassfish.jersey.server.filter.HttpMethodOverrideFilterTest [INFO] Running org.glassfish.jersey.server.filter.UriModificationFilterTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s -- in org.glassfish.jersey.server.filter.UriModificationFilterTest [INFO] Running org.glassfish.jersey.server.filter.UriConnegFilterTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.080 s -- in org.glassfish.jersey.server.filter.UriConnegFilterTest [INFO] Running org.glassfish.jersey.server.filter.CsrfProtectionFilterTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.190 s -- in org.glassfish.jersey.server.internal.routing.SubResourceLocatorCachingTest [INFO] Running org.glassfish.jersey.server.filter.FilterSetMethodTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.196 s -- in org.glassfish.jersey.server.filter.CsrfProtectionFilterTest [INFO] Running org.glassfish.jersey.server.filter.EncodingFilterTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.402 s -- in org.glassfish.jersey.server.filter.FilterSetMethodTest [INFO] Running org.glassfish.jersey.server.filter.EntityTypeFilterTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.glassfish.jersey.server.filter.EntityTypeFilterTest [INFO] Running org.glassfish.jersey.server.JaxRsFeatureRegistrationTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s -- in org.glassfish.jersey.server.JaxRsFeatureRegistrationTest [INFO] Running org.glassfish.jersey.server.ModelProcessorScopeTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.526 s -- in org.glassfish.jersey.server.filter.EncodingFilterTest [INFO] Running org.glassfish.jersey.server.ContainerRequestTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s -- in org.glassfish.jersey.server.ContainerRequestTest [INFO] Running org.glassfish.jersey.server.UriInfoMatchedResourcesTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s -- in org.glassfish.jersey.server.UriInfoMatchedResourcesTest [INFO] Running org.glassfish.jersey.server.GetMatchedResourceTemplateTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.293 s -- in org.glassfish.jersey.server.GetMatchedResourceTemplateTest [INFO] Running org.glassfish.jersey.server.AutoDiscoverableServerTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.582 s -- in org.glassfish.jersey.server.ModelProcessorScopeTest [INFO] Running org.glassfish.jersey.server.DefaultExceptionMapperTest Apr 10, 2024 12:12:24 PM 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. Apr 10, 2024 12:12:24 PM 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:616) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:596) 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.195 s -- in org.glassfish.jersey.server.DefaultExceptionMapperTest [INFO] Running org.glassfish.jersey.server.ExtendedResourceContextTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 s -- in org.glassfish.jersey.server.ExtendedResourceContextTest [INFO] Running org.glassfish.jersey.server.spi.WebServerProviderTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.490 s -- in org.glassfish.jersey.server.AutoDiscoverableServerTest [INFO] Running org.glassfish.jersey.server.UriInfoMatchedUrisTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.298 s -- in org.glassfish.jersey.server.spi.WebServerProviderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 s -- in org.glassfish.jersey.server.UriInfoMatchedUrisTest [INFO] Running org.glassfish.jersey.server.monitoring.MonitoringFeatureTest [INFO] Running org.glassfish.jersey.server.ResourceConfigTest [] Apr 10, 2024 12:12:25 PM org.glassfish.jersey.server.internal.monitoring.MonitoringFeature configure WARNING: MonitoringFeature is registered but the configuration property "jersey.config.server.monitoring.statistics.enabled" (enabling basic monitoring statistics) is FALSE. However, the feature is configured to enable exposure of monitoring MBeans (either by property or by direct instance setup), so the monitoring statistics will be enabled as this is prerequisite for Monitoring MBeans. The configuration is inconsistent and may produce unwanted behaviour. Unregister the feature or change the property value. [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.288 s -- in org.glassfish.jersey.server.ResourceConfigTest [INFO] Running org.glassfish.jersey.server.SecurityManagerConfiguredTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.glassfish.jersey.server.SecurityManagerConfiguredTest [INFO] Running org.glassfish.jersey.server.AsyncApplicationBuildingTest Apr 10, 2024 12:12:25 PM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: A resource model has ambiguous (sub-)resource method for HTTP method POST and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.AsyncApplicationBuildingTest$ErrornousResource.postOne(java.lang.String) and public java.lang.String org.glassfish.jersey.server.AsyncApplicationBuildingTest$ErrornousResource.postTwo(java.lang.String) at matching regular expression /. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. Apr 10, 2024 12:12:25 PM org.glassfish.jersey.server.internal.monitoring.MonitoringFeature configure WARNING: MonitoringFeature is registered but the configuration property "jersey.config.server.monitoring.statistics.enabled" (enabling basic monitoring statistics) is FALSE. However, the feature is configured to enable exposure of monitoring MBeans (either by property or by direct instance setup), so the monitoring statistics will be enabled as this is prerequisite for Monitoring MBeans. The configuration is inconsistent and may produce unwanted behaviour. Unregister the feature or change the property value. Apr 10, 2024 12:12:25 PM org.glassfish.jersey.server.internal.monitoring.MonitoringFeature configure WARNING: MonitoringFeature is registered but the configuration property "jersey.config.server.monitoring.statistics.enabled" (enabling basic monitoring statistics) is FALSE. Monitoring statistics will be disabled. The configuration is inconsistent and may produce unwanted behaviour. Disable MBeans exposure or enable monitoring statistics. Apr 10, 2024 12:12:25 PM org.glassfish.jersey.server.internal.monitoring.MonitoringFeature configure WARNING: MonitoringFeature is registered but the configuration property "jersey.config.server.monitoring.statistics.enabled" (enabling basic monitoring statistics) is FALSE. Monitoring statistics will be disabled. The configuration is inconsistent and may produce unwanted behaviour. Disable MBeans exposure or enable monitoring statistics. Apr 10, 2024 12:12:25 PM org.glassfish.jersey.server.internal.monitoring.MonitoringFeature configure WARNING: MonitoringFeature is registered but the configuration property "jersey.config.server.monitoring.statistics.enabled" (enabling basic monitoring statistics) is FALSE. However, the feature is configured to enable exposure of monitoring MBeans (either by property or by direct instance setup), so the monitoring statistics will be enabled as this is prerequisite for Monitoring MBeans. The configuration is inconsistent and may produce unwanted behaviour. Unregister the feature or change the property value. Apr 10, 2024 12:12:25 PM org.glassfish.jersey.server.internal.monitoring.MonitoringFeature configure WARNING: MonitoringFeature is registered but the configuration property "jersey.config.server.monitoring.statistics.enabled" (enabling basic monitoring statistics) is FALSE. However, the feature is configured to enable exposure of monitoring MBeans (either by property or by direct instance setup), so the monitoring statistics will be enabled as this is prerequisite for Monitoring MBeans. The configuration is inconsistent and may produce unwanted behaviour. Unregister the feature or change the property value. [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.847 s -- in org.glassfish.jersey.server.monitoring.MonitoringFeatureTest [INFO] Running org.glassfish.jersey.server.ApplicationHandlerTest Apr 10, 2024 12:12:26 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=application/json, type=class org.glassfish.jersey.server.ApplicationHandlerTest$ResponseErrorEntity, genericType=class org.glassfish.jersey.server.ApplicationHandlerTest$ResponseErrorEntity. Apr 10, 2024 12:12:26 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, class org.glassfish.jersey.server.ApplicationHandlerTest$SingletonResourceAndProvider, implements provider interface [interface jakarta.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton. Apr 10, 2024 12:12:26 PM 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:1118) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:678) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:377) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:266) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:616) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:596) 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) Apr 10, 2024 12:12:26 PM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.ApplicationHandlerTest$MergedA.doGet() and public java.lang.String org.glassfish.jersey.server.ApplicationHandlerTest$MergedA1.doGet() at matching regular expression /merged. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.318 s -- in org.glassfish.jersey.server.ApplicationHandlerTest [INFO] Running org.glassfish.jersey.server.SecurityContextTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 s -- in org.glassfish.jersey.server.SecurityContextTest [INFO] Running org.glassfish.jersey.server.AsyncCallbackServerTest Apr 10, 2024 12:12:26 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.server.AsyncCallbackServerTest$CompletionResource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.server.AsyncCallbackServerTest$CompletionResource will be ignored. Apr 10, 2024 12:12:26 PM 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:616) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:596) 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) Apr 10, 2024 12:12:26 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.server.AsyncCallbackServerTest$CompletionResource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.server.AsyncCallbackServerTest$CompletionResource will be ignored. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 s -- in org.glassfish.jersey.server.AsyncCallbackServerTest [INFO] Running org.glassfish.jersey.server.AnnotatedEntityTest Apr 10, 2024 12:12:26 PM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: No injection source found for a parameter of type public java.lang.String org.glassfish.jersey.server.AnnotatedEntityTest$WrongResource.postEntityAnnotated(java.lang.String,java.lang.String,java.lang.String,java.lang.String) at index 1. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.119 s -- in org.glassfish.jersey.server.AnnotatedEntityTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.308 s -- in org.glassfish.jersey.server.AsyncApplicationBuildingTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 941, 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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/core-server/target/jersey-server-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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.5.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 42401 for jersey.config.test.container.port [INFO] Reserved port 33653 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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.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/ci-cd-integration_4.0/containers/grizzly2-http/src/main/resources/org/glassfish/jersey/grizzly2/httpserver/internal/localization.properties [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-container-grizzly2-http --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 5 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 9 source files with javac [debug target 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/containers/grizzly2-http/src/main/java/org/glassfish/jersey/grizzly2/httpserver/GrizzlyHttpServerFactory.java: /home/jenkins/agent/workspace/ci-cd-integration_4.0/containers/grizzly2-http/src/main/java/org/glassfish/jersey/grizzly2/httpserver/GrizzlyHttpServerFactory.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 9 source files with javac [debug target 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/containers/grizzly2-http/src/main/java/org/glassfish/jersey/grizzly2/httpserver/GrizzlyHttpServerFactory.java: /home/jenkins/agent/workspace/ci-cd-integration_4.0/containers/grizzly2-http/src/main/java/org/glassfish/jersey/grizzly2/httpserver/GrizzlyHttpServerFactory.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/containers/grizzly2-http/src/test/java/org/glassfish/jersey/grizzly2/httpserver/GrizzlyHttpServerProviderTest.java:[132,30] java.security.AccessController in java.security has been deprecated and marked for removal [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/containers/grizzly2-http/src/test/java/org/glassfish/jersey/grizzly2/httpserver/GrizzlyHttpServerProviderTest.java: /home/jenkins/agent/workspace/ci-cd-integration_4.0/containers/grizzly2-http/src/test/java/org/glassfish/jersey/grizzly2/httpserver/GrizzlyHttpServerProviderTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/containers/grizzly2-http/src/test/java/org/glassfish/jersey/grizzly2/httpserver/GrizzlyHttpServerProviderTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-container-grizzly2-http --- [INFO] Reserved port 35257 for jersey.config.test.container.port [INFO] Reserved port 34515 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jersey-container-grizzly2-http --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 Apr 10, 2024 12:12:47 PM 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. Apr 10, 2024 12:12:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Apr 10, 2024 12:12:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [centos-7-98vk1:37067] Apr 10, 2024 12:12:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Server processed 2430 requests of test https2(). Apr 10, 2024 12:12:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [centos-7-98vk1:37067] Apr 10, 2024 12:12:58 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Apr 10, 2024 12:12:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [centos-7-98vk1:34989] Apr 10, 2024 12:12:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Server processed 9198 requests of test http(). Apr 10, 2024 12:13:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [centos-7-98vk1:34989] Server processed 0 requests of test http2(). Apr 10, 2024 12:13:08 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Apr 10, 2024 12:13:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [centos-7-98vk1:35915] Apr 10, 2024 12:13:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Server processed 11642 requests of test https(). Apr 10, 2024 12:13:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [centos-7-98vk1:35915] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 32.48 s -- in org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerTest [INFO] Running org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerProviderTest Apr 10, 2024 12:13:18 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Apr 10, 2024 12:13:18 PM 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. Apr 10, 2024 12:13:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35257] Apr 10, 2024 12:13:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:13:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35257] Apr 10, 2024 12:13:18 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Apr 10, 2024 12:13:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:23728] Apr 10, 2024 12:13:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:13:18 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Apr 10, 2024 12:13:18 PM 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. Apr 10, 2024 12:13:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35257] Apr 10, 2024 12:13:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:13:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35257] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.344 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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/containers/grizzly2-http/target/jersey-container-grizzly2-http-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.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/ci-cd-integration_4.0/containers/jersey-servlet-core/src/main/resources/org/glassfish/jersey/servlet/internal/localization.properties [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-container-servlet-core --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 2 resources 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 28 source files with javac [debug target 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/WebComponent.java:[534,91] java.security.AccessController in java.security has been deprecated and marked for removal [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/internal/ThreadLocalNamedInvoker.java: /home/jenkins/agent/workspace/ci-cd-integration_4.0/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/internal/ThreadLocalNamedInvoker.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 28 source files with javac [debug target 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/WebComponent.java:[534,91] java.security.AccessController in java.security has been deprecated and marked for removal [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/internal/ThreadLocalNamedInvoker.java: /home/jenkins/agent/workspace/ci-cd-integration_4.0/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/internal/ThreadLocalNamedInvoker.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-container-servlet-core --- [INFO] Reserved port 46381 for jersey.config.test.container.port [INFO] Reserved port 42811 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jersey-container-servlet-core --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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.107 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.010 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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/containers/jersey-servlet-core/target/jersey-container-servlet-core-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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.5.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 33761 for jersey.config.test.container.port [INFO] Reserved port 36263 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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-test-framework-core --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-test-framework-core --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 17 source files with javac [debug target 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/test-framework/core/src/main/java/org/glassfish/jersey/test/JerseySingleContainerTest.java:[354,45] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/test-framework/core/src/main/java/org/glassfish/jersey/test/JerseySingleContainerTest.java:[367,45] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/test-framework/core/src/main/java/org/glassfish/jersey/test/JerseySingleContainerTest.java:[556,43] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/test-framework/core/src/main/java/org/glassfish/jersey/test/JerseyTest.java:[355,45] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/test-framework/core/src/main/java/org/glassfish/jersey/test/JerseyTest.java:[368,45] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/test-framework/core/src/main/java/org/glassfish/jersey/test/JerseyTest.java:[557,43] java.security.AccessController in java.security has been deprecated and marked for removal [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/test-framework/core/src/main/java/org/glassfish/jersey/test/JerseySingleContainerTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/test-framework/core/src/main/java/org/glassfish/jersey/test/JerseySingleContainerTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-test-framework-core --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 17 source files with javac [debug target 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/test-framework/core/src/main/java/org/glassfish/jersey/test/JerseySingleContainerTest.java:[354,45] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/test-framework/core/src/main/java/org/glassfish/jersey/test/JerseySingleContainerTest.java:[367,45] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/test-framework/core/src/main/java/org/glassfish/jersey/test/JerseySingleContainerTest.java:[556,43] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/test-framework/core/src/main/java/org/glassfish/jersey/test/JerseyTest.java:[355,45] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/test-framework/core/src/main/java/org/glassfish/jersey/test/JerseyTest.java:[368,45] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/test-framework/core/src/main/java/org/glassfish/jersey/test/JerseyTest.java:[557,43] java.security.AccessController in java.security has been deprecated and marked for removal [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/test-framework/core/src/main/java/org/glassfish/jersey/test/JerseySingleContainerTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/test-framework/core/src/main/java/org/glassfish/jersey/test/JerseySingleContainerTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-test-framework-core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/test-framework/core/src/test/java/org/glassfish/jersey/test/JerseyTestTest.java:[117,28] java.security.AccessController in java.security has been deprecated and marked for removal [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-test-framework-core --- [INFO] Reserved port 38643 for jersey.config.test.container.port [INFO] Reserved port 41233 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jersey-test-framework-core --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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.103 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/ci-cd-integration_4.0/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 28 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.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/ci-cd-integration_4.0/containers/jersey-servlet/src/main/resources/org/glassfish/jersey/servlet/init/internal/localization.properties [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-container-servlet --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-container-servlet --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/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.5.0:reserve-network-port (reserve-port) @ jersey-container-servlet --- [INFO] Reserved port 44599 for jersey.config.test.container.port [INFO] Reserved port 34777 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5: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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/containers/jersey-servlet/target/jersey-container-servlet-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-container-grizzly2-servlet --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-container-grizzly2-servlet --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-container-grizzly2-servlet --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/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.5.0:reserve-network-port (reserve-port) @ jersey-container-grizzly2-servlet --- [INFO] Reserved port 38237 for jersey.config.test.container.port [INFO] Reserved port 43783 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5: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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/containers/grizzly2-servlet/target/jersey-container-grizzly2-servlet-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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.5.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 40347 for jersey.config.test.container.port [INFO] Reserved port 43213 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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-test-framework-provider-grizzly2 --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-test-framework-provider-grizzly2 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-test-framework-provider-grizzly2 --- [INFO] Reserved port 36811 for jersey.config.test.container.port [INFO] Reserved port 46589 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jersey-test-framework-provider-grizzly2 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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.AvailablePortGrizzlyWebTest Apr 10, 2024 12:13:34 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:/ Apr 10, 2024 12:13:34 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Apr 10, 2024 12:13:34 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:13:34 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Apr 10, 2024 12:13:34 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Apr 10, 2024 12:13:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44891] Apr 10, 2024 12:13:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:13:34 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer start INFO: Started GrizzlyWebTestContainer at the base URI http://localhost:44891/ Apr 10, 2024 12:13:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44891] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.017 s -- in org.glassfish.jersey.test.grizzly.web.AvailablePortGrizzlyWebTest [INFO] Running org.glassfish.jersey.test.grizzly.web.context.GrizzlyWebContextPathTest Apr 10, 2024 12:13:35 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:36811/ Apr 10, 2024 12:13:35 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Apr 10, 2024 12:13:35 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Apr 10, 2024 12:13:35 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: [/context]. Apr 10, 2024 12:13:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36811] Apr 10, 2024 12:13:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:13:35 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Apr 10, 2024 12:13:35 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:13:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36811] Apr 10, 2024 12:13:35 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:36811/ Apr 10, 2024 12:13:35 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Apr 10, 2024 12:13:35 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Apr 10, 2024 12:13:35 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: [/context]. Apr 10, 2024 12:13:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36811] Apr 10, 2024 12:13:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:13:35 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Apr 10, 2024 12:13:35 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:13:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36811] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.283 s -- in org.glassfish.jersey.test.grizzly.web.context.GrizzlyWebContextPathTest [INFO] Running org.glassfish.jersey.test.grizzly.web.ssl.GrizzlyTwoWaySslWebTest Apr 10, 2024 12:13:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI https://localhost:36811 Apr 10, 2024 12:13:35 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:13:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36811] Apr 10, 2024 12:13:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:13:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36811] Apr 10, 2024 12:13:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI https://localhost:36811 Apr 10, 2024 12:13:36 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:13:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36811] Apr 10, 2024 12:13:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:13:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36811] Apr 10, 2024 12:13:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI https://localhost:36811 Apr 10, 2024 12:13:37 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:13:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36811] Apr 10, 2024 12:13:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:13:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36811] Apr 10, 2024 12:13:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI https://localhost:36811 Apr 10, 2024 12:13:37 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:13:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36811] Apr 10, 2024 12:13:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:13:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36811] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.080 s -- in org.glassfish.jersey.test.grizzly.web.ssl.GrizzlyTwoWaySslWebTest [INFO] Running org.glassfish.jersey.test.grizzly.web.ssl.GrizzlyOneWaySslWebTest Apr 10, 2024 12:13:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI https://localhost:36811 Apr 10, 2024 12:13:37 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:13:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36811] Apr 10, 2024 12:13:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:13:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36811] Apr 10, 2024 12:13:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI https://localhost:36811 Apr 10, 2024 12:13:37 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:13:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36811] Apr 10, 2024 12:13:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Apr 10, 2024 12:13:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36811] Apr 10, 2024 12:13:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI https://localhost:36811 Apr 10, 2024 12:13:38 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:13:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36811] Apr 10, 2024 12:13:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Apr 10, 2024 12:13:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36811] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.623 s -- in org.glassfish.jersey.test.grizzly.web.ssl.GrizzlyOneWaySslWebTest [INFO] Running org.glassfish.jersey.test.grizzly.web.GrizzlyWebServletAndFilterTest Apr 10, 2024 12:13:38 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:36811/ Apr 10, 2024 12:13:38 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Apr 10, 2024 12:13:38 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.test.grizzly.web.GrizzlyWebServletAndFilterTest$MyServlet] registered for url pattern(s) [[/*]]. Apr 10, 2024 12:13:38 PM org.glassfish.grizzly.servlet.WebappContext initFilters INFO: [TestContext] Filter [org.glassfish.jersey.test.grizzly.web.GrizzlyWebServletAndFilterTest$MyFilter1] registered for url pattern(s) [[/*]] and servlet name(s) [[]] Apr 10, 2024 12:13:38 PM org.glassfish.grizzly.servlet.WebappContext initFilters INFO: [TestContext] Filter [org.glassfish.jersey.test.grizzly.web.GrizzlyWebServletAndFilterTest$MyFilter2] registered for url pattern(s) [[/*]] and servlet name(s) [[]] Apr 10, 2024 12:13:38 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Apr 10, 2024 12:13:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36811] Apr 10, 2024 12:13:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Apr 10, 2024 12:13:38 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.test.grizzly.web.GrizzlyWebServletAndFilterTest$MyServlet Apr 10, 2024 12:13:38 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:13:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36811] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 s -- in org.glassfish.jersey.test.grizzly.web.GrizzlyWebServletAndFilterTest [INFO] Running org.glassfish.jersey.test.grizzly.web.GrizzlyWebFixedRequestSizeTest Apr 10, 2024 12:13:38 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:36811/ Apr 10, 2024 12:13:38 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Apr 10, 2024 12:13:38 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:13:38 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Apr 10, 2024 12:13:38 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Apr 10, 2024 12:13:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36811] Apr 10, 2024 12:13:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Apr 10, 2024 12:13:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36811] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s -- in org.glassfish.jersey.test.grizzly.web.GrizzlyWebFixedRequestSizeTest [INFO] Running org.glassfish.jersey.test.grizzly.web.GrizzlyWebTest Apr 10, 2024 12:13:38 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:36811/ Apr 10, 2024 12:13:38 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Apr 10, 2024 12:13:38 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:13:38 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Apr 10, 2024 12:13:38 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Apr 10, 2024 12:13:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36811] Apr 10, 2024 12:13:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Apr 10, 2024 12:13:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36811] Apr 10, 2024 12:13:38 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:36811/ Apr 10, 2024 12:13:38 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Apr 10, 2024 12:13:38 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:13:38 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Apr 10, 2024 12:13:38 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Apr 10, 2024 12:13:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36811] Apr 10, 2024 12:13:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Apr 10, 2024 12:13:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36811] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 s -- in org.glassfish.jersey.test.grizzly.web.GrizzlyWebTest [INFO] Running org.glassfish.jersey.test.grizzly.web.GrizzlyRequestDispatchFilterTest Apr 10, 2024 12:13:38 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:36811/ Apr 10, 2024 12:13:38 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Apr 10, 2024 12:13:38 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.test.grizzly.web.GrizzlyRequestDispatchFilterTest$RequestDispatcherServlet] registered for url pattern(s) [[/*]]. Apr 10, 2024 12:13:38 PM org.glassfish.grizzly.servlet.WebappContext initFilters INFO: [TestContext] Filter [org.glassfish.jersey.test.grizzly.web.GrizzlyRequestDispatchFilterTest$ForwardFilter] registered for url pattern(s) [[/*]] and servlet name(s) [[]] Apr 10, 2024 12:13:38 PM org.glassfish.grizzly.servlet.WebappContext initFilters INFO: [TestContext] Filter [org.glassfish.jersey.test.grizzly.web.GrizzlyRequestDispatchFilterTest$IncludeFilter] registered for url pattern(s) [[/*]] and servlet name(s) [[]] Apr 10, 2024 12:13:38 PM org.glassfish.grizzly.servlet.WebappContext initFilters INFO: [TestContext] Filter [org.glassfish.jersey.test.grizzly.web.GrizzlyRequestDispatchFilterTest$RegularFilter] registered for url pattern(s) [[/*]] and servlet name(s) [[]] Apr 10, 2024 12:13:38 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Apr 10, 2024 12:13:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36811] Apr 10, 2024 12:13:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Apr 10, 2024 12:13:38 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.test.grizzly.web.GrizzlyRequestDispatchFilterTest$RequestDispatcherServlet Apr 10, 2024 12:13:38 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:13:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36811] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 s -- in org.glassfish.jersey.test.grizzly.web.GrizzlyRequestDispatchFilterTest [INFO] Running org.glassfish.jersey.test.grizzly.web.GrizzlyWebInjectionTest Apr 10, 2024 12:13:38 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:36811/ Apr 10, 2024 12:13:38 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Apr 10, 2024 12:13:38 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Apr 10, 2024 12:13:38 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Apr 10, 2024 12:13:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36811] Apr 10, 2024 12:13:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Apr 10, 2024 12:13:38 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Apr 10, 2024 12:13:38 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:13:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36811] Apr 10, 2024 12:13:38 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:36811/ Apr 10, 2024 12:13:38 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Apr 10, 2024 12:13:38 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Apr 10, 2024 12:13:38 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Apr 10, 2024 12:13:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36811] Apr 10, 2024 12:13:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Apr 10, 2024 12:13:38 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Apr 10, 2024 12:13:38 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:13:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36811] Apr 10, 2024 12:13:38 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:36811/ Apr 10, 2024 12:13:38 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Apr 10, 2024 12:13:38 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Apr 10, 2024 12:13:38 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Apr 10, 2024 12:13:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36811] Apr 10, 2024 12:13:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Apr 10, 2024 12:13:38 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Apr 10, 2024 12:13:38 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:13:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36811] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.254 s -- in org.glassfish.jersey.test.grizzly.web.GrizzlyWebInjectionTest [INFO] Running org.glassfish.jersey.test.grizzly.BaseUriTest Apr 10, 2024 12:13:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36811/ Apr 10, 2024 12:13:38 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:13:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36811] Apr 10, 2024 12:13:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Apr 10, 2024 12:13:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36811] Apr 10, 2024 12:13:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36811/ Apr 10, 2024 12:13:38 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:13:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36811] Apr 10, 2024 12:13:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Apr 10, 2024 12:13:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36811] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 s -- in org.glassfish.jersey.test.grizzly.BaseUriTest [INFO] Running org.glassfish.jersey.test.grizzly.AvailablePortGrizzlyTest Apr 10, 2024 12:13:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Apr 10, 2024 12:13:38 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:13:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41829] Apr 10, 2024 12:13:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Apr 10, 2024 12:13:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:41829/ Apr 10, 2024 12:13:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41829] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s -- in org.glassfish.jersey.test.grizzly.AvailablePortGrizzlyTest [INFO] Running org.glassfish.jersey.test.grizzly.pckg.GrizzlyPackageTest Apr 10, 2024 12:13:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36811/ Apr 10, 2024 12:13:38 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:13:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36811] Apr 10, 2024 12:13:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Apr 10, 2024 12:13:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36811] Apr 10, 2024 12:13:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36811/ Apr 10, 2024 12:13:38 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:13:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36811] Apr 10, 2024 12:13:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Apr 10, 2024 12:13:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36811] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.153 s -- in org.glassfish.jersey.test.grizzly.pckg.GrizzlyPackageTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-test-framework-provider-grizzly2 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 29 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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.5.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 33739 for jersey.config.test.container.port [INFO] Reserved port 45381 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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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-apache5-connector >------ [INFO] Building jersey-connectors-apache5 4.0.99-SNAPSHOT [25/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.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/ci-cd-integration_4.0/connectors/apache5-connector/src/main/resources/org/glassfish/jersey/apache5/connector/localization.properties [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-apache5-connector --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/connectors/apache5-connector/src/main/java/org/glassfish/jersey/apache5/connector/Apache5Connector.java: /home/jenkins/agent/workspace/ci-cd-integration_4.0/connectors/apache5-connector/src/main/java/org/glassfish/jersey/apache5/connector/Apache5Connector.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/connectors/apache5-connector/src/main/java/org/glassfish/jersey/apache5/connector/Apache5Connector.java: /home/jenkins/agent/workspace/ci-cd-integration_4.0/connectors/apache5-connector/src/main/java/org/glassfish/jersey/apache5/connector/Apache5Connector.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/connectors/apache5-connector/src/test/java/org/glassfish/jersey/apache5/connector/CookieTest.java: /home/jenkins/agent/workspace/ci-cd-integration_4.0/connectors/apache5-connector/src/test/java/org/glassfish/jersey/apache5/connector/CookieTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/connectors/apache5-connector/src/test/java/org/glassfish/jersey/apache5/connector/CookieTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-apache5-connector --- [INFO] Reserved port 35597 for jersey.config.test.container.port [INFO] Reserved port 44157 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jersey-apache5-connector --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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.AuthTest Apr 10, 2024 12:13:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Apr 10, 2024 12:13:44 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:13:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Apr 10, 2024 12:13:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. SLF4J(W): No SLF4J providers were found. SLF4J(W): Defaulting to no-operation (NOP) logger implementation SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details. Apr 10, 2024 12:13:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35597] Apr 10, 2024 12:13:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Apr 10, 2024 12:13:45 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:13:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Apr 10, 2024 12:13:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:13:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35597] Apr 10, 2024 12:13:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Apr 10, 2024 12:13:45 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:13:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Apr 10, 2024 12:13:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:13:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35597] Apr 10, 2024 12:13:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Apr 10, 2024 12:13:45 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:13:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Apr 10, 2024 12:13:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:13:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35597] Apr 10, 2024 12:13:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Apr 10, 2024 12:13:45 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:13:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Apr 10, 2024 12:13:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:13:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35597] Apr 10, 2024 12:13:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Apr 10, 2024 12:13:45 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:13:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Apr 10, 2024 12:13:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:13:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35597] Apr 10, 2024 12:13:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Apr 10, 2024 12:13:45 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:13:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Apr 10, 2024 12:13:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:13:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35597] Apr 10, 2024 12:13:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Apr 10, 2024 12:13:45 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:13:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Apr 10, 2024 12:13:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:13:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35597] Apr 10, 2024 12:13:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Apr 10, 2024 12:13:45 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:13:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Apr 10, 2024 12:13:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Apr 10, 2024 12:13:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35597] Apr 10, 2024 12:13:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Apr 10, 2024 12:13:45 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:13:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Apr 10, 2024 12:13:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Apr 10, 2024 12:13:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35597] Apr 10, 2024 12:13:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Apr 10, 2024 12:13:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:13:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Apr 10, 2024 12:13:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Apr 10, 2024 12:13:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35597] Apr 10, 2024 12:13:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Apr 10, 2024 12:13:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:13:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Apr 10, 2024 12:13:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Apr 10, 2024 12:13:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35597] Apr 10, 2024 12:13:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Apr 10, 2024 12:13:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:13:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Apr 10, 2024 12:13:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Apr 10, 2024 12:13:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35597] Apr 10, 2024 12:13:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Apr 10, 2024 12:13:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:13:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Apr 10, 2024 12:13:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Apr 10, 2024 12:13:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35597] Apr 10, 2024 12:13:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Apr 10, 2024 12:13:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:13:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Apr 10, 2024 12:13:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Apr 10, 2024 12:13:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35597] Apr 10, 2024 12:13:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Apr 10, 2024 12:13:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:13:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Apr 10, 2024 12:13:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Apr 10, 2024 12:13:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35597] Apr 10, 2024 12:13:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Apr 10, 2024 12:13:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:13:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Apr 10, 2024 12:13:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Apr 10, 2024 12:13:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35597] [WARNING] Tests run: 19, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 2.674 s -- in org.glassfish.jersey.apache5.connector.AuthTest [INFO] Running org.glassfish.jersey.apache5.connector.RetryStrategyTest Apr 10, 2024 12:13:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Apr 10, 2024 12:13:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:13:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Apr 10, 2024 12:13:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Apr 10, 2024 12:13:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35597] Apr 10, 2024 12:13:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Apr 10, 2024 12:13:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:13:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Apr 10, 2024 12:13:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Apr 10, 2024 12:13:46 PM 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.300 s -- in org.glassfish.jersey.apache5.connector.RetryStrategyTest [INFO] Running org.glassfish.jersey.apache5.connector.AsyncTest Apr 10, 2024 12:13:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Apr 10, 2024 12:13:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:13:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Apr 10, 2024 12:13:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Apr 10, 2024 12:13:46 PM org.glassfish.jersey.apache5.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 3 on thread grizzly-http-server-1 Apr 10, 2024 12:13:46 PM org.glassfish.jersey.apache5.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 1 on thread grizzly-http-server-2 Apr 10, 2024 12:13:46 PM org.glassfish.jersey.apache5.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 2 on thread grizzly-http-server-0 Apr 10, 2024 12:13:47 PM org.glassfish.jersey.apache5.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-3 Apr 10, 2024 12:13:47 PM org.glassfish.jersey.apache5.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-2 Apr 10, 2024 12:13:47 PM org.glassfish.jersey.apache5.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-1 Apr 10, 2024 12:13:47 PM org.glassfish.jersey.apache5.connector.AsyncTest testAsyncPost INFO: Using async timeout multiplier: 1 Apr 10, 2024 12:13:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35597] Apr 10, 2024 12:13:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Apr 10, 2024 12:13:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:13:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Apr 10, 2024 12:13:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Apr 10, 2024 12:13:47 PM org.glassfish.jersey.apache5.connector.AsyncTest$AsyncResource asyncGetWithTimeout INFO: Async long-running get with timeout called on thread grizzly-http-server-0 Apr 10, 2024 12:13:50 PM org.glassfish.jersey.apache5.connector.AsyncTest$AsyncResource asyncGetWithTimeout INFO: Async long-running get with timeout called on thread grizzly-http-server-1 Apr 10, 2024 12:13:52 PM 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: 6.089 s -- in org.glassfish.jersey.apache5.connector.AsyncTest [INFO] Running org.glassfish.jersey.apache5.connector.CookieTest Apr 10, 2024 12:13:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Apr 10, 2024 12:13:52 PM org.glassfish.jersey.apache5.connector.AsyncTest$AsyncResource$3 veryExpensiveOperation INFO: Async long-running get with timeout finished on thread Thread-1 Apr 10, 2024 12:13:52 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:13:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Apr 10, 2024 12:13:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Apr 10, 2024 12:13:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35597] Apr 10, 2024 12:13:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Apr 10, 2024 12:13:53 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:13:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Apr 10, 2024 12:13:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Apr 10, 2024 12:13:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35597] Apr 10, 2024 12:13:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Apr 10, 2024 12:13:53 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:13:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Apr 10, 2024 12:13:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Apr 10, 2024 12:13:53 PM 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: 0.244 s -- in org.glassfish.jersey.apache5.connector.CookieTest [INFO] Running org.glassfish.jersey.apache5.connector.StreamingTest Apr 10, 2024 12:13:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Apr 10, 2024 12:13:53 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:13:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Apr 10, 2024 12:13:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Apr 10, 2024 12:13:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35597] Apr 10, 2024 12:13:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Apr 10, 2024 12:13:53 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:13:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Apr 10, 2024 12:13:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Apr 10, 2024 12:13:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35597] Apr 10, 2024 12:13:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Apr 10, 2024 12:13:53 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:13:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Apr 10, 2024 12:13:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Apr 10, 2024 12:13:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35597] Apr 10, 2024 12:13:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Apr 10, 2024 12:13:54 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:13:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Apr 10, 2024 12:13:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Apr 10, 2024 12:13:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35597] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.236 s -- in org.glassfish.jersey.apache5.connector.StreamingTest [INFO] Running org.glassfish.jersey.apache5.connector.TimeoutTest Apr 10, 2024 12:13:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Apr 10, 2024 12:13:54 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:13:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Apr 10, 2024 12:13:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Apr 10, 2024 12:13:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35597] Apr 10, 2024 12:13:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Apr 10, 2024 12:13:54 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:13:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Apr 10, 2024 12:13:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Apr 10, 2024 12:13:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35597] Apr 10, 2024 12:13:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Apr 10, 2024 12:13:55 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:13:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Apr 10, 2024 12:13:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Apr 10, 2024 12:13:55 PM org.glassfish.jersey.apache5.connector.AsyncTest$AsyncResource$3 veryExpensiveOperation INFO: Async long-running get with timeout finished on thread Thread-2 Apr 10, 2024 12:13:57 PM 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: 3.111 s -- in org.glassfish.jersey.apache5.connector.TimeoutTest [INFO] Running org.glassfish.jersey.apache5.connector.TraceSupportTest Apr 10, 2024 12:13:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Apr 10, 2024 12:13:57 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:13:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Apr 10, 2024 12:13:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Apr 10, 2024 12:13:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35597] Apr 10, 2024 12:13:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Apr 10, 2024 12:13:57 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:13:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Apr 10, 2024 12:13:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Apr 10, 2024 12:13:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35597] Apr 10, 2024 12:13:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Apr 10, 2024 12:13:57 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:13:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Apr 10, 2024 12:13:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Apr 10, 2024 12:13:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35597] Apr 10, 2024 12:13:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Apr 10, 2024 12:13:57 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:13:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Apr 10, 2024 12:13:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Apr 10, 2024 12:13:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35597] Apr 10, 2024 12:13:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Apr 10, 2024 12:13:57 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:13:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Apr 10, 2024 12:13:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Apr 10, 2024 12:13:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35597] Apr 10, 2024 12:13:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Apr 10, 2024 12:13:57 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:13:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Apr 10, 2024 12:13:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Apr 10, 2024 12:13:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35597] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.330 s -- in org.glassfish.jersey.apache5.connector.TraceSupportTest [INFO] Running org.glassfish.jersey.apache5.connector.LargeDataTest Apr 10, 2024 12:13:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Apr 10, 2024 12:13:57 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:13:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Apr 10, 2024 12:13:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Apr 10, 2024 12:13:58 PM 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.421 s -- in org.glassfish.jersey.apache5.connector.LargeDataTest [INFO] Running org.glassfish.jersey.apache5.connector.NoEntityTest Apr 10, 2024 12:13:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Apr 10, 2024 12:13:58 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:13:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Apr 10, 2024 12:13:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Apr 10, 2024 12:13:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35597] Apr 10, 2024 12:13:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Apr 10, 2024 12:13:58 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:13:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Apr 10, 2024 12:13:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Apr 10, 2024 12:13:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35597] Apr 10, 2024 12:13:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Apr 10, 2024 12:13:58 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:13:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Apr 10, 2024 12:13:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Apr 10, 2024 12:13:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35597] Apr 10, 2024 12:13:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Apr 10, 2024 12:13:58 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:13:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Apr 10, 2024 12:13:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. Apr 10, 2024 12:13:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35597] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.164 s -- in org.glassfish.jersey.apache5.connector.NoEntityTest [INFO] Running org.glassfish.jersey.apache5.connector.DisableContentEncodingTest Apr 10, 2024 12:13:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Apr 10, 2024 12:13:58 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:13:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Apr 10, 2024 12:13:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. Apr 10, 2024 12:13:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35597] Apr 10, 2024 12:13:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Apr 10, 2024 12:13:58 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:13:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Apr 10, 2024 12:13:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-43] Started. Apr 10, 2024 12:13:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35597] Apr 10, 2024 12:13:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Apr 10, 2024 12:13:58 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:13:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Apr 10, 2024 12:13:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-44] Started. Apr 10, 2024 12:13:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35597] Apr 10, 2024 12:13:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Apr 10, 2024 12:13:58 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:13:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Apr 10, 2024 12:13:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-45] Started. Apr 10, 2024 12:13:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35597] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.160 s -- in org.glassfish.jersey.apache5.connector.DisableContentEncodingTest [INFO] Running org.glassfish.jersey.apache5.connector.ManagedClientTest Apr 10, 2024 12:13:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Apr 10, 2024 12:13:58 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:13:58 PM 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. Apr 10, 2024 12:13:58 PM 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. Apr 10, 2024 12:13:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Apr 10, 2024 12:13:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-46] Started. Apr 10, 2024 12:13:58 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:13:58 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:13:58 PM 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.107 s -- in org.glassfish.jersey.apache5.connector.ManagedClientTest [INFO] Running org.glassfish.jersey.apache5.connector.GZIPContentEncodingTest Apr 10, 2024 12:13:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Apr 10, 2024 12:13:58 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:13:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Apr 10, 2024 12:13:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-47] Started. Apr 10, 2024 12:13:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35597] Apr 10, 2024 12:13:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Apr 10, 2024 12:13:58 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:13:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Apr 10, 2024 12:13:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-48] Started. Apr 10, 2024 12:13:58 PM 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.127 s -- in org.glassfish.jersey.apache5.connector.GZIPContentEncodingTest [INFO] Running org.glassfish.jersey.apache5.connector.HttpHeadersTest Apr 10, 2024 12:13:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Apr 10, 2024 12:13:58 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:13:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Apr 10, 2024 12:13:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-49] Started. Apr 10, 2024 12:13:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35597] Apr 10, 2024 12:13:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Apr 10, 2024 12:13:58 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:13:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Apr 10, 2024 12:13:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-50] Started. Apr 10, 2024 12:13:58 PM 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.090 s -- in org.glassfish.jersey.apache5.connector.HttpHeadersTest [INFO] Running org.glassfish.jersey.apache5.connector.FollowRedirectsTest Apr 10, 2024 12:13:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Apr 10, 2024 12:13:58 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:13:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Apr 10, 2024 12:13:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-51] Started. Apr 10, 2024 12:13:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35597] Apr 10, 2024 12:13:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Apr 10, 2024 12:13:58 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:13:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Apr 10, 2024 12:13:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-52] Started. Apr 10, 2024 12:13:59 PM 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.083 s -- in org.glassfish.jersey.apache5.connector.FollowRedirectsTest [INFO] Running org.glassfish.jersey.apache5.connector.SpecialHeaderTest Apr 10, 2024 12:13:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Apr 10, 2024 12:13:59 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:13:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Apr 10, 2024 12:13:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-53] Started. Apr 10, 2024 12:13:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35597] [WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.032 s -- in org.glassfish.jersey.apache5.connector.SpecialHeaderTest [INFO] Running org.glassfish.jersey.apache5.connector.HttpMethodTest Apr 10, 2024 12:13:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Apr 10, 2024 12:13:59 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:13:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Apr 10, 2024 12:13:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-54] Started. Apr 10, 2024 12:13:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35597] Apr 10, 2024 12:13:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Apr 10, 2024 12:13:59 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:13:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Apr 10, 2024 12:13:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-55] Started. Apr 10, 2024 12:13:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35597] Apr 10, 2024 12:13:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Apr 10, 2024 12:13:59 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:13:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Apr 10, 2024 12:13:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-56] Started. Apr 10, 2024 12:13:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35597] Apr 10, 2024 12:13:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Apr 10, 2024 12:13:59 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:13:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Apr 10, 2024 12:13:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-57] Started. Apr 10, 2024 12:13:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35597] Apr 10, 2024 12:13:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Apr 10, 2024 12:13:59 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:13:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Apr 10, 2024 12:13:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-58] Started. Apr 10, 2024 12:13:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35597] Apr 10, 2024 12:13:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Apr 10, 2024 12:13:59 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:13:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Apr 10, 2024 12:13:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-59] Started. Apr 10, 2024 12:13:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35597] Apr 10, 2024 12:13:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Apr 10, 2024 12:13:59 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:13:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Apr 10, 2024 12:13:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-60] Started. Apr 10, 2024 12:13:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35597] Apr 10, 2024 12:13:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Apr 10, 2024 12:13:59 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:13:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Apr 10, 2024 12:13:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-61] Started. Apr 10, 2024 12:13:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35597] Apr 10, 2024 12:13:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Apr 10, 2024 12:13:59 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:13:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Apr 10, 2024 12:13:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-62] Started. Apr 10, 2024 12:13:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35597] Apr 10, 2024 12:13:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Apr 10, 2024 12:13:59 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:13:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Apr 10, 2024 12:13:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-63] Started. Apr 10, 2024 12:14:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35597] Apr 10, 2024 12:14:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Apr 10, 2024 12:14:00 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:14:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Apr 10, 2024 12:14:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-64] Started. Apr 10, 2024 12:14:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35597] Apr 10, 2024 12:14:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Apr 10, 2024 12:14:00 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:14:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Apr 10, 2024 12:14:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-65] Started. Apr 10, 2024 12:14:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35597] Apr 10, 2024 12:14:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Apr 10, 2024 12:14:00 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:14:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Apr 10, 2024 12:14:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-66] Started. Apr 10, 2024 12:14:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35597] Apr 10, 2024 12:14:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Apr 10, 2024 12:14:00 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:14:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Apr 10, 2024 12:14:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-67] Started. Apr 10, 2024 12:14:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35597] Apr 10, 2024 12:14:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Apr 10, 2024 12:14:00 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:14:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Apr 10, 2024 12:14:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-68] Started. Apr 10, 2024 12:14:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35597] [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.602 s -- in org.glassfish.jersey.apache5.connector.HttpMethodTest [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.HelloWorldTest Apr 10, 2024 12:14:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Apr 10, 2024 12:14:00 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:14:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Apr 10, 2024 12:14:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-69] Started. Apr 10, 2024 12:14:00 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:35597/helloworld 1 > accept-encoding: gzip, x-gzip, deflate 1 > connection: keep-alive 1 > host: localhost:35597 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 5.3.1) Apr 10, 2024 12:14:00 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! Apr 10, 2024 12:14:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35597] Apr 10, 2024 12:14:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Apr 10, 2024 12:14:00 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:14:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Apr 10, 2024 12:14:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-70] Started. Apr 10, 2024 12:14:00 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:35597/helloworld 1 > accept: text/plain 1 > accept-encoding: gzip, x-gzip, deflate 1 > connection: keep-alive 1 > host: localhost:35597 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 5.3.1) Apr 10, 2024 12:14:00 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! Apr 10, 2024 12:14:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35597] Apr 10, 2024 12:14:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Apr 10, 2024 12:14:00 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:14:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Apr 10, 2024 12:14:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-71] Started. Apr 10, 2024 12:14:00 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:35597/helloworld 1 > accept-encoding: gzip, x-gzip, deflate 1 > connection: keep-alive 1 > host: localhost:35597 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 5.3.1) Apr 10, 2024 12:14:00 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! Apr 10, 2024 12:14:00 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 2 * Server has received a request on thread grizzly-http-server-1 2 > GET http://localhost:35597/helloworld 2 > accept-encoding: gzip, x-gzip, deflate 2 > connection: keep-alive 2 > host: localhost:35597 2 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 5.3.1) Apr 10, 2024 12:14:00 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 2 * Server responded with a response on thread grizzly-http-server-1 2 < 200 2 < Content-Type: text/plain Hello World! Apr 10, 2024 12:14:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35597] Apr 10, 2024 12:14:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Apr 10, 2024 12:14:00 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:14:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Apr 10, 2024 12:14:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-72] Started. Apr 10, 2024 12:14:00 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > OPTIONS http://localhost:35597/helloworld 1 > accept: text/plain 1 > accept-encoding: gzip, x-gzip, deflate 1 > connection: keep-alive 1 > host: localhost:35597 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 5.3.1) Apr 10, 2024 12:14:00 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Allow: HEAD,GET,OPTIONS 1 < Content-Type: text/plain HEAD, GET, OPTIONS Apr 10, 2024 12:14:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35597] Apr 10, 2024 12:14:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Apr 10, 2024 12:14:00 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:14:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Apr 10, 2024 12:14:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-73] Started. Apr 10, 2024 12:14:00 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:35597/helloworld/error 1 > accept-encoding: gzip, x-gzip, deflate 1 > connection: keep-alive 1 > host: localhost:35597 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 5.3.1) Apr 10, 2024 12:14:00 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 500 1 < Content-Type: text/plain Error. Apr 10, 2024 12:14:00 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 2 * Server has received a request on thread grizzly-http-server-1 2 > GET http://localhost:35597/helloworld/error2 2 > accept-encoding: gzip, x-gzip, deflate 2 > connection: keep-alive 2 > host: localhost:35597 2 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 5.3.1) Apr 10, 2024 12:14:00 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 2 * Server responded with a response on thread grizzly-http-server-1 2 < 500 2 < Content-Type: text/plain Error2. Apr 10, 2024 12:14:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35597] Apr 10, 2024 12:14:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Apr 10, 2024 12:14:00 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:14:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Apr 10, 2024 12:14:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-74] Started. Apr 10, 2024 12:14:00 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > HEAD http://localhost:35597/helloworld 1 > accept-encoding: gzip, x-gzip, deflate 1 > connection: keep-alive 1 > host: localhost:35597 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 5.3.1) Apr 10, 2024 12:14:00 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! Apr 10, 2024 12:14:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35597] Apr 10, 2024 12:14:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Apr 10, 2024 12:14:00 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:14:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Apr 10, 2024 12:14:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-75] Started. CustomLoggingFilter.preFilter called Apr 10, 2024 12:14:00 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:35597/helloworld 1 > accept-encoding: gzip, x-gzip, deflate 1 > connection: keep-alive 1 > host: localhost:35597 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 5.3.1) Apr 10, 2024 12:14:00 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! CustomLoggingFilter.postFilter called Apr 10, 2024 12:14:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35597] Apr 10, 2024 12:14:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Apr 10, 2024 12:14:00 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:14:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Apr 10, 2024 12:14:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-76] Started. CustomLoggingFilter.preFilter called Apr 10, 2024 12:14:00 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:35597/helloworld 1 > accept-encoding: gzip, x-gzip, deflate 1 > connection: keep-alive 1 > host: localhost:35597 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 5.3.1) Apr 10, 2024 12:14:00 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! CustomLoggingFilter.postFilter called Apr 10, 2024 12:14:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35597] Apr 10, 2024 12:14:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Apr 10, 2024 12:14:00 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:14:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Apr 10, 2024 12:14:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-77] Started. Apr 10, 2024 12:14:01 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > OPTIONS http://localhost:35597/helloworld 1 > accept: foo/bar 1 > accept-encoding: gzip, x-gzip, deflate 1 > connection: keep-alive 1 > host: localhost:35597 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 5.3.1) Apr 10, 2024 12:14:01 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Allow: HEAD,GET,OPTIONS 1 < Content-Length: 0 1 < Content-Type: foo/bar Apr 10, 2024 12:14:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35597] Apr 10, 2024 12:14:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Apr 10, 2024 12:14:01 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:14:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Apr 10, 2024 12:14:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-78] Started. CustomLoggingFilter.preFilter called Apr 10, 2024 12:14:01 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:35597/helloworld 1 > accept-encoding: gzip, x-gzip, deflate 1 > connection: keep-alive 1 > host: localhost:35597 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 5.3.1) Apr 10, 2024 12:14:01 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! CustomLoggingFilter.postFilter called Apr 10, 2024 12:14:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35597] Apr 10, 2024 12:14:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Apr 10, 2024 12:14:01 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:14:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Apr 10, 2024 12:14:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-79] Started. Apr 10, 2024 12:14:01 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 3 * Server has received a request on thread grizzly-http-server-0 3 > GET http://localhost:35597/helloworld 3 > accept-encoding: gzip, x-gzip, deflate 3 > connection: keep-alive 3 > host: localhost:35597 3 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 5.3.1) Apr 10, 2024 12:14:01 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-1 1 > GET http://localhost:35597/helloworld 1 > accept-encoding: gzip, x-gzip, deflate 1 > connection: keep-alive 1 > host: localhost:35597 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 5.3.1) Apr 10, 2024 12:14:01 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 2 * Server has received a request on thread grizzly-http-server-3 2 > GET http://localhost:35597/helloworld 2 > accept-encoding: gzip, x-gzip, deflate 2 > connection: keep-alive 2 > host: localhost:35597 2 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 5.3.1) Apr 10, 2024 12:14:01 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 4 * Server has received a request on thread grizzly-http-server-2 4 > GET http://localhost:35597/helloworld 4 > accept-encoding: gzip, x-gzip, deflate 4 > connection: keep-alive 4 > host: localhost:35597 4 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 5.3.1) Apr 10, 2024 12:14:01 PM 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! Apr 10, 2024 12:14:01 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-1 1 < 200 1 < Content-Type: text/plain Hello World! Apr 10, 2024 12:14:01 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 2 * Server responded with a response on thread grizzly-http-server-3 2 < 200 2 < Content-Type: text/plain Hello World! Apr 10, 2024 12:14:01 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 4 * Server responded with a response on thread grizzly-http-server-2 4 < 200 4 < Content-Type: text/plain Hello World! Apr 10, 2024 12:14:01 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 5 * Server has received a request on thread grizzly-http-server-0 5 > GET http://localhost:35597/helloworld 5 > accept-encoding: gzip, x-gzip, deflate 5 > connection: keep-alive 5 > host: localhost:35597 5 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 5.3.1) Apr 10, 2024 12:14:01 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 5 * Server responded with a response on thread grizzly-http-server-0 5 < 200 5 < Content-Type: text/plain Hello World! Apr 10, 2024 12:14:01 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 6 * Server has received a request on thread grizzly-http-server-0 6 > GET http://localhost:35597/helloworld 6 > accept-encoding: gzip, x-gzip, deflate 6 > connection: keep-alive 6 > host: localhost:35597 6 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 5.3.1) Apr 10, 2024 12:14:01 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 7 * Server has received a request on thread grizzly-http-server-1 7 > GET http://localhost:35597/helloworld 7 > accept-encoding: gzip, x-gzip, deflate 7 > connection: keep-alive 7 > host: localhost:35597 7 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 5.3.1) Apr 10, 2024 12:14:01 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 9 * Server has received a request on thread grizzly-http-server-2 9 > GET http://localhost:35597/helloworld 9 > accept-encoding: gzip, x-gzip, deflate 9 > connection: keep-alive 9 > host: localhost:35597 9 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 5.3.1) Apr 10, 2024 12:14:01 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 8 * Server has received a request on thread grizzly-http-server-3 8 > GET http://localhost:35597/helloworld 8 > accept-encoding: gzip, x-gzip, deflate 8 > connection: keep-alive 8 > host: localhost:35597 8 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 5.3.1) Apr 10, 2024 12:14:01 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 6 * Server responded with a response on thread grizzly-http-server-0 6 < 200 6 < Content-Type: text/plain Hello World! Apr 10, 2024 12:14:01 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 7 * Server responded with a response on thread grizzly-http-server-1 7 < 200 7 < Content-Type: text/plain Hello World! Apr 10, 2024 12:14:01 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 9 * Server responded with a response on thread grizzly-http-server-2 9 < 200 9 < Content-Type: text/plain Hello World! Apr 10, 2024 12:14:01 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 8 * Server responded with a response on thread grizzly-http-server-3 8 < 200 8 < Content-Type: text/plain Hello World! Apr 10, 2024 12:14:01 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 10 * Server has received a request on thread grizzly-http-server-0 10 > GET http://localhost:35597/helloworld 10 > accept-encoding: gzip, x-gzip, deflate 10 > connection: keep-alive 10 > host: localhost:35597 10 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 5.3.1) Apr 10, 2024 12:14:01 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 10 * Server responded with a response on thread grizzly-http-server-0 10 < 200 10 < Content-Type: text/plain Hello World! Apr 10, 2024 12:14:01 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 11 * Server has received a request on thread grizzly-http-server-2 11 > GET http://localhost:35597/helloworld 11 > accept-encoding: gzip, x-gzip, deflate 11 > connection: keep-alive 11 > host: localhost:35597 11 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 5.3.1) Apr 10, 2024 12:14:01 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 12 * Server has received a request on thread grizzly-http-server-1 12 > GET http://localhost:35597/helloworld 12 > accept-encoding: gzip, x-gzip, deflate 12 > connection: keep-alive 12 > host: localhost:35597 12 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 5.3.1) Apr 10, 2024 12:14:01 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 13 * Server has received a request on thread grizzly-http-server-3 13 > GET http://localhost:35597/helloworld 13 > accept-encoding: gzip, x-gzip, deflate 13 > connection: keep-alive 13 > host: localhost:35597 13 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 5.3.1) Apr 10, 2024 12:14:01 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 11 * Server responded with a response on thread grizzly-http-server-2 11 < 200 11 < Content-Type: text/plain Hello World! Apr 10, 2024 12:14:01 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 14 * Server has received a request on thread grizzly-http-server-0 14 > GET http://localhost:35597/helloworld 14 > accept-encoding: gzip, x-gzip, deflate 14 > connection: keep-alive 14 > host: localhost:35597 14 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 5.3.1) Apr 10, 2024 12:14:01 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 12 * Server responded with a response on thread grizzly-http-server-1 12 < 200 12 < Content-Type: text/plain Hello World! Apr 10, 2024 12:14:01 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 13 * Server responded with a response on thread grizzly-http-server-3 13 < 200 13 < Content-Type: text/plain Hello World! Apr 10, 2024 12:14:01 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 15 * Server has received a request on thread grizzly-http-server-2 15 > GET http://localhost:35597/helloworld 15 > accept-encoding: gzip, x-gzip, deflate 15 > connection: keep-alive 15 > host: localhost:35597 15 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 5.3.1) Apr 10, 2024 12:14:01 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 14 * Server responded with a response on thread grizzly-http-server-0 14 < 200 14 < Content-Type: text/plain Hello World! Apr 10, 2024 12:14:01 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 15 * Server responded with a response on thread grizzly-http-server-2 15 < 200 15 < Content-Type: text/plain Hello World! Apr 10, 2024 12:14:01 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 16 * Server has received a request on thread grizzly-http-server-1 16 > GET http://localhost:35597/helloworld 16 > accept-encoding: gzip, x-gzip, deflate 16 > connection: keep-alive 16 > host: localhost:35597 16 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 5.3.1) Apr 10, 2024 12:14:01 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 17 * Server has received a request on thread grizzly-http-server-0 17 > GET http://localhost:35597/helloworld 17 > accept-encoding: gzip, x-gzip, deflate 17 > connection: keep-alive 17 > host: localhost:35597 17 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 5.3.1) Apr 10, 2024 12:14:01 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 16 * Server responded with a response on thread grizzly-http-server-1 16 < 200 16 < Content-Type: text/plain Hello World! Apr 10, 2024 12:14:01 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 17 * Server responded with a response on thread grizzly-http-server-0 17 < 200 17 < Content-Type: text/plain Hello World! Apr 10, 2024 12:14:01 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 18 * Server has received a request on thread grizzly-http-server-3 18 > GET http://localhost:35597/helloworld 18 > accept-encoding: gzip, x-gzip, deflate 18 > connection: keep-alive 18 > host: localhost:35597 18 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 5.3.1) Apr 10, 2024 12:14:01 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 19 * Server has received a request on thread grizzly-http-server-2 19 > GET http://localhost:35597/helloworld 19 > accept-encoding: gzip, x-gzip, deflate 19 > connection: keep-alive 19 > host: localhost:35597 19 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 5.3.1) Apr 10, 2024 12:14:01 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 20 * Server has received a request on thread grizzly-http-server-1 20 > GET http://localhost:35597/helloworld 20 > accept-encoding: gzip, x-gzip, deflate 20 > connection: keep-alive 20 > host: localhost:35597 20 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 5.3.1) Apr 10, 2024 12:14:01 PM 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! Apr 10, 2024 12:14:01 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 19 * Server responded with a response on thread grizzly-http-server-2 19 < 200 19 < Content-Type: text/plain Hello World! Apr 10, 2024 12:14:01 PM 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! Apr 10, 2024 12:14:01 PM org.glassfish.jersey.apache5.connector.HelloWorldTest testAsyncClientRequests INFO: Executed in: 17 Apr 10, 2024 12:14:01 PM org.glassfish.jersey.apache5.connector.HelloWorldTest testAsyncClientRequests INFO: Results: 0: Hello World! 1: Hello World! 2: Hello World! 3: Hello World! 4: Hello World! 5: Hello World! 6: Hello World! 7: Hello World! 8: Hello World! 9: Hello World! 10: Hello World! 11: Hello World! 12: Hello World! 13: Hello World! 14: Hello World! 15: Hello World! 16: Hello World! 17: Hello World! 18: Hello World! 19: Hello World! Apr 10, 2024 12:14:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35597] Apr 10, 2024 12:14:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Apr 10, 2024 12:14:01 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:14:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Apr 10, 2024 12:14:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-80] Started. CustomLoggingFilter.preFilter called Apr 10, 2024 12:14:01 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:35597/helloworld 1 > accept-encoding: gzip, x-gzip, deflate 1 > connection: keep-alive 1 > host: localhost:35597 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 5.3.1) Apr 10, 2024 12:14:01 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! CustomLoggingFilter.postFilter called Apr 10, 2024 12:14:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35597] Apr 10, 2024 12:14:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Apr 10, 2024 12:14:01 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:14:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Apr 10, 2024 12:14:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-81] Started. CustomLoggingFilter.preFilter called Apr 10, 2024 12:14:01 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:35597/helloworld 1 > accept-encoding: gzip, x-gzip, deflate 1 > connection: keep-alive 1 > host: localhost:35597 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 5.3.1) Apr 10, 2024 12:14:01 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! CustomLoggingFilter.postFilter called Apr 10, 2024 12:14:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35597] Apr 10, 2024 12:14:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Apr 10, 2024 12:14:01 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:14:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Apr 10, 2024 12:14:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-82] Started. Apr 10, 2024 12:14:01 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:35597/helloworld 1 > accept-encoding: gzip, x-gzip, deflate 1 > connection: keep-alive 1 > host: localhost:35597 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 5.3.1) Apr 10, 2024 12:14:01 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! Apr 10, 2024 12:14:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35597] Apr 10, 2024 12:14:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Apr 10, 2024 12:14:01 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:14:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Apr 10, 2024 12:14:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-83] Started. Apr 10, 2024 12:14:01 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:35597/helloworldarbitrary 1 > accept-encoding: gzip, x-gzip, deflate 1 > connection: keep-alive 1 > host: localhost:35597 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 5.3.1) Apr 10, 2024 12:14:01 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 404 Apr 10, 2024 12:14:01 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 2 * Server has received a request on thread grizzly-http-server-1 2 > GET http://localhost:35597/helloworld/arbitrary 2 > accept-encoding: gzip, x-gzip, deflate 2 > connection: keep-alive 2 > host: localhost:35597 2 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 5.3.1) Apr 10, 2024 12:14:01 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 2 * Server responded with a response on thread grizzly-http-server-1 2 < 404 Apr 10, 2024 12:14:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35597] [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.596 s -- in org.glassfish.jersey.apache5.connector.HelloWorldTest [INFO] Running org.glassfish.jersey.apache5.connector.HttpMethodWithClientFilterTest Apr 10, 2024 12:14:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Apr 10, 2024 12:14:01 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:14:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Apr 10, 2024 12:14:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-84] Started. Apr 10, 2024 12:14:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35597] Apr 10, 2024 12:14:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Apr 10, 2024 12:14:01 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:14:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Apr 10, 2024 12:14:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-85] Started. Apr 10, 2024 12:14:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35597] Apr 10, 2024 12:14:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Apr 10, 2024 12:14:01 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:14:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Apr 10, 2024 12:14:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-86] Started. Apr 10, 2024 12:14:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35597] Apr 10, 2024 12:14:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Apr 10, 2024 12:14:01 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:14:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Apr 10, 2024 12:14:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-87] Started. Apr 10, 2024 12:14:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35597] Apr 10, 2024 12:14:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Apr 10, 2024 12:14:01 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:14:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Apr 10, 2024 12:14:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-88] Started. Apr 10, 2024 12:14:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35597] Apr 10, 2024 12:14:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Apr 10, 2024 12:14:01 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:14:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Apr 10, 2024 12:14:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-89] Started. Apr 10, 2024 12:14:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35597] Apr 10, 2024 12:14:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Apr 10, 2024 12:14:01 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:14:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Apr 10, 2024 12:14:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-90] Started. Apr 10, 2024 12:14:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35597] Apr 10, 2024 12:14:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Apr 10, 2024 12:14:01 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:14:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Apr 10, 2024 12:14:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-91] Started. Apr 10, 2024 12:14:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35597] Apr 10, 2024 12:14:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Apr 10, 2024 12:14:01 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:14:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Apr 10, 2024 12:14:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-92] Started. Apr 10, 2024 12:14:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35597] Apr 10, 2024 12:14:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Apr 10, 2024 12:14:01 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:14:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Apr 10, 2024 12:14:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-93] Started. Apr 10, 2024 12:14:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35597] Apr 10, 2024 12:14:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Apr 10, 2024 12:14:02 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:14:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Apr 10, 2024 12:14:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-94] Started. Apr 10, 2024 12:14:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35597] Apr 10, 2024 12:14:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Apr 10, 2024 12:14:02 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:14:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Apr 10, 2024 12:14:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-95] Started. Apr 10, 2024 12:14:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35597] Apr 10, 2024 12:14:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Apr 10, 2024 12:14:02 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:14:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Apr 10, 2024 12:14:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-96] Started. Apr 10, 2024 12:14:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35597] Apr 10, 2024 12:14:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Apr 10, 2024 12:14:02 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:14:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Apr 10, 2024 12:14:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-97] Started. Apr 10, 2024 12:14:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35597] Apr 10, 2024 12:14:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Apr 10, 2024 12:14:02 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:14:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Apr 10, 2024 12:14:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-98] Started. Apr 10, 2024 12:14:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35597] [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.079 s -- in org.glassfish.jersey.apache5.connector.HttpMethodWithClientFilterTest [INFO] Running org.glassfish.jersey.apache5.connector.HttpEntityTest Apr 10, 2024 12:14:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Apr 10, 2024 12:14:02 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:14:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Apr 10, 2024 12:14:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-99] Started. Apr 10, 2024 12:14:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35597] Apr 10, 2024 12:14:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Apr 10, 2024 12:14:02 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:14:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Apr 10, 2024 12:14:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-100] Started. Apr 10, 2024 12:14:02 PM 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.100 s -- in org.glassfish.jersey.apache5.connector.HttpEntityTest [INFO] Running org.glassfish.jersey.apache5.connector.UnderlyingHttpClientAccessTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.glassfish.jersey.apache5.connector.UnderlyingHttpClientAccessTest [INFO] [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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/connectors/apache5-connector/target/jersey-apache5-connector-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [26/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-test-framework-provider-inmemory --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-test-framework-provider-inmemory --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-test-framework-provider-inmemory --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-test-framework-provider-inmemory --- [INFO] Reserved port 39461 for jersey.config.test.container.port [INFO] Reserved port 37503 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jersey-test-framework-provider-inmemory --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 Apr 10, 2024 12:14:05 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:39461/ Apr 10, 2024 12:14:05 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:14:06 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:39461/ Apr 10, 2024 12:14:06 PM 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.907 s -- in org.glassfish.jersey.test.inmemory.internal.FollowRedirectsTest [INFO] Running org.glassfish.jersey.test.inmemory.InMemoryContainerPackageTest Apr 10, 2024 12:14:06 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:39461/ Apr 10, 2024 12:14:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:14:06 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:39461/ Apr 10, 2024 12:14:06 PM 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.294 s -- in org.glassfish.jersey.test.inmemory.InMemoryContainerPackageTest [INFO] Running org.glassfish.jersey.test.inmemory.InMemoryContainerTest Apr 10, 2024 12:14:06 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:39461/ Apr 10, 2024 12:14:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:14:06 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:39461/ Apr 10, 2024 12:14:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:14:06 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:39461/ Apr 10, 2024 12:14:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:14:06 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:39461/ Apr 10, 2024 12:14:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:14:07 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:39461/ Apr 10, 2024 12:14:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:14:07 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:39461/ Apr 10, 2024 12:14:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:14:07 PM org.glassfish.jersey.test.inmemory.InMemoryConnector$InMemoryResponseWriter suspend WARNING: Asynchronous server side invocations are not supported by InMemoryContainer. Apr 10, 2024 12:14:07 PM 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) 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:671) at org.glassfish.jersey.client.JerseyInvocation.call(JerseyInvocation.java:706) at org.glassfish.jersey.client.JerseyInvocation.lambda$runInScope$3(JerseyInvocation.java:700) at org.glassfish.jersey.internal.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:391) at org.glassfish.jersey.client.JerseyInvocation.runInScope(JerseyInvocation.java:700) at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:670) at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:410) at org.glassfish.jersey.client.JerseyInvocation$Builder.get(JerseyInvocation.java:310) 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.445 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/ci-cd-integration_4.0/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 22 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [27/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-test-framework-provider-external --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-test-framework-provider-external --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/test-framework/providers/external/src/main/java/org/glassfish/jersey/test/external/ExternalTestContainerFactory.java:[64,34] java.security.AccessController in java.security has been deprecated and marked for removal [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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/test-framework/providers/external/src/main/java/org/glassfish/jersey/test/external/ExternalTestContainerFactory.java:[64,34] java.security.AccessController in java.security has been deprecated and marked for removal [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-test-framework-provider-external --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/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.5.0:reserve-network-port (reserve-port) @ jersey-test-framework-provider-external --- [INFO] Reserved port 44213 for jersey.config.test.container.port [INFO] Reserved port 46815 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5: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/ci-cd-integration_4.0/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 22 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [28/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.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/ci-cd-integration_4.0/containers/jdk-http/src/main/resources/org/glassfish/jersey/jdkhttp/internal/localization.properties [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-container-jdk-http --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [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 [WARNING] system modules path not set in conjunction with -source 17 [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/containers/jdk-http/src/test/java/org/glassfish/jersey/jdkhttp/JdkHttpServerProviderTest.java:[133,30] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/containers/jdk-http/src/test/java/org/glassfish/jersey/jdkhttp/AbstractJdkHttpServerTester.java:[56,30] java.security.AccessController in java.security has been deprecated and marked for removal [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/containers/jdk-http/src/test/java/org/glassfish/jersey/jdkhttp/JdkHttpServerProviderTest.java: /home/jenkins/agent/workspace/ci-cd-integration_4.0/containers/jdk-http/src/test/java/org/glassfish/jersey/jdkhttp/JdkHttpServerProviderTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/containers/jdk-http/src/test/java/org/glassfish/jersey/jdkhttp/JdkHttpServerProviderTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/containers/jdk-http/src/test/java/org/glassfish/jersey/jdkhttp/JdkHttpServerProviderTest.java: /home/jenkins/agent/workspace/ci-cd-integration_4.0/containers/jdk-http/src/test/java/org/glassfish/jersey/jdkhttp/JdkHttpServerProviderTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/containers/jdk-http/src/test/java/org/glassfish/jersey/jdkhttp/JdkHttpServerProviderTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-container-jdk-http --- [INFO] Reserved port 40729 for jersey.config.test.container.port [INFO] Reserved port 34377 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jersey-container-jdk-http --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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.JdkHttpServerProviderTest Apr 10, 2024 12:14:11 PM 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. Apr 10, 2024 12:14:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Apr 10, 2024 12:14:11 PM 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. Apr 10, 2024 12:14:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Apr 10, 2024 12:14:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Apr 10, 2024 12:14:12 PM 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: 1.003 s -- in org.glassfish.jersey.jdkhttp.JdkHttpServerProviderTest [INFO] Running org.glassfish.jersey.jdkhttp.JdkHttpsServerTest Apr 10, 2024 12:14:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Apr 10, 2024 12:14:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Apr 10, 2024 12:14:12 PM org.glassfish.jersey.jdkhttp.JdkHttpServerFactory createHttpServer INFO: HTTPS server will be created with no SSL context defined. HttpsConfigurator must be set before the server is started. Apr 10, 2024 12:14:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Apr 10, 2024 12:14:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Apr 10, 2024 12:14:12 PM org.glassfish.jersey.jdkhttp.JdkHttpServerFactory createHttpServer INFO: HTTPS server will be created with no SSL context defined. HttpsConfigurator must be set before the server is started. Apr 10, 2024 12:14:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Apr 10, 2024 12:14:12 PM org.glassfish.jersey.jdkhttp.JdkHttpServerFactory createHttpServer INFO: HTTPS server will be created with no SSL context defined. HttpsConfigurator must be set before the server is started. Apr 10, 2024 12:14:12 PM sun.net.httpserver.ServerImpl$Exchange run WARNING: SSL connection received. No https context created Apr 10, 2024 12:14:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Apr 10, 2024 12:14:12 PM org.glassfish.jersey.jdkhttp.JdkHttpServerFactory createHttpServer WARNING: SSLContext is set, but http scheme was used instead of https. The SSLContext will be ignored. Apr 10, 2024 12:14:12 PM 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.729 s -- in org.glassfish.jersey.jdkhttp.JdkHttpsServerTest [INFO] Running org.glassfish.jersey.jdkhttp.LifecycleListenerTest Apr 10, 2024 12:14:13 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Apr 10, 2024 12:14:13 PM org.glassfish.jersey.jdkhttp.AbstractJdkHttpServerTester startServer INFO: jdk-http server started on base uri: http://localhost:40729/ Apr 10, 2024 12:14:16 PM org.glassfish.jersey.jdkhttp.AbstractJdkHttpServerTester stopServer INFO: Simple-http server stopped. Apr 10, 2024 12:14:16 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Apr 10, 2024 12:14:16 PM org.glassfish.jersey.jdkhttp.AbstractJdkHttpServerTester startServer INFO: jdk-http server started on base uri: http://localhost:40729/ Apr 10, 2024 12:14:16 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Apr 10, 2024 12:14:19 PM org.glassfish.jersey.jdkhttp.AbstractJdkHttpServerTester stopServer INFO: Simple-http server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.356 s -- in org.glassfish.jersey.jdkhttp.LifecycleListenerTest [INFO] Running org.glassfish.jersey.jdkhttp.RuntimeDelegateTest Apr 10, 2024 12:14:19 PM 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.058 s -- in org.glassfish.jersey.jdkhttp.RuntimeDelegateTest [INFO] Running org.glassfish.jersey.jdkhttp.BasicJdkHttpServerTest Apr 10, 2024 12:14:19 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Apr 10, 2024 12:14:19 PM org.glassfish.jersey.jdkhttp.JdkHttpServerFactory createHttpServer INFO: HTTPS server will be created with no SSL context defined. HttpsConfigurator must be set before the server is started. Apr 10, 2024 12:14:22 PM 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.047 s -- in org.glassfish.jersey.jdkhttp.BasicJdkHttpServerTest [INFO] Running org.glassfish.jersey.jdkhttp.JdkHttpPackageTest Apr 10, 2024 12:14:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Apr 10, 2024 12:14:25 PM org.glassfish.jersey.jdkhttp.AbstractJdkHttpServerTester startServer INFO: jdk-http server started on base uri: http://localhost:40729/ Apr 10, 2024 12:14:28 PM org.glassfish.jersey.jdkhttp.AbstractJdkHttpServerTester stopServer INFO: Simple-http server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.114 s -- in org.glassfish.jersey.jdkhttp.JdkHttpPackageTest [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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/containers/jdk-http/target/jersey-container-jdk-http-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [29/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-test-framework-provider-jdk-http --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-test-framework-provider-jdk-http --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-test-framework-provider-jdk-http --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-test-framework-provider-jdk-http --- [INFO] Reserved port 42087 for jersey.config.test.container.port [INFO] Reserved port 39631 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5: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/ci-cd-integration_4.0/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.JdkHttpServerContainerTest Apr 10, 2024 12:14:30 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:42087/ Apr 10, 2024 12:14:30 PM 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.867 s -- in org.glassfish.jersey.test.jdkhttp.JdkHttpServerContainerTest [INFO] Running org.glassfish.jersey.test.jdkhttp.AvailablePortJdkHttpServerTest Apr 10, 2024 12:14:34 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:/ Apr 10, 2024 12:14:34 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:14:34 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer start INFO: Started JdkHttpServerTestContainer at the base URI http://localhost:37759/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.114 s -- in org.glassfish.jersey.test.jdkhttp.AvailablePortJdkHttpServerTest [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/ci-cd-integration_4.0/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 23 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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.connectors:jersey-netty-connector >------- [INFO] Building jersey-connectors-netty 4.0.99-SNAPSHOT [30/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.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/ci-cd-integration_4.0/connectors/netty-connector/src/main/resources/org/glassfish/jersey/netty/connector/localization.properties [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-netty-connector --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/connectors/netty-connector/src/main/java/org/glassfish/jersey/netty/connector/NettyConnector.java: /home/jenkins/agent/workspace/ci-cd-integration_4.0/connectors/netty-connector/src/main/java/org/glassfish/jersey/netty/connector/NettyConnector.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/connectors/netty-connector/src/main/java/org/glassfish/jersey/netty/connector/NettyConnector.java: /home/jenkins/agent/workspace/ci-cd-integration_4.0/connectors/netty-connector/src/main/java/org/glassfish/jersey/netty/connector/NettyConnector.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-netty-connector --- [INFO] Reserved port 39827 for jersey.config.test.container.port [INFO] Reserved port 38929 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jersey-netty-connector --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 Apr 10, 2024 12:14:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39827/ Apr 10, 2024 12:14:42 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:14:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39827] Apr 10, 2024 12:14:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:14:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39827] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.478 s -- in org.glassfish.jersey.netty.connector.ParallelTest [INFO] Running org.glassfish.jersey.netty.connector.MethodTest Apr 10, 2024 12:14:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39827/ Apr 10, 2024 12:14:43 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:14:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39827] Apr 10, 2024 12:14:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:14:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39827] Apr 10, 2024 12:14:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39827/ Apr 10, 2024 12:14:43 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:14:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39827] Apr 10, 2024 12:14:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:14:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39827] Apr 10, 2024 12:14:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39827/ Apr 10, 2024 12:14:43 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:14:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39827] Apr 10, 2024 12:14:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:14:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39827] Apr 10, 2024 12:14:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39827/ Apr 10, 2024 12:14:43 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:14:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39827] Apr 10, 2024 12:14:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:14:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39827] Apr 10, 2024 12:14:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39827/ Apr 10, 2024 12:14:43 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:14:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39827] Apr 10, 2024 12:14:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:14:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39827] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.503 s -- in org.glassfish.jersey.netty.connector.MethodTest [INFO] Running org.glassfish.jersey.netty.connector.RedirectHeadersTest Apr 10, 2024 12:14:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39827/ Apr 10, 2024 12:14:43 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:14:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39827] Apr 10, 2024 12:14:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:14:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39827] Apr 10, 2024 12:14:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39827/ Apr 10, 2024 12:14:43 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:14:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39827] Apr 10, 2024 12:14:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:14:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39827] Apr 10, 2024 12:14:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39827/ Apr 10, 2024 12:14:44 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:14:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39827] Apr 10, 2024 12:14:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Apr 10, 2024 12:14:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39827] Apr 10, 2024 12:14:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39827/ Apr 10, 2024 12:14:44 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:14:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39827] Apr 10, 2024 12:14:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Apr 10, 2024 12:14:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39827] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.628 s -- in org.glassfish.jersey.netty.connector.RedirectHeadersTest [INFO] Running org.glassfish.jersey.netty.connector.TraceSupportTest Apr 10, 2024 12:14:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39827/ Apr 10, 2024 12:14:44 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:14:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39827] Apr 10, 2024 12:14:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Apr 10, 2024 12:14:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39827] Apr 10, 2024 12:14:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39827/ Apr 10, 2024 12:14:44 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:14:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39827] Apr 10, 2024 12:14:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Apr 10, 2024 12:14:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39827] Apr 10, 2024 12:14:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39827/ Apr 10, 2024 12:14:44 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:14:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39827] Apr 10, 2024 12:14:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Apr 10, 2024 12:14:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39827] Apr 10, 2024 12:14:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39827/ Apr 10, 2024 12:14:44 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:14:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39827] Apr 10, 2024 12:14:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Apr 10, 2024 12:14:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39827] Apr 10, 2024 12:14:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39827/ Apr 10, 2024 12:14:44 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:14:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39827] Apr 10, 2024 12:14:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Apr 10, 2024 12:14:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39827] Apr 10, 2024 12:14:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39827/ Apr 10, 2024 12:14:44 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:14:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39827] Apr 10, 2024 12:14:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Apr 10, 2024 12:14:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39827] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.401 s -- in org.glassfish.jersey.netty.connector.TraceSupportTest [INFO] Running org.glassfish.jersey.netty.connector.BufferedTest Apr 10, 2024 12:14:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39827/ Apr 10, 2024 12:14:44 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:14:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39827] Apr 10, 2024 12:14:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Apr 10, 2024 12:14:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39827] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s -- in org.glassfish.jersey.netty.connector.BufferedTest [INFO] Running org.glassfish.jersey.netty.connector.NoEntityTest Apr 10, 2024 12:14:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39827/ Apr 10, 2024 12:14:44 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:14:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39827] Apr 10, 2024 12:14:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Apr 10, 2024 12:14:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39827] Apr 10, 2024 12:14:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39827/ Apr 10, 2024 12:14:44 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:14:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39827] Apr 10, 2024 12:14:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Apr 10, 2024 12:14:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39827] Apr 10, 2024 12:14:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39827/ Apr 10, 2024 12:14:44 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:14:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39827] Apr 10, 2024 12:14:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Apr 10, 2024 12:14:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39827] Apr 10, 2024 12:14:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39827/ Apr 10, 2024 12:14:45 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:14:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39827] Apr 10, 2024 12:14:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Apr 10, 2024 12:14:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39827] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.282 s -- in org.glassfish.jersey.netty.connector.NoEntityTest [INFO] Running org.glassfish.jersey.netty.connector.FollowRedirectsTest Apr 10, 2024 12:14:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39827/ Apr 10, 2024 12:14:45 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:14:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39827] Apr 10, 2024 12:14:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Apr 10, 2024 12:14:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39827] Apr 10, 2024 12:14:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39827/ Apr 10, 2024 12:14:45 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:14:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39827] Apr 10, 2024 12:14:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Apr 10, 2024 12:14:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39827] Apr 10, 2024 12:14:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39827/ Apr 10, 2024 12:14:45 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:14:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39827] Apr 10, 2024 12:14:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Apr 10, 2024 12:14:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39827] Apr 10, 2024 12:14:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39827/ Apr 10, 2024 12:14:45 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:14:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39827] Apr 10, 2024 12:14:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Apr 10, 2024 12:14:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39827] Apr 10, 2024 12:14:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39827/ Apr 10, 2024 12:14:45 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:14:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39827] Apr 10, 2024 12:14:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Apr 10, 2024 12:14:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39827] Apr 10, 2024 12:14:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39827/ Apr 10, 2024 12:14:45 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:14:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39827] Apr 10, 2024 12:14:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Apr 10, 2024 12:14:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39827] Apr 10, 2024 12:14:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39827/ Apr 10, 2024 12:14:45 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:14:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39827] Apr 10, 2024 12:14:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Apr 10, 2024 12:14:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39827] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.441 s -- in org.glassfish.jersey.netty.connector.FollowRedirectsTest [INFO] Running org.glassfish.jersey.netty.connector.ConnectionExceptionTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.292 s -- in org.glassfish.jersey.netty.connector.ConnectionExceptionTest [INFO] Running org.glassfish.jersey.netty.connector.HelloWorldTest Apr 10, 2024 12:14:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39827/ Apr 10, 2024 12:14:45 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:14:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39827] Apr 10, 2024 12:14:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Apr 10, 2024 12:14:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39827] Apr 10, 2024 12:14:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39827/ Apr 10, 2024 12:14:45 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:14:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39827] Apr 10, 2024 12:14:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Apr 10, 2024 12:14:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39827] Apr 10, 2024 12:14:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39827/ Apr 10, 2024 12:14:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:14:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39827] Apr 10, 2024 12:14:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Apr 10, 2024 12:14:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39827] Apr 10, 2024 12:14:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39827/ Apr 10, 2024 12:14:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:14:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39827] Apr 10, 2024 12:14:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Apr 10, 2024 12:14:46 PM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter INFO: CustomLoggingFilter.preFilter called Apr 10, 2024 12:14:46 PM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter INFO: CustomLoggingFilter.postFilter called Apr 10, 2024 12:14:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39827] Apr 10, 2024 12:14:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39827/ Apr 10, 2024 12:14:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:14:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39827] Apr 10, 2024 12:14:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Apr 10, 2024 12:14:46 PM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter INFO: CustomLoggingFilter.preFilter called Apr 10, 2024 12:14:46 PM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter INFO: CustomLoggingFilter.postFilter called Apr 10, 2024 12:14:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39827] Apr 10, 2024 12:14:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39827/ Apr 10, 2024 12:14:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:14:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39827] Apr 10, 2024 12:14:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Apr 10, 2024 12:14:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39827] Apr 10, 2024 12:14:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39827/ Apr 10, 2024 12:14:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:14:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39827] Apr 10, 2024 12:14:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Apr 10, 2024 12:14:46 PM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter INFO: CustomLoggingFilter.preFilter called Apr 10, 2024 12:14:46 PM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter INFO: CustomLoggingFilter.postFilter called Apr 10, 2024 12:14:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39827] Apr 10, 2024 12:14:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39827/ Apr 10, 2024 12:14:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:14:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39827] Apr 10, 2024 12:14:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Apr 10, 2024 12:14:46 PM org.glassfish.jersey.netty.connector.HelloWorldTest testAsyncClientRequests INFO: Executed in: 92 Apr 10, 2024 12:14:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39827] Apr 10, 2024 12:14:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39827/ Apr 10, 2024 12:14:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:14:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39827] Apr 10, 2024 12:14:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Apr 10, 2024 12:14:46 PM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter INFO: CustomLoggingFilter.preFilter called Apr 10, 2024 12:14:46 PM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter INFO: CustomLoggingFilter.postFilter called Apr 10, 2024 12:14:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39827] Apr 10, 2024 12:14:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39827/ Apr 10, 2024 12:14:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:14:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39827] Apr 10, 2024 12:14:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Apr 10, 2024 12:14:46 PM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter INFO: CustomLoggingFilter.preFilter called Apr 10, 2024 12:14:46 PM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter INFO: CustomLoggingFilter.postFilter called Apr 10, 2024 12:14:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39827] Apr 10, 2024 12:14:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39827/ Apr 10, 2024 12:14:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:14:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39827] Apr 10, 2024 12:14:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Apr 10, 2024 12:14:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39827] Apr 10, 2024 12:14:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39827/ Apr 10, 2024 12:14:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:14:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39827] Apr 10, 2024 12:14:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Apr 10, 2024 12:14:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39827] [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.920 s -- in org.glassfish.jersey.netty.connector.HelloWorldTest [INFO] Running org.glassfish.jersey.netty.connector.AsyncTest Apr 10, 2024 12:14:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39827/ Apr 10, 2024 12:14:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:14:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39827] Apr 10, 2024 12:14:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Apr 10, 2024 12:14:46 PM org.glassfish.jersey.netty.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 2 on thread grizzly-http-server-2 Apr 10, 2024 12:14:46 PM org.glassfish.jersey.netty.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 3 on thread grizzly-http-server-0 Apr 10, 2024 12:14:46 PM org.glassfish.jersey.netty.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 1 on thread grizzly-http-server-1 Apr 10, 2024 12:14:47 PM org.glassfish.jersey.netty.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-2 Apr 10, 2024 12:14:47 PM org.glassfish.jersey.netty.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-3 Apr 10, 2024 12:14:47 PM org.glassfish.jersey.netty.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-1 Apr 10, 2024 12:14:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39827] Apr 10, 2024 12:14:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39827/ Apr 10, 2024 12:14:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:14:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39827] Apr 10, 2024 12:14:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. Apr 10, 2024 12:14:47 PM org.glassfish.jersey.netty.connector.AsyncTest$AsyncResource asyncGetWithTimeout INFO: Async long-running get with timeout called on thread grizzly-http-server-0 Apr 10, 2024 12:14:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39827] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.134 s -- in org.glassfish.jersey.netty.connector.AsyncTest [INFO] Running org.glassfish.jersey.netty.connector.HugeEntityTest Apr 10, 2024 12:14:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39827/ Apr 10, 2024 12:14:49 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:14:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39827] Apr 10, 2024 12:14:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. Apr 10, 2024 12:14:52 PM org.glassfish.jersey.netty.connector.AsyncTest$AsyncResource$3 veryExpensiveOperation INFO: Async long-running get with timeout finished on thread Thread-1 Apr 10, 2024 12:15:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39827] Apr 10, 2024 12:15:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39827/ Apr 10, 2024 12:15:03 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:15:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39827] Apr 10, 2024 12:15:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-43] Started. Apr 10, 2024 12:15:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39827] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 25.83 s -- in org.glassfish.jersey.netty.connector.HugeEntityTest [INFO] Running org.glassfish.jersey.netty.connector.HttpHeadersTest Apr 10, 2024 12:15:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39827/ Apr 10, 2024 12:15:15 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:15:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39827] Apr 10, 2024 12:15:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-44] Started. Apr 10, 2024 12:15:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39827] Apr 10, 2024 12:15:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39827/ Apr 10, 2024 12:15:15 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:15:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39827] Apr 10, 2024 12:15:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-45] Started. Apr 10, 2024 12:15:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39827] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 s -- in org.glassfish.jersey.netty.connector.HttpHeadersTest [INFO] Running org.glassfish.jersey.netty.connector.TimeoutTest Apr 10, 2024 12:15:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39827/ Apr 10, 2024 12:15:15 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:15:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39827] Apr 10, 2024 12:15:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-46] Started. Apr 10, 2024 12:15:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39827] Apr 10, 2024 12:15:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39827/ Apr 10, 2024 12:15:16 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:15:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39827] Apr 10, 2024 12:15:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-47] Started. Apr 10, 2024 12:15:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39827] Apr 10, 2024 12:15:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39827/ Apr 10, 2024 12:15:17 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:15:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39827] Apr 10, 2024 12:15:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-48] Started. Apr 10, 2024 12:15:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39827] Apr 10, 2024 12:15:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39827/ Apr 10, 2024 12:15:17 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:15:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39827] Apr 10, 2024 12:15:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-49] Started. Apr 10, 2024 12:15:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39827] Apr 10, 2024 12:15:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39827/ Apr 10, 2024 12:15:19 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:15:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39827] Apr 10, 2024 12:15:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-50] Started. Apr 10, 2024 12:15:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39827] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.188 s -- in org.glassfish.jersey.netty.connector.TimeoutTest [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/ci-cd-integration_4.0/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 41 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/connectors/netty-connector/target/jersey-netty-connector-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [31/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.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.5.0:add-source (default) @ jersey-container-netty-http --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/containers/netty-http/src/main/java/org/glassfish/jersey/netty/httpserver/JerseyServerHandler.java:[59,111] Long(long) in java.lang.Long has been deprecated and marked for removal [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/containers/netty-http/src/main/java/org/glassfish/jersey/netty/httpserver/HttpVersionChooser.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/containers/netty-http/src/main/java/org/glassfish/jersey/netty/httpserver/HttpVersionChooser.java: Recompile with -Xlint:deprecation 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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/containers/netty-http/src/main/java/org/glassfish/jersey/netty/httpserver/JerseyServerHandler.java:[59,111] Long(long) in java.lang.Long has been deprecated and marked for removal [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/containers/netty-http/src/main/java/org/glassfish/jersey/netty/httpserver/HttpVersionChooser.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/containers/netty-http/src/main/java/org/glassfish/jersey/netty/httpserver/HttpVersionChooser.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-container-netty-http --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/containers/netty-http/src/test/java/org/glassfish/jersey/netty/httpserver/NettyHttpServerProviderTest.java:[136,30] java.security.AccessController in java.security has been deprecated and marked for removal [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/containers/netty-http/src/test/java/org/glassfish/jersey/netty/httpserver/NettyHttpServerProviderTest.java: /home/jenkins/agent/workspace/ci-cd-integration_4.0/containers/netty-http/src/test/java/org/glassfish/jersey/netty/httpserver/NettyHttpServerProviderTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/containers/netty-http/src/test/java/org/glassfish/jersey/netty/httpserver/NettyHttpServerProviderTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/containers/netty-http/src/test/java/org/glassfish/jersey/netty/httpserver/NettyHttpServerProviderTest.java: /home/jenkins/agent/workspace/ci-cd-integration_4.0/containers/netty-http/src/test/java/org/glassfish/jersey/netty/httpserver/NettyHttpServerProviderTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/containers/netty-http/src/test/java/org/glassfish/jersey/netty/httpserver/NettyHttpServerProviderTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-container-netty-http --- [INFO] Reserved port 45465 for jersey.config.test.container.port [INFO] Reserved port 38675 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jersey-container-netty-http --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 Apr 10, 2024 12:15:23 PM 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. Apr 10, 2024 12:15:23 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Apr 10, 2024 12:15:23 PM 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. Apr 10, 2024 12:15:24 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Apr 10, 2024 12:15:24 PM 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. Apr 10, 2024 12:15:24 PM 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.196 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/ci-cd-integration_4.0/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 44 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/containers/netty-http/target/jersey-container-netty-http-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [32/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-test-framework-provider-netty --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-test-framework-provider-netty --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-test-framework-provider-netty --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/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.5.0:reserve-network-port (reserve-port) @ jersey-test-framework-provider-netty --- [INFO] Reserved port 43437 for jersey.config.test.container.port [INFO] Reserved port 38555 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5: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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [33/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.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/ci-cd-integration_4.0/containers/jetty-http/src/main/resources/org/glassfish/jersey/jetty/internal/localization.properties [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-container-jetty-http --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/containers/jetty-http/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-container-jetty-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-jetty-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-jetty-http --- [INFO] Copying 2 resources from ../.. to target/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 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-jetty-http --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-container-jetty-http --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 target/test-classes [WARNING] system modules path not set in conjunction with -source 17 [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/containers/jetty-http/src/test/java/org/glassfish/jersey/jetty/AbstractJettyServerTester.java:[60,30] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/containers/jetty-http/src/test/java/org/glassfish/jersey/jetty/JettyHttpServerProviderTest.java:[133,30] java.security.AccessController in java.security has been deprecated and marked for removal [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/containers/jetty-http/src/test/java/org/glassfish/jersey/jetty/ExceptionTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/containers/jetty-http/src/test/java/org/glassfish/jersey/jetty/ExceptionTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/containers/jetty-http/src/test/java/org/glassfish/jersey/jetty/JettyHttpServerProviderTest.java: /home/jenkins/agent/workspace/ci-cd-integration_4.0/containers/jetty-http/src/test/java/org/glassfish/jersey/jetty/JettyHttpServerProviderTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/containers/jetty-http/src/test/java/org/glassfish/jersey/jetty/JettyHttpServerProviderTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-container-jetty-http --- [INFO] Reserved port 44399 for jersey.config.test.container.port [INFO] Reserved port 41187 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jersey-container-jetty-http --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/containers/jetty-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.ExceptionTest SLF4J(W): No SLF4J providers were found. SLF4J(W): Defaulting to no-operation (NOP) logger implementation SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details. Apr 10, 2024 12:15:29 PM 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. Apr 10, 2024 12:15:29 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Apr 10, 2024 12:15:29 PM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://localhost:44399/ Apr 10, 2024 12:15:29 PM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. Apr 10, 2024 12:15:29 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Apr 10, 2024 12:15:29 PM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://localhost:44399/ Apr 10, 2024 12:15:29 PM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. Apr 10, 2024 12:15:29 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Apr 10, 2024 12:15:29 PM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://localhost:44399/ Apr 10, 2024 12:15:30 PM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. Apr 10, 2024 12:15:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Apr 10, 2024 12:15:30 PM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://localhost:44399/ Apr 10, 2024 12:15:30 PM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.433 s -- in org.glassfish.jersey.jetty.ExceptionTest [INFO] Running org.glassfish.jersey.jetty.JettyHttpServerProviderTest Apr 10, 2024 12:15:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Apr 10, 2024 12:15:30 PM 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. Apr 10, 2024 12:15:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Apr 10, 2024 12:15:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Apr 10, 2024 12:15:30 PM 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.162 s -- in org.glassfish.jersey.jetty.JettyHttpServerProviderTest [INFO] Running org.glassfish.jersey.jetty.OptionsTest Apr 10, 2024 12:15:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Apr 10, 2024 12:15:30 PM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://localhost:44399/ Apr 10, 2024 12:15:30 PM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s -- in org.glassfish.jersey.jetty.OptionsTest [INFO] Running org.glassfish.jersey.jetty.AsyncTest Apr 10, 2024 12:15:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Apr 10, 2024 12:15:30 PM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://localhost:44399/ Apr 10, 2024 12:15:30 PM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. Apr 10, 2024 12:15:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Apr 10, 2024 12:15:30 PM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://localhost:44399/ Apr 10, 2024 12:15:35 PM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. Apr 10, 2024 12:15:35 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Apr 10, 2024 12:15:35 PM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://localhost:44399/ Apr 10, 2024 12:15:38 PM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.240 s -- in org.glassfish.jersey.jetty.AsyncTest [INFO] Running org.glassfish.jersey.jetty.LifecycleListenerTest Apr 10, 2024 12:15:38 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Apr 10, 2024 12:15:38 PM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://localhost:44399/ Apr 10, 2024 12:15:38 PM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. Apr 10, 2024 12:15:38 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Apr 10, 2024 12:15:38 PM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://localhost:44399/ Apr 10, 2024 12:15:38 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Apr 10, 2024 12:15:38 PM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.117 s -- in org.glassfish.jersey.jetty.LifecycleListenerTest [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/ci-cd-integration_4.0/containers/jetty-http/target/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/ci-cd-integration_4.0/containers/jetty-http/target/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/ci-cd-integration_4.0/containers/jetty-http/target/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/ci-cd-integration_4.0/containers/jetty-http/target/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/ci-cd-integration_4.0/containers/jetty-http/target/jersey-container-jetty-http-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_4.0/containers/jetty-http/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-container-jetty-http --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/containers/jetty-http/target/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/ci-cd-integration_4.0/containers/jetty-http/target/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/ci-cd-integration_4.0/containers/jetty-http/target/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/ci-cd-integration_4.0/containers/jetty-http/target/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 [34/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-test-framework-provider-jetty --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-test-framework-provider-jetty --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/test-framework/providers/jetty/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-test-framework-provider-jetty --- [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-jetty --- [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-jetty --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-test-framework-provider-jetty --- [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-jetty --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-test-framework-provider-jetty --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 target/test-classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-test-framework-provider-jetty --- [INFO] Reserved port 38731 for jersey.config.test.container.port [INFO] Reserved port 37393 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jersey-test-framework-provider-jetty --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/test-framework/providers/jetty/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.jetty.JettyContainerTest Apr 10, 2024 12:15:42 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:38731/ SLF4J(W): No SLF4J providers were found. SLF4J(W): Defaulting to no-operation (NOP) logger implementation SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details. Apr 10, 2024 12:15:42 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:15:43 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:38731/ Apr 10, 2024 12:15:43 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:15:43 PM 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: 1.131 s -- in org.glassfish.jersey.test.jetty.JettyContainerTest [INFO] Running org.glassfish.jersey.test.jetty.AvailablePortJettyTest Apr 10, 2024 12:15:43 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:/ Apr 10, 2024 12:15:43 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:15:43 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer start INFO: Started JettyTestContainer at the base URI http://localhost:40629/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 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/ci-cd-integration_4.0/test-framework/providers/jetty/target/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 29 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_4.0/test-framework/providers/jetty/target/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/ci-cd-integration_4.0/test-framework/providers/jetty/target/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/ci-cd-integration_4.0/test-framework/providers/jetty/target/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/test-framework/providers/jetty/target/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/ci-cd-integration_4.0/test-framework/providers/jetty/target/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/ci-cd-integration_4.0/test-framework/providers/jetty/target/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/ci-cd-integration_4.0/test-framework/providers/jetty/target/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 [35/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-test-framework-provider-bundle --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-test-framework-provider-bundle --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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.5.0:reserve-network-port (reserve-port) @ jersey-test-framework-provider-bundle --- [INFO] Reserved port 42873 for jersey.config.test.container.port [INFO] Reserved port 32907 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 80 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [36/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.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/ci-cd-integration_4.0/connectors/grizzly-connector/src/main/resources/org/glassfish/jersey/grizzly/connector/localization.properties [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-grizzly-connector --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-grizzly-connector --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/connectors/grizzly-connector/src/test/java/org/glassfish/jersey/grizzly/connector/CustomizersTest.java: /home/jenkins/agent/workspace/ci-cd-integration_4.0/connectors/grizzly-connector/src/test/java/org/glassfish/jersey/grizzly/connector/CustomizersTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/connectors/grizzly-connector/src/test/java/org/glassfish/jersey/grizzly/connector/CustomizersTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-grizzly-connector --- [INFO] Reserved port 43089 for jersey.config.test.container.port [INFO] Reserved port 44745 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jersey-grizzly-connector --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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.ParallelTest Apr 10, 2024 12:15:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43089/ Apr 10, 2024 12:15:49 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:15:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43089] Apr 10, 2024 12:15:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. SLF4J(W): No SLF4J providers were found. SLF4J(W): Defaulting to no-operation (NOP) logger implementation SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details. Apr 10, 2024 12:15:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43089] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.352 s -- in org.glassfish.jersey.grizzly.connector.ParallelTest [INFO] Running org.glassfish.jersey.grizzly.connector.AsyncTest Apr 10, 2024 12:15:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43089/ Apr 10, 2024 12:15:50 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:15:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43089] Apr 10, 2024 12:15:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:15:50 PM org.glassfish.jersey.grizzly.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 2 on thread grizzly-http-server-1 Apr 10, 2024 12:15:50 PM org.glassfish.jersey.grizzly.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 1 on thread grizzly-http-server-2 Apr 10, 2024 12:15:50 PM org.glassfish.jersey.grizzly.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 3 on thread grizzly-http-server-0 Apr 10, 2024 12:15:51 PM org.glassfish.jersey.grizzly.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-2 Apr 10, 2024 12:15:51 PM org.glassfish.jersey.grizzly.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-1 Apr 10, 2024 12:15:51 PM org.glassfish.jersey.grizzly.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-3 Apr 10, 2024 12:15:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43089] Apr 10, 2024 12:15:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43089/ Apr 10, 2024 12:15:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:15:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43089] Apr 10, 2024 12:15:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:15:52 PM org.glassfish.jersey.grizzly.connector.AsyncTest$AsyncResource asyncGetWithTimeout INFO: Async long-running get with timeout called on thread grizzly-http-server-0 Apr 10, 2024 12:15:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43089] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.266 s -- in org.glassfish.jersey.grizzly.connector.AsyncTest [INFO] Running org.glassfish.jersey.grizzly.connector.CustomizersTest Apr 10, 2024 12:15:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43089/ Apr 10, 2024 12:15:54 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:15:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43089] Apr 10, 2024 12:15:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:15:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43089] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.119 s -- in org.glassfish.jersey.grizzly.connector.CustomizersTest [INFO] Running org.glassfish.jersey.grizzly.connector.FollowRedirectsTest Apr 10, 2024 12:15:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43089/ Apr 10, 2024 12:15:54 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:15:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43089] Apr 10, 2024 12:15:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:15:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43089] Apr 10, 2024 12:15:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43089/ Apr 10, 2024 12:15:54 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:15:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43089] Apr 10, 2024 12:15:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:15:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43089] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.152 s -- in org.glassfish.jersey.grizzly.connector.FollowRedirectsTest [INFO] Running org.glassfish.jersey.grizzly.connector.NoEntityTest Apr 10, 2024 12:15:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43089/ Apr 10, 2024 12:15:54 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:15:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43089] Apr 10, 2024 12:15:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:15:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43089] Apr 10, 2024 12:15:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43089/ Apr 10, 2024 12:15:54 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:15:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43089] Apr 10, 2024 12:15:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:15:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43089] Apr 10, 2024 12:15:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43089/ Apr 10, 2024 12:15:54 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:15:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43089] Apr 10, 2024 12:15:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Apr 10, 2024 12:15:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43089] Apr 10, 2024 12:15:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43089/ Apr 10, 2024 12:15:54 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:15:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43089] Apr 10, 2024 12:15:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Apr 10, 2024 12:15:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43089] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.391 s -- in org.glassfish.jersey.grizzly.connector.NoEntityTest [INFO] Running org.glassfish.jersey.grizzly.connector.TraceSupportTest Apr 10, 2024 12:15:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43089/ Apr 10, 2024 12:15:54 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:15:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43089] Apr 10, 2024 12:15:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Apr 10, 2024 12:15:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43089] Apr 10, 2024 12:15:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43089/ Apr 10, 2024 12:15:54 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:15:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43089] Apr 10, 2024 12:15:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Apr 10, 2024 12:15:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43089] Apr 10, 2024 12:15:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43089/ Apr 10, 2024 12:15:54 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:15:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43089] Apr 10, 2024 12:15:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Apr 10, 2024 12:15:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43089] Apr 10, 2024 12:15:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43089/ Apr 10, 2024 12:15:54 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:15:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43089] Apr 10, 2024 12:15:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Apr 10, 2024 12:15:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43089] Apr 10, 2024 12:15:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43089/ Apr 10, 2024 12:15:54 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:15:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43089] Apr 10, 2024 12:15:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Apr 10, 2024 12:15:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43089] Apr 10, 2024 12:15:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43089/ Apr 10, 2024 12:15:55 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:15:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43089] Apr 10, 2024 12:15:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Apr 10, 2024 12:15:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43089] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.407 s -- in org.glassfish.jersey.grizzly.connector.TraceSupportTest [INFO] Running org.glassfish.jersey.grizzly.connector.HttpMethodTest Apr 10, 2024 12:15:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43089/ Apr 10, 2024 12:15:55 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:15:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43089] Apr 10, 2024 12:15:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Apr 10, 2024 12:15:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43089] Apr 10, 2024 12:15:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43089/ Apr 10, 2024 12:15:55 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:15:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43089] Apr 10, 2024 12:15:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Apr 10, 2024 12:15:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43089] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.157 s -- in org.glassfish.jersey.grizzly.connector.HttpMethodTest [INFO] Running org.glassfish.jersey.grizzly.connector.HttpHeadersTest Apr 10, 2024 12:15:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43089/ Apr 10, 2024 12:15:55 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:15:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43089] Apr 10, 2024 12:15:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Apr 10, 2024 12:15:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43089] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s -- in org.glassfish.jersey.grizzly.connector.HttpHeadersTest [INFO] Running org.glassfish.jersey.grizzly.connector.UnderlyingHttpClientAccessTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.040 s -- in org.glassfish.jersey.grizzly.connector.UnderlyingHttpClientAccessTest [INFO] Running org.glassfish.jersey.grizzly.connector.TimeoutTest Apr 10, 2024 12:15:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43089/ Apr 10, 2024 12:15:55 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:15:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43089] Apr 10, 2024 12:15:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Apr 10, 2024 12:15:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43089] Apr 10, 2024 12:15:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43089/ Apr 10, 2024 12:15:55 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:15:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43089] Apr 10, 2024 12:15:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Apr 10, 2024 12:15:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43089] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.598 s -- in org.glassfish.jersey.grizzly.connector.TimeoutTest [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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [37/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.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/ci-cd-integration_4.0/media/sse/src/main/resources/org/glassfish/jersey/media/sse/localization.properties [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-media-sse --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/media/sse/src/main/java/org/glassfish/jersey/media/sse/internal/EventProcessor.java: /home/jenkins/agent/workspace/ci-cd-integration_4.0/media/sse/src/main/java/org/glassfish/jersey/media/sse/internal/EventProcessor.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/media/sse/src/main/java/org/glassfish/jersey/media/sse/internal/EventProcessor.java: /home/jenkins/agent/workspace/ci-cd-integration_4.0/media/sse/src/main/java/org/glassfish/jersey/media/sse/internal/EventProcessor.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-media-sse --- [INFO] Reserved port 34135 for jersey.config.test.container.port [INFO] Reserved port 40219 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jersey-media-sse --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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.internal.JerseyEventSinkTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s -- in org.glassfish.jersey.media.sse.internal.JerseyEventSinkTest [INFO] Running org.glassfish.jersey.media.sse.internal.JerseySseBroadcasterTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.glassfish.jersey.media.sse.internal.JerseySseBroadcasterTest [INFO] Running org.glassfish.jersey.media.sse.internal.JerseySseEventSourceTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.glassfish.jersey.media.sse.internal.JerseySseEventSourceTest [INFO] Running org.glassfish.jersey.media.sse.SseEventSinkTest Apr 10, 2024 12:16:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34135/ Apr 10, 2024 12:16:01 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:16:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34135] Apr 10, 2024 12:16:01 PM 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. Apr 10, 2024 12:16:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34135] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.413 s -- in org.glassfish.jersey.media.sse.SseEventSinkTest [INFO] Running org.glassfish.jersey.media.sse.InboundEventReaderTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s -- in org.glassfish.jersey.media.sse.InboundEventReaderTest [INFO] Running org.glassfish.jersey.media.sse.EventSourceTest Apr 10, 2024 12:16:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34135/ Apr 10, 2024 12:16:02 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:16:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34135] Apr 10, 2024 12:16:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:16:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34135] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.160 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] Running org.glassfish.jersey.media.sse.ClientCloseTest Apr 10, 2024 12:16:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34135/ Apr 10, 2024 12:16:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:16:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34135] Apr 10, 2024 12:16:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. 0: NOK 1: NOK 2: NOK 3: NOK 4: NOK 5: NOK 6: NOK 7: NOK 8: NOK 9: NOK Apr 10, 2024 12:16:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34135] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.153 s -- in org.glassfish.jersey.media.sse.ClientCloseTest [INFO] Running org.glassfish.jersey.media.sse.SseEventSinkCloseTest Apr 10, 2024 12:16:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34135/ Apr 10, 2024 12:16:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:16:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34135] Apr 10, 2024 12:16:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:16:12 PM org.glassfish.jersey.media.sse.SseEventSinkCloseTest lambda$testClose$1 INFO: Still alive Apr 10, 2024 12:16:12 PM org.glassfish.jersey.media.sse.SseEventSinkCloseTest lambda$testClose$1 INFO: Still alive Apr 10, 2024 12:16:12 PM org.glassfish.jersey.media.sse.SseEventSinkCloseTest lambda$testClose$1 INFO: Still alive Apr 10, 2024 12:16:13 PM org.glassfish.jersey.media.sse.SseEventSinkCloseTest lambda$testClose$1 INFO: Still alive Apr 10, 2024 12:16:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34135] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.994 s -- in org.glassfish.jersey.media.sse.SseEventSinkCloseTest [INFO] Running org.glassfish.jersey.media.sse.EmptyEventsTest Apr 10, 2024 12:16:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34135/ Apr 10, 2024 12:16:22 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:16:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34135] Apr 10, 2024 12:16:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:16:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34135] Apr 10, 2024 12:16:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34135/ Apr 10, 2024 12:16:22 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:16:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34135] Apr 10, 2024 12:16:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:16:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34135] Apr 10, 2024 12:16:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34135/ Apr 10, 2024 12:16:22 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:16:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34135] Apr 10, 2024 12:16:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:16:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34135] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.236 s -- in org.glassfish.jersey.media.sse.EmptyEventsTest [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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/media/sse/target/jersey-media-sse-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [38/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.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/ci-cd-integration_4.0/connectors/helidon-connector/src/main/resources/org/glassfish/jersey/helidon/connector/localization.properties [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-helidon-connector --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/connectors/helidon-connector/src/main/java21 added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-helidon-connector --- [INFO] Copying 2 resources from ../.. to target21/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-helidon-connector --- [INFO] Copying 2 resources from ../.. to target21/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 target21/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-helidon-connector --- [INFO] Copying 1 resource from src/main/resources to target21/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 target21/classes [WARNING] system modules path not set in conjunction with -source 17 [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 17] to target21/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-helidon-connector --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 target21/test-classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/connectors/helidon-connector/src/test/java/org/glassfish/jersey/helidon/connector/BasicHelidonConnectorTest.java: /home/jenkins/agent/workspace/ci-cd-integration_4.0/connectors/helidon-connector/src/test/java/org/glassfish/jersey/helidon/connector/BasicHelidonConnectorTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/connectors/helidon-connector/src/test/java/org/glassfish/jersey/helidon/connector/BasicHelidonConnectorTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-helidon-connector --- [INFO] Reserved port 44401 for jersey.config.test.container.port [INFO] Reserved port 42617 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jersey-helidon-connector --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/connectors/helidon-connector/target21/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 Apr 10, 2024 12:16:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44401/ Apr 10, 2024 12:16:28 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:16:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44401] Apr 10, 2024 12:16:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21.0.2) Apr 10, 2024 12:16:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44401] Apr 10, 2024 12:16:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44401/ Apr 10, 2024 12:16:28 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:16:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44401] Apr 10, 2024 12:16:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21.0.2) Apr 10, 2024 12:16:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44401] Apr 10, 2024 12:16:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44401/ Apr 10, 2024 12:16:28 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:16:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44401] Apr 10, 2024 12:16:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:16:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44401] Apr 10, 2024 12:16:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44401/ Apr 10, 2024 12:16:29 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:16:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44401] Apr 10, 2024 12:16:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21.0.2) Apr 10, 2024 12:16:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44401] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.921 s -- in org.glassfish.jersey.helidon.connector.MetaInfOverrideTest [INFO] Running org.glassfish.jersey.helidon.connector.TimeoutTest Apr 10, 2024 12:16:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44401/ Apr 10, 2024 12:16:29 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:16:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44401] Apr 10, 2024 12:16:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:16:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44401] Apr 10, 2024 12:16:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44401/ Apr 10, 2024 12:16:29 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:16:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44401] Apr 10, 2024 12:16:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:16:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44401] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.203 s -- in org.glassfish.jersey.helidon.connector.TimeoutTest [INFO] Running org.glassfish.jersey.helidon.connector.LargeDataTest Apr 10, 2024 12:16:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44401/ Apr 10, 2024 12:16:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:16:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44401] Apr 10, 2024 12:16:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Large Data Test took 724milis Apr 10, 2024 12:16:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44401] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.772 s -- in org.glassfish.jersey.helidon.connector.LargeDataTest [INFO] Running org.glassfish.jersey.helidon.connector.FollowRedirectsTest Apr 10, 2024 12:16:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44401/ Apr 10, 2024 12:16:31 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:16:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44401] Apr 10, 2024 12:16:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:16:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44401] Apr 10, 2024 12:16:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44401/ Apr 10, 2024 12:16:31 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:16:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44401] Apr 10, 2024 12:16:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Apr 10, 2024 12:16:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44401] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.149 s -- in org.glassfish.jersey.helidon.connector.FollowRedirectsTest [INFO] Running org.glassfish.jersey.helidon.connector.ParallelTest Apr 10, 2024 12:16:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44401/ Apr 10, 2024 12:16:31 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:16:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44401] Apr 10, 2024 12:16:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Apr 10, 2024 12:16:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44401] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.146 s -- in org.glassfish.jersey.helidon.connector.ParallelTest [INFO] Running org.glassfish.jersey.helidon.connector.BasicHelidonConnectorTest Apr 10, 2024 12:16:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44401/ Apr 10, 2024 12:16:31 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:16:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44401] Apr 10, 2024 12:16:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Apr 10, 2024 12:16:32 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:44401/async/reset 1 > accept-encoding: gzip 1 > connection: keep-alive 1 > host: localhost:44401 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6a0d046c)) Apr 10, 2024 12:16:32 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 204 Apr 10, 2024 12:16:32 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 2 * Server has received a request on thread grizzly-http-server-1 2 > GET http://localhost:44401/async/long 2 > accept-encoding: gzip 2 > connection: keep-alive 2 > host: localhost:44401 2 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6a0d046c)) Apr 10, 2024 12:16:32 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 3 * Server has received a request on thread grizzly-http-server-2 3 > GET http://localhost:44401/async/short 3 > accept-encoding: gzip 3 > connection: keep-alive 3 > host: localhost:44401 3 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6a0d046c)) Apr 10, 2024 12:16:32 PM 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 Apr 10, 2024 12:16:32 PM 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 Apr 10, 2024 12:16:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44401] Apr 10, 2024 12:16:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44401/ Apr 10, 2024 12:16:32 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:16:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44401] Apr 10, 2024 12:16:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Apr 10, 2024 12:16:32 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:44401/basic/get 1 > accept-encoding: gzip 1 > connection: keep-alive 1 > host: localhost:44401 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6a0d046c)) Apr 10, 2024 12:16:32 PM 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 Apr 10, 2024 12:16:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44401] Apr 10, 2024 12:16:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44401/ Apr 10, 2024 12:16:32 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:16:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44401] Apr 10, 2024 12:16:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Apr 10, 2024 12:16:32 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:44401/basic/get 1 > accept-encoding: gzip 1 > connection: keep-alive 1 > host: localhost:44401 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6a0d046c)) Apr 10, 2024 12:16:32 PM 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 Apr 10, 2024 12:16:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44401] Apr 10, 2024 12:16:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44401/ Apr 10, 2024 12:16:32 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:16:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44401] Apr 10, 2024 12:16:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Apr 10, 2024 12:16:32 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > POST http://localhost:44401/basic/post 1 > accept-encoding: gzip 1 > connection: keep-alive 1 > content-length: 2 1 > content-type: text/plain 1 > host: localhost:44401 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6a0d046c)) ok Apr 10, 2024 12:16:32 PM 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 Apr 10, 2024 12:16:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44401] Apr 10, 2024 12:16:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44401/ Apr 10, 2024 12:16:32 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:16:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44401] Apr 10, 2024 12:16:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Apr 10, 2024 12:16:32 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:44401/basic/get 1 > accept-encoding: gzip 1 > connection: keep-alive 1 > host: localhost:44401 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6a0d046c)) Apr 10, 2024 12:16:32 PM 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 Apr 10, 2024 12:16:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44401] Apr 10, 2024 12:16:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44401/ Apr 10, 2024 12:16:32 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:16:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44401] Apr 10, 2024 12:16:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Apr 10, 2024 12:16:32 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > PUT http://localhost:44401/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:44401 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6a0d046c)) Apr 10, 2024 12:16:32 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 406 Apr 10, 2024 12:16:32 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 2 * Server has received a request on thread grizzly-http-server-1 2 > PUT http://localhost:44401/basic/produces/consumes 2 > accept-encoding: gzip 2 > connection: keep-alive 2 > content-length: 2 2 > content-type: test/x-test 2 > host: localhost:44401 2 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6a0d046c)) Apr 10, 2024 12:16:32 PM 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 Apr 10, 2024 12:16:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44401] Apr 10, 2024 12:16:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44401/ Apr 10, 2024 12:16:32 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:16:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44401] Apr 10, 2024 12:16:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Apr 10, 2024 12:16:32 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > OPTIONS http://localhost:44401/basic/get 1 > accept-encoding: gzip 1 > connection: keep-alive 1 > content-length: 7 1 > content-type: text/plain 1 > host: localhost:44401 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6a0d046c)) OPTIONS Apr 10, 2024 12:16:32 PM 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 Apr 10, 2024 12:16:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44401] Apr 10, 2024 12:16:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44401/ Apr 10, 2024 12:16:32 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:16:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44401] Apr 10, 2024 12:16:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Apr 10, 2024 12:16:32 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:44401/async/reset 1 > accept-encoding: gzip 1 > connection: keep-alive 1 > host: localhost:44401 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6a0d046c)) Apr 10, 2024 12:16:32 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 204 Apr 10, 2024 12:16:32 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 3 * Server has received a request on thread grizzly-http-server-2 3 > GET http://localhost:44401/async/short 3 > accept-encoding: gzip 3 > connection: keep-alive 3 > host: localhost:44401 3 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6a0d046c)) Apr 10, 2024 12:16:32 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 2 * Server has received a request on thread grizzly-http-server-1 2 > GET http://localhost:44401/async/long 2 > accept-encoding: gzip 2 > connection: keep-alive 2 > host: localhost:44401 2 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6a0d046c)) Apr 10, 2024 12:16:32 PM 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 Apr 10, 2024 12:16:32 PM 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 Apr 10, 2024 12:16:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44401] Apr 10, 2024 12:16:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44401/ Apr 10, 2024 12:16:32 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:16:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44401] Apr 10, 2024 12:16:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Apr 10, 2024 12:16:32 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > PUT http://localhost:44401/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:44401 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6a0d046c)) Apr 10, 2024 12:16:32 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 415 Apr 10, 2024 12:16:32 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 2 * Server has received a request on thread grizzly-http-server-1 2 > PUT http://localhost:44401/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:44401 2 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6a0d046c)) ok Apr 10, 2024 12:16:32 PM 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 Apr 10, 2024 12:16:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44401] Apr 10, 2024 12:16:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44401/ Apr 10, 2024 12:16:32 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:16:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44401] Apr 10, 2024 12:16:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Apr 10, 2024 12:16:32 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:44401/basic/headers 1 > accept-encoding: gzip 1 > connection: keep-alive 1 > host: localhost:44401 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6a0d046c)) 1 > x-test-one: ONE 1 > x-test-three: THREE 1 > x-test-two: TWO Apr 10, 2024 12:16:32 PM 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 Apr 10, 2024 12:16:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44401] Apr 10, 2024 12:16:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44401/ Apr 10, 2024 12:16:32 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:16:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44401] Apr 10, 2024 12:16:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Apr 10, 2024 12:16:32 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:44401/basic/get 1 > accept-encoding: gzip 1 > connection: keep-alive 1 > host: localhost:44401 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6a0d046c)) Apr 10, 2024 12:16:32 PM 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 Apr 10, 2024 12:16:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44401] Apr 10, 2024 12:16:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44401/ Apr 10, 2024 12:16:32 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:16:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44401] Apr 10, 2024 12:16:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Apr 10, 2024 12:16:32 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:44401/basic/getquery?first=hello&second=world 1 > accept-encoding: gzip 1 > connection: keep-alive 1 > host: localhost:44401 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6a0d046c)) Apr 10, 2024 12:16:32 PM 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 Apr 10, 2024 12:16:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44401] Apr 10, 2024 12:16:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44401/ Apr 10, 2024 12:16:32 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:16:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44401] Apr 10, 2024 12:16:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Apr 10, 2024 12:16:33 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:44401/async/reset 1 > accept-encoding: gzip 1 > connection: keep-alive 1 > host: localhost:44401 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6a0d046c)) Apr 10, 2024 12:16:33 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 204 Apr 10, 2024 12:16:33 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 2 * Server has received a request on thread grizzly-http-server-1 2 > GET http://localhost:44401/async/long 2 > accept-encoding: gzip 2 > connection: keep-alive 2 > host: localhost:44401 2 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6a0d046c)) Apr 10, 2024 12:16:33 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 3 * Server has received a request on thread grizzly-http-server-2 3 > GET http://localhost:44401/async/short 3 > accept-encoding: gzip 3 > connection: keep-alive 3 > host: localhost:44401 3 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6a0d046c)) Apr 10, 2024 12:16:33 PM 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 Apr 10, 2024 12:16:33 PM 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 Apr 10, 2024 12:16:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44401] Apr 10, 2024 12:16:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44401/ Apr 10, 2024 12:16:33 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:16:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44401] Apr 10, 2024 12:16:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Apr 10, 2024 12:16:33 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:44401/basic/get 1 > accept-encoding: gzip 1 > connection: keep-alive 1 > host: localhost:44401 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6a0d046c)) Apr 10, 2024 12:16:33 PM 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 Apr 10, 2024 12:16:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44401] Apr 10, 2024 12:16:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44401/ Apr 10, 2024 12:16:33 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:16:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44401] Apr 10, 2024 12:16:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Apr 10, 2024 12:16:33 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:44401/basic/get 1 > accept-encoding: gzip 1 > connection: keep-alive 1 > host: localhost:44401 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6a0d046c)) Apr 10, 2024 12:16:33 PM 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 Apr 10, 2024 12:16:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44401] Apr 10, 2024 12:16:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44401/ Apr 10, 2024 12:16:33 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:16:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44401] Apr 10, 2024 12:16:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Apr 10, 2024 12:16:33 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > POST http://localhost:44401/basic/post 1 > accept-encoding: gzip 1 > connection: keep-alive 1 > content-length: 2 1 > content-type: text/plain 1 > host: localhost:44401 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6a0d046c)) ok Apr 10, 2024 12:16:33 PM 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 Apr 10, 2024 12:16:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44401] Apr 10, 2024 12:16:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44401/ Apr 10, 2024 12:16:33 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:16:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44401] Apr 10, 2024 12:16:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Apr 10, 2024 12:16:33 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:44401/basic/get 1 > accept-encoding: gzip 1 > connection: keep-alive 1 > host: localhost:44401 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6a0d046c)) Apr 10, 2024 12:16:33 PM 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 Apr 10, 2024 12:16:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44401] Apr 10, 2024 12:16:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44401/ Apr 10, 2024 12:16:33 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:16:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44401] Apr 10, 2024 12:16:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Apr 10, 2024 12:16:33 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > PUT http://localhost:44401/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:44401 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6a0d046c)) Apr 10, 2024 12:16:33 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 406 Apr 10, 2024 12:16:33 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 2 * Server has received a request on thread grizzly-http-server-1 2 > PUT http://localhost:44401/basic/produces/consumes 2 > accept-encoding: gzip 2 > connection: keep-alive 2 > content-length: 2 2 > content-type: test/x-test 2 > host: localhost:44401 2 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6a0d046c)) Apr 10, 2024 12:16:33 PM 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 Apr 10, 2024 12:16:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44401] Apr 10, 2024 12:16:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44401/ Apr 10, 2024 12:16:33 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:16:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44401] Apr 10, 2024 12:16:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Apr 10, 2024 12:16:33 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > OPTIONS http://localhost:44401/basic/get 1 > accept-encoding: gzip 1 > connection: keep-alive 1 > content-length: 7 1 > content-type: text/plain 1 > host: localhost:44401 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6a0d046c)) OPTIONS Apr 10, 2024 12:16:33 PM 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 Apr 10, 2024 12:16:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44401] Apr 10, 2024 12:16:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44401/ Apr 10, 2024 12:16:33 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:16:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44401] Apr 10, 2024 12:16:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Apr 10, 2024 12:16:33 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:44401/async/reset 1 > accept-encoding: gzip 1 > connection: keep-alive 1 > host: localhost:44401 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6a0d046c)) Apr 10, 2024 12:16:33 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 204 Apr 10, 2024 12:16:33 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 2 * Server has received a request on thread grizzly-http-server-1 2 > GET http://localhost:44401/async/long 2 > accept-encoding: gzip 2 > connection: keep-alive 2 > host: localhost:44401 2 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6a0d046c)) Apr 10, 2024 12:16:33 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 3 * Server has received a request on thread grizzly-http-server-2 3 > GET http://localhost:44401/async/short 3 > accept-encoding: gzip 3 > connection: keep-alive 3 > host: localhost:44401 3 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6a0d046c)) Apr 10, 2024 12:16:33 PM 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 Apr 10, 2024 12:16:33 PM 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 Apr 10, 2024 12:16:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44401] Apr 10, 2024 12:16:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44401/ Apr 10, 2024 12:16:33 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:16:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44401] Apr 10, 2024 12:16:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Apr 10, 2024 12:16:33 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > PUT http://localhost:44401/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:44401 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6a0d046c)) Apr 10, 2024 12:16:33 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 415 Apr 10, 2024 12:16:33 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 2 * Server has received a request on thread grizzly-http-server-1 2 > PUT http://localhost:44401/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:44401 2 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6a0d046c)) ok Apr 10, 2024 12:16:33 PM 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 Apr 10, 2024 12:16:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44401] Apr 10, 2024 12:16:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44401/ Apr 10, 2024 12:16:33 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:16:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44401] Apr 10, 2024 12:16:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Apr 10, 2024 12:16:33 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:44401/basic/headers 1 > accept-encoding: gzip 1 > connection: keep-alive 1 > host: localhost:44401 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6a0d046c)) 1 > x-test-one: ONE 1 > x-test-three: THREE 1 > x-test-two: TWO Apr 10, 2024 12:16:33 PM 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 Apr 10, 2024 12:16:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44401] Apr 10, 2024 12:16:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44401/ Apr 10, 2024 12:16:33 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:16:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44401] Apr 10, 2024 12:16:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Apr 10, 2024 12:16:33 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:44401/basic/get 1 > accept-encoding: gzip 1 > connection: keep-alive 1 > host: localhost:44401 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6a0d046c)) Apr 10, 2024 12:16:33 PM 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 Apr 10, 2024 12:16:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44401] Apr 10, 2024 12:16:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44401/ Apr 10, 2024 12:16:33 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:16:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44401] Apr 10, 2024 12:16:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Apr 10, 2024 12:16:33 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:44401/basic/getquery?first=hello&second=world 1 > accept-encoding: gzip 1 > connection: keep-alive 1 > host: localhost:44401 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6a0d046c)) Apr 10, 2024 12:16:33 PM 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 Apr 10, 2024 12:16:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44401] Apr 10, 2024 12:16:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44401/ Apr 10, 2024 12:16:33 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:16:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44401] Apr 10, 2024 12:16:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Apr 10, 2024 12:16:33 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:44401/async/reset 1 > accept-encoding: gzip 1 > connection: keep-alive 1 > host: localhost:44401 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6a0d046c)) Apr 10, 2024 12:16:33 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 204 Apr 10, 2024 12:16:33 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 2 * Server has received a request on thread grizzly-http-server-1 2 > GET http://localhost:44401/async/long 2 > accept-encoding: gzip 2 > connection: keep-alive 2 > host: localhost:44401 2 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6a0d046c)) Apr 10, 2024 12:16:33 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 3 * Server has received a request on thread grizzly-http-server-2 3 > GET http://localhost:44401/async/short 3 > accept-encoding: gzip 3 > connection: keep-alive 3 > host: localhost:44401 3 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6a0d046c)) Apr 10, 2024 12:16:33 PM 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 Apr 10, 2024 12:16:33 PM 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 Apr 10, 2024 12:16:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44401] Apr 10, 2024 12:16:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44401/ Apr 10, 2024 12:16:33 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:16:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44401] Apr 10, 2024 12:16:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Apr 10, 2024 12:16:33 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:44401/basic/get 1 > accept-encoding: gzip 1 > connection: keep-alive 1 > host: localhost:44401 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6a0d046c)) Apr 10, 2024 12:16:33 PM 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 Apr 10, 2024 12:16:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44401] Apr 10, 2024 12:16:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44401/ Apr 10, 2024 12:16:33 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:16:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44401] Apr 10, 2024 12:16:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Apr 10, 2024 12:16:33 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:44401/basic/get 1 > accept-encoding: gzip 1 > connection: keep-alive 1 > host: localhost:44401 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6a0d046c)) Apr 10, 2024 12:16:33 PM 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 Apr 10, 2024 12:16:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44401] Apr 10, 2024 12:16:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44401/ Apr 10, 2024 12:16:33 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:16:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44401] Apr 10, 2024 12:16:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Apr 10, 2024 12:16:33 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > POST http://localhost:44401/basic/post 1 > accept-encoding: gzip 1 > connection: keep-alive 1 > content-length: 2 1 > content-type: text/plain 1 > host: localhost:44401 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6a0d046c)) ok Apr 10, 2024 12:16:33 PM 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 Apr 10, 2024 12:16:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44401] Apr 10, 2024 12:16:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44401/ Apr 10, 2024 12:16:33 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:16:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44401] Apr 10, 2024 12:16:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Apr 10, 2024 12:16:33 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:44401/basic/get 1 > accept-encoding: gzip 1 > connection: keep-alive 1 > host: localhost:44401 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6a0d046c)) Apr 10, 2024 12:16:33 PM 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 Apr 10, 2024 12:16:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44401] Apr 10, 2024 12:16:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44401/ Apr 10, 2024 12:16:33 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:16:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44401] Apr 10, 2024 12:16:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Apr 10, 2024 12:16:33 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > PUT http://localhost:44401/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:44401 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6a0d046c)) Apr 10, 2024 12:16:33 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 406 Apr 10, 2024 12:16:33 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 2 * Server has received a request on thread grizzly-http-server-1 2 > PUT http://localhost:44401/basic/produces/consumes 2 > accept-encoding: gzip 2 > connection: keep-alive 2 > content-length: 2 2 > content-type: test/x-test 2 > host: localhost:44401 2 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6a0d046c)) Apr 10, 2024 12:16:33 PM 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 Apr 10, 2024 12:16:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44401] Apr 10, 2024 12:16:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44401/ Apr 10, 2024 12:16:33 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:16:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44401] Apr 10, 2024 12:16:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Apr 10, 2024 12:16:34 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > OPTIONS http://localhost:44401/basic/get 1 > accept-encoding: gzip 1 > connection: keep-alive 1 > content-length: 7 1 > content-type: text/plain 1 > host: localhost:44401 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6a0d046c)) OPTIONS Apr 10, 2024 12:16:34 PM 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 Apr 10, 2024 12:16:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44401] Apr 10, 2024 12:16:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44401/ Apr 10, 2024 12:16:34 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:16:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44401] Apr 10, 2024 12:16:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. Apr 10, 2024 12:16:34 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:44401/async/reset 1 > accept-encoding: gzip 1 > connection: keep-alive 1 > host: localhost:44401 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6a0d046c)) Apr 10, 2024 12:16:34 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 204 Apr 10, 2024 12:16:34 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 2 * Server has received a request on thread grizzly-http-server-1 2 > GET http://localhost:44401/async/long 2 > accept-encoding: gzip 2 > connection: keep-alive 2 > host: localhost:44401 2 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6a0d046c)) Apr 10, 2024 12:16:34 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 3 * Server has received a request on thread grizzly-http-server-2 3 > GET http://localhost:44401/async/short 3 > accept-encoding: gzip 3 > connection: keep-alive 3 > host: localhost:44401 3 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6a0d046c)) Apr 10, 2024 12:16:34 PM 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 Apr 10, 2024 12:16:34 PM 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 Apr 10, 2024 12:16:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44401] Apr 10, 2024 12:16:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44401/ Apr 10, 2024 12:16:34 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:16:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44401] Apr 10, 2024 12:16:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. Apr 10, 2024 12:16:34 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > PUT http://localhost:44401/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:44401 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6a0d046c)) Apr 10, 2024 12:16:34 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 415 Apr 10, 2024 12:16:34 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 2 * Server has received a request on thread grizzly-http-server-1 2 > PUT http://localhost:44401/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:44401 2 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6a0d046c)) ok Apr 10, 2024 12:16:34 PM 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 Apr 10, 2024 12:16:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44401] Apr 10, 2024 12:16:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44401/ Apr 10, 2024 12:16:34 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:16:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44401] Apr 10, 2024 12:16:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-43] Started. Apr 10, 2024 12:16:34 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:44401/basic/headers 1 > accept-encoding: gzip 1 > connection: keep-alive 1 > host: localhost:44401 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6a0d046c)) 1 > x-test-one: ONE 1 > x-test-three: THREE 1 > x-test-two: TWO Apr 10, 2024 12:16:34 PM 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 Apr 10, 2024 12:16:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44401] Apr 10, 2024 12:16:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44401/ Apr 10, 2024 12:16:34 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:16:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44401] Apr 10, 2024 12:16:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-44] Started. Apr 10, 2024 12:16:34 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:44401/basic/get 1 > accept-encoding: gzip 1 > connection: keep-alive 1 > host: localhost:44401 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6a0d046c)) Apr 10, 2024 12:16:34 PM 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 Apr 10, 2024 12:16:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44401] Apr 10, 2024 12:16:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44401/ Apr 10, 2024 12:16:34 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:16:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44401] Apr 10, 2024 12:16:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-45] Started. Apr 10, 2024 12:16:34 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:44401/basic/getquery?first=hello&second=world 1 > accept-encoding: gzip 1 > connection: keep-alive 1 > host: localhost:44401 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.2.6 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6a0d046c)) Apr 10, 2024 12:16:34 PM 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 Apr 10, 2024 12:16:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44401] [INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.353 s -- in org.glassfish.jersey.helidon.connector.BasicHelidonConnectorTest [INFO] Running org.glassfish.jersey.helidon.connector.AsyncTest Apr 10, 2024 12:16:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44401/ Apr 10, 2024 12:16:34 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:16:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44401] Apr 10, 2024 12:16:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-46] Started. Apr 10, 2024 12:16:34 PM org.glassfish.jersey.helidon.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 200 on thread grizzly-http-server-1 Apr 10, 2024 12:16:34 PM org.glassfish.jersey.helidon.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 100 on thread grizzly-http-server-0 Apr 10, 2024 12:16:34 PM org.glassfish.jersey.helidon.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 300 on thread grizzly-http-server-2 Apr 10, 2024 12:16:35 PM org.glassfish.jersey.helidon.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-200 Apr 10, 2024 12:16:35 PM org.glassfish.jersey.helidon.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-100 Apr 10, 2024 12:16:35 PM org.glassfish.jersey.helidon.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-300 Apr 10, 2024 12:16:35 PM org.glassfish.jersey.helidon.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 2 on thread grizzly-http-server-3 Apr 10, 2024 12:16:35 PM org.glassfish.jersey.helidon.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 3 on thread grizzly-http-server-0 Apr 10, 2024 12:16:35 PM org.glassfish.jersey.helidon.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 1 on thread grizzly-http-server-2 Apr 10, 2024 12:16:36 PM org.glassfish.jersey.helidon.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-2 Apr 10, 2024 12:16:36 PM org.glassfish.jersey.helidon.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-3 Apr 10, 2024 12:16:36 PM org.glassfish.jersey.helidon.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-1 Apr 10, 2024 12:16:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44401] Apr 10, 2024 12:16:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44401/ Apr 10, 2024 12:16:36 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:16:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44401] Apr 10, 2024 12:16:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-47] Started. Apr 10, 2024 12:16:36 PM org.glassfish.jersey.helidon.connector.AsyncTest$AsyncResource asyncGetWithTimeout INFO: Async long-running get with timeout called on thread grizzly-http-server-0 Apr 10, 2024 12:16:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44401] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.111 s -- in org.glassfish.jersey.helidon.connector.AsyncTest [INFO] Running org.glassfish.jersey.helidon.connector.HelidonPropertiesTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.glassfish.jersey.helidon.connector.HelidonPropertiesTest [INFO] Running org.glassfish.jersey.helidon.connector.sse.EventOutputTest Apr 10, 2024 12:16:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44401/ Apr 10, 2024 12:16:38 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:16:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44401] Apr 10, 2024 12:16:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-48] Started. Apr 10, 2024 12:16:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44401] Apr 10, 2024 12:16:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44401/ Apr 10, 2024 12:16:38 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:16:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44401] Apr 10, 2024 12:16:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-49] Started. Apr 10, 2024 12:16:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44401] Apr 10, 2024 12:16:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44401/ Apr 10, 2024 12:16:38 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:16:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44401] Apr 10, 2024 12:16:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-50] Started. Apr 10, 2024 12:16:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44401] Apr 10, 2024 12:16:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44401/ Apr 10, 2024 12:16:38 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:16:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44401] Apr 10, 2024 12:16:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-51] Started. Apr 10, 2024 12:16:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44401] Apr 10, 2024 12:16:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44401/ Apr 10, 2024 12:16:38 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:16:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44401] Apr 10, 2024 12:16:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-52] Started. Apr 10, 2024 12:16:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44401] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.240 s -- in org.glassfish.jersey.helidon.connector.sse.EventOutputTest [INFO] Running org.glassfish.jersey.helidon.connector.sse.SseTest Apr 10, 2024 12:16:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44401/ Apr 10, 2024 12:16:38 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:16:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44401] Apr 10, 2024 12:16:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-53] Started. Apr 10, 2024 12:16:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44401] Apr 10, 2024 12:16:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44401/ Apr 10, 2024 12:16:38 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:16:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44401] Apr 10, 2024 12:16:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-54] Started. INIT Apr 10, 2024 12:16:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44401] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 s -- in org.glassfish.jersey.helidon.connector.sse.SseTest [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/ci-cd-integration_4.0/connectors/helidon-connector/target21/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 39 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_4.0/connectors/helidon-connector/target21/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/ci-cd-integration_4.0/connectors/helidon-connector/target21/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/ci-cd-integration_4.0/connectors/helidon-connector/target21/jersey-helidon-connector-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ jersey-helidon-connector --- [INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.6.3: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/ci-cd-integration_4.0/core-common/target21/apidocs [INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.6.3: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/ci-cd-integration_4.0/inject/hk2/target21/apidocs [INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.6.3: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/ci-cd-integration_4.0/core-client/target21/apidocs [INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.6.3: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/ci-cd-integration_4.0/test-framework/providers/grizzly2/target21/apidocs [INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.6.3: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/ci-cd-integration_4.0/media/sse/target21/apidocs [ERROR] Error fetching link: /home/jenkins/agent/workspace/ci-cd-integration_4.0/core-common/target21/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/ci-cd-integration_4.0/inject/hk2/target21/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/ci-cd-integration_4.0/core-client/target21/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/ci-cd-integration_4.0/test-framework/providers/grizzly2/target21/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/ci-cd-integration_4.0/media/sse/target21/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [WARNING] Javadoc Warnings [WARNING] [parsing started SimpleFileObject[/home/jenkins/agent/workspace/ci-cd-integration_4.0/connectors/helidon-connector/src/main/java/org/glassfish/jersey/helidon/connector/package-info.java]] [WARNING] [parsing completed 12ms] [WARNING] [parsing started SimpleFileObject[/home/jenkins/agent/workspace/ci-cd-integration_4.0/connectors/helidon-connector/target21/generated-sources/rsrc-gen/org/glassfish/jersey/helidon/connector/LocalizationMessages.java]] [WARNING] [parsing completed 6ms] [WARNING] [parsing started SimpleFileObject[/home/jenkins/agent/workspace/ci-cd-integration_4.0/connectors/helidon-connector/src/main/java21/org/glassfish/jersey/helidon/connector/HelidonClientProperties.java]] [WARNING] [parsing completed 1ms] [WARNING] [parsing started SimpleFileObject[/home/jenkins/agent/workspace/ci-cd-integration_4.0/connectors/helidon-connector/src/main/java21/org/glassfish/jersey/helidon/connector/HelidonConnectorProvider.java]] [WARNING] [parsing completed 3ms] [WARNING] [search path for source files: /home/jenkins/agent/workspace/ci-cd-integration_4.0/connectors/helidon-connector/src/main/java,/home/jenkins/agent/workspace/ci-cd-integration_4.0/connectors/helidon-connector/target21/generated-sources/rsrc-gen,/home/jenkins/agent/workspace/ci-cd-integration_4.0/connectors/helidon-connector/src/main/java21,/home/jenkins/agent/workspace/ci-cd-integration_4.0/connectors/helidon-connector/target21/generated-sources/annotations] [WARNING] [search path for class files: /opt/tools/java/openjdk/jdk-21/21.0.2/lib/modules,/home/jenkins/.m2/repository/io/helidon/jersey/helidon-jersey-connector/3.2.6/helidon-jersey-connector-3.2.6.jar,/home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/4.0.2/jakarta.xml.bind-api-4.0.2.jar,/home/jenkins/.m2/repository/jakarta/activation/jakarta.activation-api/2.1.3/jakarta.activation-api-2.1.3.jar,/home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar,/home/jenkins/.m2/repository/io/helidon/webclient/helidon-webclient/3.2.6/helidon-webclient-3.2.6.jar,/home/jenkins/.m2/repository/io/helidon/common/helidon-common-context/3.2.6/helidon-common-context-3.2.6.jar,/home/jenkins/.m2/repository/io/helidon/common/helidon-common/3.2.6/helidon-common-3.2.6.jar,/home/jenkins/.m2/repository/io/helidon/common/helidon-common-service-loader/3.2.6/helidon-common-service-loader-3.2.6.jar,/home/jenkins/.m2/repository/io/helidon/common/helidon-common-http/3.2.6/helidon-common-http-3.2.6.jar,/home/jenkins/.m2/repository/io/helidon/common/helidon-common-key-util/3.2.6/helidon-common-key-util-3.2.6.jar,/home/jenkins/.m2/repository/io/helidon/common/helidon-common-configurable/3.2.6/helidon-common-configurable-3.2.6.jar,/home/jenkins/.m2/repository/io/helidon/common/helidon-common-reactive/3.2.6/helidon-common-reactive-3.2.6.jar,/home/jenkins/.m2/repository/io/helidon/common/helidon-common-mapper/3.2.6/helidon-common-mapper-3.2.6.jar,/home/jenkins/.m2/repository/io/helidon/config/helidon-config/3.2.6/helidon-config-3.2.6.jar,/home/jenkins/.m2/repository/io/helidon/common/helidon-common-media-type/3.2.6/helidon-common-media-type-3.2.6.jar,/home/jenkins/.m2/repository/io/helidon/media/helidon-media-common/3.2.6/helidon-media-common-3.2.6.jar,/home/jenkins/.m2/repository/io/netty/netty-buffer/4.1.100.Final/netty-buffer-4.1.100.Final.jar,/home/jenkins/.m2/repository/io/netty/netty-common/4.1.100.Final/netty-common-4.1.100.Final.jar,/home/jenkins/.m2/repository/io/netty/netty-handler/4.1.100.Final/netty-handler-4.1.100.Final.jar,/home/jenkins/.m2/repository/io/netty/netty-resolver/4.1.100.Final/netty-resolver-4.1.100.Final.jar,/home/jenkins/.m2/repository/io/netty/netty-transport/4.1.100.Final/netty-transport-4.1.100.Final.jar,/home/jenkins/.m2/repository/io/netty/netty-transport-native-unix-common/4.1.100.Final/netty-transport-native-unix-common-4.1.100.Final.jar,/home/jenkins/.m2/repository/io/netty/netty-codec/4.1.100.Final/netty-codec-4.1.100.Final.jar,/home/jenkins/.m2/repository/io/netty/netty-handler-proxy/4.1.100.Final/netty-handler-proxy-4.1.100.Final.jar,/home/jenkins/.m2/repository/io/netty/netty-codec-socks/4.1.100.Final/netty-codec-socks-4.1.100.Final.jar,/home/jenkins/.m2/repository/io/netty/netty-codec-http/4.1.100.Final/netty-codec-http-4.1.100.Final.jar,/home/jenkins/.m2/repository/io/netty/netty-resolver-dns/4.1.100.Final/netty-resolver-dns-4.1.100.Final.jar,/home/jenkins/.m2/repository/io/netty/netty-codec-dns/4.1.100.Final/netty-codec-dns-4.1.100.Final.jar,/home/jenkins/agent/workspace/ci-cd-integration_4.0/core-common/target/jersey-common-4.0.99-SNAPSHOT.jar,/home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/3.0.0-M1/jakarta.annotation-api-3.0.0-M1.jar,/home/jenkins/.m2/repository/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar,/home/jenkins/agent/workspace/ci-cd-integration_4.0/core-client/target/jersey-client-4.0.99-SNAPSHOT.jar,/home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.1.0/jakarta.ws.rs-api-3.1.0.jar] [WARNING] [loading /modules/java.base/java/util/Locale.class] [WARNING] [loading /modules/java.base/java/util/ResourceBundle.class] [WARNING] [loading /home/jenkins/agent/workspace/ci-cd-integration_4.0/core-common/target/jersey-common-4.0.99-SNAPSHOT.jar(/org/glassfish/jersey/internal/l10n/Localizable.class)] [WARNING] [loading /home/jenkins/agent/workspace/ci-cd-integration_4.0/core-common/target/jersey-common-4.0.99-SNAPSHOT.jar(/org/glassfish/jersey/internal/l10n/LocalizableMessageFactory.class)] [WARNING] [loading /home/jenkins/agent/workspace/ci-cd-integration_4.0/core-common/target/jersey-common-4.0.99-SNAPSHOT.jar(/org/glassfish/jersey/internal/l10n/LocalizableMessageFactory$ResourceBundleSupplier.class)] [WARNING] [loading /home/jenkins/agent/workspace/ci-cd-integration_4.0/core-common/target/jersey-common-4.0.99-SNAPSHOT.jar(/org/glassfish/jersey/internal/l10n/Localizer.class)] [WARNING] [loading /modules/java.base/java/lang/Object.class] [WARNING] [loading /modules/java.base/java/lang/String.class] [WARNING] [loading /home/jenkins/.m2/repository/io/helidon/jersey/helidon-jersey-connector/3.2.6/helidon-jersey-connector-3.2.6.jar(/io/helidon/jersey/connector/HelidonProperties.class)] [WARNING] [loading /home/jenkins/agent/workspace/ci-cd-integration_4.0/core-common/target/jersey-common-4.0.99-SNAPSHOT.jar(/org/glassfish/jersey/internal/util/PropertiesClass.class)] [WARNING] [loading /home/jenkins/agent/workspace/ci-cd-integration_4.0/core-common/target/jersey-common-4.0.99-SNAPSHOT.jar(/org/glassfish/jersey/Beta.class)] [WARNING] [loading /home/jenkins/agent/workspace/ci-cd-integration_4.0/core-client/target/jersey-client-4.0.99-SNAPSHOT.jar(/org/glassfish/jersey/client/spi/Connector.class)] [WARNING] [loading /home/jenkins/agent/workspace/ci-cd-integration_4.0/core-common/target/jersey-common-4.0.99-SNAPSHOT.jar(/org/glassfish/jersey/internal/util/JdkVersion.class)] [WARNING] [loading /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.1.0/jakarta.ws.rs-api-3.1.0.jar(/jakarta/ws/rs/ProcessingException.class)] [WARNING] [loading /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.1.0/jakarta.ws.rs-api-3.1.0.jar(/jakarta/ws/rs/client/Client.class)] [WARNING] [loading /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.1.0/jakarta.ws.rs-api-3.1.0.jar(/jakarta/ws/rs/core/Configuration.class)] [WARNING] [loading /modules/java.base/java/io/OutputStream.class] [WARNING] [loading /home/jenkins/.m2/repository/io/helidon/jersey/helidon-jersey-connector/3.2.6/helidon-jersey-connector-3.2.6.jar(/io/helidon/jersey/connector/HelidonConnectorProvider.class)] [WARNING] [loading /home/jenkins/agent/workspace/ci-cd-integration_4.0/core-client/target/jersey-client-4.0.99-SNAPSHOT.jar(/org/glassfish/jersey/client/spi/ConnectorProvider.class)] [WARNING] [loading /modules/java.base/java/lang/Deprecated.class] [WARNING] [loading /modules/java.base/java/lang/annotation/Target.class] [WARNING] [loading /modules/java.base/java/lang/annotation/ElementType.class] [WARNING] [loading /modules/java.base/java/lang/annotation/Retention.class] [WARNING] [loading /modules/java.base/java/lang/annotation/RetentionPolicy.class] [WARNING] [loading /modules/java.base/java/lang/annotation/Annotation.class] [WARNING] [loading /modules/java.base/java/lang/Override.class] [WARNING] [loading /modules/java.base/java/lang/FunctionalInterface.class] [WARNING] [loading /modules/java.base/java/io/Serializable.class] [WARNING] [loading /modules/java.base/java/lang/constant/ConstantDesc.class] [WARNING] [loading /modules/java.base/java/lang/constant/Constable.class] [WARNING] [loading /modules/java.base/java/lang/CharSequence.class] [WARNING] [loading /modules/java.base/java/lang/Comparable.class] [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/connectors/helidon-connector/src/main/java21/org/glassfish/jersey/helidon/connector/HelidonClientProperties.java:29: warning: reference not found: Config [WARNING] * A Helidon {@link Config} instance that is passed to {@link WebClient.Builder#config(Config)} if available [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/connectors/helidon-connector/src/main/java21/org/glassfish/jersey/helidon/connector/HelidonClientProperties.java:29: warning: reference not found: WebClient.Builder#config(Config) [WARNING] * A Helidon {@link Config} instance that is passed to {@link WebClient.Builder#config(Config)} if available [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/connectors/helidon-connector/src/main/java21/org/glassfish/jersey/helidon/connector/HelidonClientProperties.java:29: warning: reference not found: Config [WARNING] * A Helidon {@link Config} instance that is passed to {@link WebClient.Builder#config(Config)} if available [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/connectors/helidon-connector/src/main/java21/org/glassfish/jersey/helidon/connector/HelidonClientProperties.java:29: warning: reference not found: WebClient.Builder#config(Config) [WARNING] * A Helidon {@link Config} instance that is passed to {@link WebClient.Builder#config(Config)} if available [WARNING] ^ [WARNING] [loading /modules/java.base/java/lang/annotation/Documented.class] [WARNING] [loading /home/jenkins/agent/workspace/ci-cd-integration_4.0/core-common/target/jersey-common-4.0.99-SNAPSHOT.jar(/org/glassfish/jersey/process/Inflector.class)] [WARNING] [loading /home/jenkins/agent/workspace/ci-cd-integration_4.0/core-client/target/jersey-client-4.0.99-SNAPSHOT.jar(/org/glassfish/jersey/client/ClientResponse.class)] [WARNING] [loading /home/jenkins/agent/workspace/ci-cd-integration_4.0/core-client/target/jersey-client-4.0.99-SNAPSHOT.jar(/org/glassfish/jersey/client/ClientRequest.class)] [WARNING] [loading /home/jenkins/agent/workspace/ci-cd-integration_4.0/core-client/target/jersey-client-4.0.99-SNAPSHOT.jar(/org/glassfish/jersey/client/ClientProperties.class)] [WARNING] [loading /home/jenkins/agent/workspace/ci-cd-integration_4.0/core-common/target/jersey-common-4.0.99-SNAPSHOT.jar(/org/glassfish/jersey/message/internal/InboundMessageContext.class)] [WARNING] [loading /home/jenkins/agent/workspace/ci-cd-integration_4.0/core-common/target/jersey-common-4.0.99-SNAPSHOT.jar(/org/glassfish/jersey/internal/inject/InjectionManagerSupplier.class)] [WARNING] [loading /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.1.0/jakarta.ws.rs-api-3.1.0.jar(/jakarta/ws/rs/client/ClientResponseContext.class)] [WARNING] [loading /home/jenkins/agent/workspace/ci-cd-integration_4.0/core-common/target/jersey-common-4.0.99-SNAPSHOT.jar(/org/glassfish/jersey/message/internal/MessageHeaderMethods.class)] [WARNING] [loading /home/jenkins/agent/workspace/ci-cd-integration_4.0/core-common/target/jersey-common-4.0.99-SNAPSHOT.jar(/org/glassfish/jersey/message/internal/InboundMessageContext$EntityContent.class)] [WARNING] [loading /modules/java.base/java/io/Closeable.class] [WARNING] [loading /modules/java.base/java/lang/AutoCloseable.class] [WARNING] [loading /home/jenkins/agent/workspace/ci-cd-integration_4.0/core-common/target/jersey-common-4.0.99-SNAPSHOT.jar(/org/glassfish/jersey/internal/util/PropertyAlias.class)] [WARNING] [loading /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.1.0/jakarta.ws.rs-api-3.1.0.jar(/jakarta/ws/rs/core/StreamingOutput.class)] [WARNING] [loading /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.1.0/jakarta.ws.rs-api-3.1.0.jar(/jakarta/ws/rs/WebApplicationException.class)] [WARNING] [loading /modules/java.base/java/io/IOException.class] [WARNING] [loading /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.1.0/jakarta.ws.rs-api-3.1.0.jar(/jakarta/ws/rs/core/Configurable.class)] [WARNING] [loading /modules/java.base/java/lang/Throwable.class] [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/connectors/helidon-connector/src/main/java21/org/glassfish/jersey/helidon/connector/HelidonClientProperties.java:29: warning: reference not found: Config [WARNING] * A Helidon {@link Config} instance that is passed to {@link WebClient.Builder#config(Config)} if available [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/connectors/helidon-connector/src/main/java21/org/glassfish/jersey/helidon/connector/HelidonClientProperties.java:29: warning: reference not found: WebClient.Builder#config(Config) [WARNING] * A Helidon {@link Config} instance that is passed to {@link WebClient.Builder#config(Config)} if available [WARNING] ^ [WARNING] [done in 1789 ms] [WARNING] 6 warnings [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_4.0/connectors/helidon-connector/target21/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/connectors/helidon-connector/target21/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/ci-cd-integration_4.0/connectors/helidon-connector/target21/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/ci-cd-integration_4.0/connectors/helidon-connector/target21/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/ci-cd-integration_4.0/connectors/helidon-connector/target21/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/ci-cd-integration_4.0/connectors/helidon-connector/target21/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 [39/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.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/ci-cd-integration_4.0/connectors/jdk-connector/src/main/resources/org/glassfish/jersey/jdk/connector/internal/localization.properties [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-jdk-connector --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/TransportFilter.java:[319,17] java.security.AccessController in java.security has been deprecated and marked for removal [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/TransportFilter.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/TransportFilter.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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/TransportFilter.java:[319,17] java.security.AccessController in java.security has been deprecated and marked for removal [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/TransportFilter.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/TransportFilter.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 22 source files with javac [debug target 17] to target/test-classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/connectors/jdk-connector/src/test/java/org/glassfish/jersey/jdk/connector/internal/CookieTest.java: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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.5.0:reserve-network-port (reserve-port) @ jersey-jdk-connector --- [INFO] Reserved port 40201 for jersey.config.test.container.port [INFO] Reserved port 39947 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jersey-jdk-connector --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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.AsynchronousBodyInputStreamTest [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 s -- in org.glassfish.jersey.jdk.connector.internal.AsynchronousBodyInputStreamTest [INFO] Running org.glassfish.jersey.jdk.connector.internal.HttpParserTest [WARNING] Tests run: 25, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.141 s -- in org.glassfish.jersey.jdk.connector.internal.HttpParserTest [INFO] Running org.glassfish.jersey.jdk.connector.internal.RedirectTest Apr 10, 2024 12:17:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40201/ Apr 10, 2024 12:17:43 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:17:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40201] Apr 10, 2024 12:17:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:17:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40201] Apr 10, 2024 12:17:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40201/ Apr 10, 2024 12:17:43 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:17:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40201] Apr 10, 2024 12:17:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:17:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40201] Apr 10, 2024 12:17:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40201/ Apr 10, 2024 12:17:44 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:17:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40201] Apr 10, 2024 12:17:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:17:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40201] Apr 10, 2024 12:17:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40201/ Apr 10, 2024 12:17:44 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:17:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40201] Apr 10, 2024 12:17:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:17:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40201] Apr 10, 2024 12:17:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40201/ Apr 10, 2024 12:17:44 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:17:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40201] Apr 10, 2024 12:17:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:17:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40201] Apr 10, 2024 12:17:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40201/ Apr 10, 2024 12:17:44 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:17:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40201] Apr 10, 2024 12:17:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:17:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40201] Apr 10, 2024 12:17:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40201/ Apr 10, 2024 12:17:44 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:17:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40201] Apr 10, 2024 12:17:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:17:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40201] Apr 10, 2024 12:17:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40201/ Apr 10, 2024 12:17:44 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:17:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40201] Apr 10, 2024 12:17:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:17:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40201] Apr 10, 2024 12:17:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40201/ Apr 10, 2024 12:17:44 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:17:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40201] Apr 10, 2024 12:17:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Apr 10, 2024 12:17:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40201] Apr 10, 2024 12:17:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40201/ Apr 10, 2024 12:17:44 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:17:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40201] Apr 10, 2024 12:17:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Apr 10, 2024 12:17:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40201] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.027 s -- in org.glassfish.jersey.jdk.connector.internal.RedirectTest [INFO] Running org.glassfish.jersey.jdk.connector.internal.AsynchronousBodyOutputStreamTest [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 s -- in org.glassfish.jersey.jdk.connector.internal.AsynchronousBodyOutputStreamTest [INFO] Running org.glassfish.jersey.jdk.connector.internal.ConnectionPoolTest Apr 10, 2024 12:17:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40201/ Apr 10, 2024 12:17:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:17:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40201] Apr 10, 2024 12:17:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. #Received: message 1 #Received: message 2 Apr 10, 2024 12:17:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40201] Apr 10, 2024 12:17:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40201/ Apr 10, 2024 12:17:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:17:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40201] Apr 10, 2024 12:17:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. #Received: 1 #Received: 1 Apr 10, 2024 12:17:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40201] Apr 10, 2024 12:17:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40201/ Apr 10, 2024 12:17:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:17:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40201] Apr 10, 2024 12:17:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. #Received: 1 #Received: 2 Apr 10, 2024 12:17:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40201] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.330 s -- in org.glassfish.jersey.jdk.connector.internal.ConnectionPoolTest [INFO] Running org.glassfish.jersey.jdk.connector.internal.CookieTest Apr 10, 2024 12:17:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40201/ Apr 10, 2024 12:17:48 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:17:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40201] Apr 10, 2024 12:17:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:17:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40201] Apr 10, 2024 12:17:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40201/ Apr 10, 2024 12:17:49 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:17:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40201] Apr 10, 2024 12:17:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:17:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40201] Apr 10, 2024 12:17:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40201/ Apr 10, 2024 12:17:49 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:17:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40201] Apr 10, 2024 12:17:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:17:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40201] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.387 s -- in org.glassfish.jersey.jdk.connector.internal.CookieTest [INFO] Running org.glassfish.jersey.jdk.connector.internal.ModifyHeaderInBodyWriterTest Apr 10, 2024 12:17:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40201/ Apr 10, 2024 12:17:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:17:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40201] Apr 10, 2024 12:17:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:17:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40201] Apr 10, 2024 12:17:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40201/ Apr 10, 2024 12:17:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:17:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40201] Apr 10, 2024 12:17:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:17:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40201] Apr 10, 2024 12:17:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40201/ Apr 10, 2024 12:17:52 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:17:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40201] Apr 10, 2024 12:17:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:17:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40201] Apr 10, 2024 12:17:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40201/ Apr 10, 2024 12:17:52 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:17:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40201] Apr 10, 2024 12:17:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:17:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40201] Apr 10, 2024 12:17:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40201/ Apr 10, 2024 12:17:52 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:17:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40201] Apr 10, 2024 12:17:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:17:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40201] Apr 10, 2024 12:17:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40201/ Apr 10, 2024 12:17:52 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:17:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40201] Apr 10, 2024 12:17:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:17:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40201] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.669 s -- in org.glassfish.jersey.jdk.connector.internal.ModifyHeaderInBodyWriterTest [INFO] Running org.glassfish.jersey.jdk.connector.internal.SslFilterTLS13UrlStoresTest === SSLHandshakeException (certificate_unknown) on the server expected === [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.617 s -- in org.glassfish.jersey.jdk.connector.internal.SslFilterTLS13UrlStoresTest [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: 3.244 s -- in org.glassfish.jersey.jdk.connector.internal.SslFilterTLS12Test [INFO] Running org.glassfish.jersey.jdk.connector.internal.ChunkedBodyOutputStreamTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s -- in org.glassfish.jersey.jdk.connector.internal.ChunkedBodyOutputStreamTest [INFO] Running org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest Apr 10, 2024 12:18:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40201/ Apr 10, 2024 12:18:02 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:18:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40201] Apr 10, 2024 12:18:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@61d94c68] state change: CREATED -> CONNECTING Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@61d94c68] state change: CONNECTING -> CONNECT_TIMEOUT Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@61d94c68] state change: CONNECT_TIMEOUT -> CLOSED Apr 10, 2024 12:18:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40201] Apr 10, 2024 12:18:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40201/ Apr 10, 2024 12:18:03 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:18:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40201] Apr 10, 2024 12:18:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@26b00193] state change: CREATED -> CONNECTING Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@26b00193] state change: CONNECTING -> IDLE Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@26b00193] state change: IDLE -> SENDING_REQUEST Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@26b00193] state change: SENDING_REQUEST -> RECEIVING_HEADER Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@26b00193] state change: RECEIVING_HEADER -> RECEIVING_BODY Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@26b00193] state change: RECEIVING_BODY -> RECEIVED Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@26b00193] state change: RECEIVED -> IDLE Apr 10, 2024 12:18:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40201] Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@26b00193] state change: IDLE -> CLOSED_BY_SERVER Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@26b00193] state change: CLOSED_BY_SERVER -> CLOSED Apr 10, 2024 12:18:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40201/ Apr 10, 2024 12:18:03 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:18:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40201] Apr 10, 2024 12:18:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@8db4c4b] state change: CREATED -> CONNECTING Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@8db4c4b] state change: CONNECTING -> IDLE Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@8db4c4b] state change: IDLE -> SENDING_REQUEST Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@8db4c4b] state change: SENDING_REQUEST -> ERROR Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@8db4c4b] state change: ERROR -> CLOSED Apr 10, 2024 12:18:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40201] Apr 10, 2024 12:18:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40201/ Apr 10, 2024 12:18:03 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:18:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40201] Apr 10, 2024 12:18:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@cddd80a] state change: CREATED -> CONNECTING Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@cddd80a] state change: CONNECTING -> IDLE Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@cddd80a] state change: IDLE -> SENDING_REQUEST Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@cddd80a] state change: SENDING_REQUEST -> RECEIVING_HEADER Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@cddd80a] state change: RECEIVING_HEADER -> RESPONSE_TIMEOUT Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@cddd80a] state change: RESPONSE_TIMEOUT -> CLOSED Apr 10, 2024 12:18:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40201] Apr 10, 2024 12:18:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40201/ Apr 10, 2024 12:18:03 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:18:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40201] Apr 10, 2024 12:18:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@32c775a5] state change: CREATED -> CONNECTING Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@32c775a5] state change: CONNECTING -> IDLE Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@32c775a5] state change: IDLE -> SENDING_REQUEST Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@32c775a5] state change: SENDING_REQUEST -> RECEIVING_HEADER Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@32c775a5] state change: RECEIVING_HEADER -> RECEIVING_BODY Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@32c775a5] state change: RECEIVING_BODY -> RECEIVED Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@32c775a5] state change: RECEIVED -> IDLE Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@32c775a5] state change: IDLE -> IDLE_TIMEOUT Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@32c775a5] state change: IDLE_TIMEOUT -> CLOSED Apr 10, 2024 12:18:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40201] Apr 10, 2024 12:18:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40201/ Apr 10, 2024 12:18:04 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:18:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40201] Apr 10, 2024 12:18:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@56f6dc3c] state change: CREATED -> CONNECTING Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@56f6dc3c] state change: CONNECTING -> IDLE Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@56f6dc3c] state change: IDLE -> SENDING_REQUEST Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@56f6dc3c] state change: SENDING_REQUEST -> RECEIVING_HEADER Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@56f6dc3c] state change: RECEIVING_HEADER -> RECEIVING_BODY Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@56f6dc3c] state change: RECEIVING_BODY -> RECEIVED Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@56f6dc3c] state change: RECEIVED -> IDLE Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@56f6dc3c] state change: IDLE -> SENDING_REQUEST Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@56f6dc3c] state change: SENDING_REQUEST -> RECEIVING_HEADER Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@56f6dc3c] state change: RECEIVING_HEADER -> RECEIVING_BODY Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@56f6dc3c] state change: RECEIVING_BODY -> RECEIVED Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@56f6dc3c] state change: RECEIVED -> IDLE Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@56f6dc3cApr 10, 2024 12:18:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40201] ] state change: IDLE -> CLOSED_BY_SERVER Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@56f6dc3c] state change: CLOSED_BY_SERVER -> CLOSED Apr 10, 2024 12:18:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40201/ Apr 10, 2024 12:18:04 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:18:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40201] Apr 10, 2024 12:18:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@64c232ec] state change: CREATED -> CONNECTING Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@64c232ec] state change: CONNECTING -> IDLE Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@64c232ec] state change: IDLE -> SENDING_REQUEST Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@64c232ec] state change: SENDING_REQUEST -> RECEIVING_HEADER Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@64c232ec] state change: RECEIVING_HEADER -> ERROR Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@64c232ec] state change: ERROR -> CLOSED Apr 10, 2024 12:18:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40201] Apr 10, 2024 12:18:04 PM 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: ServiceLocatorImpl(__HK2_Generated_6,6,5905356) 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$9.run(ServiceLocatorImpl.java:1362) at org.jvnet.hk2.internal.ServiceLocatorImpl$9.run(ServiceLocatorImpl.java:1358) at java.base/java.security.AccessController.doPrivileged(AccessController.java:319) at org.jvnet.hk2.internal.ServiceLocatorImpl.protectedGetAllServiceHandles(ServiceLocatorImpl.java:1358) at org.jvnet.hk2.internal.ServiceLocatorImpl._resolveContext(ServiceLocatorImpl.java:2215) 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:2236) 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:161) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$4(ApplicationHandler.java:431) 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:255) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(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.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=6 identityHashCode=1593478139 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:161) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$4(ApplicationHandler.java:431) 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:255) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(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: 2.231 s -- in org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest Apr 10, 2024 12:18:04 PM 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:255) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(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.SslFilterTLS13Test === SSLHandshakeException (certificate_unknown) on the server expected === javax.net.ssl.SSLHandshakeException: Received fatal alert: certificate_unknown at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:130) at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:117) at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:365) at java.base/sun.security.ssl.Alert$AlertConsumer.consume(Alert.java:287) at java.base/sun.security.ssl.TransportContext.dispatch(TransportContext.java:204) at java.base/sun.security.ssl.SSLTransport.decode(SSLTransport.java:172) at java.base/sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1506) at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1421) at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:455) at java.base/sun.security.ssl.SSLSocketImpl.ensureNegotiated(SSLSocketImpl.java:922) at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:1013) at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:973) at org.glassfish.jersey.jdk.connector.internal.SslFilterTest$SslEchoServer$1.run(SslFilterTest.java:520) 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: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.336 s -- in org.glassfish.jersey.jdk.connector.internal.SslFilterTLS13Test [INFO] Running org.glassfish.jersey.jdk.connector.internal.EntityWriteTest Apr 10, 2024 12:18:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40201/ Apr 10, 2024 12:18:10 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:18:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40201] Apr 10, 2024 12:18:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:18:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40201] Apr 10, 2024 12:18:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40201/ Apr 10, 2024 12:18:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:18:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40201] Apr 10, 2024 12:18:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:18:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40201] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.416 s -- in org.glassfish.jersey.jdk.connector.internal.EntityWriteTest [INFO] Running org.glassfish.jersey.jdk.connector.internal.ProxyTest Apr 10, 2024 12:18:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40201/ Apr 10, 2024 12:18:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:18:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40201] Apr 10, 2024 12:18:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:18:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8321] Apr 10, 2024 12:18:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:18:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40201] Apr 10, 2024 12:18:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40201/ Apr 10, 2024 12:18:13 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:18:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40201] Apr 10, 2024 12:18:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:18:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8321] Apr 10, 2024 12:18:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:18:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40201] Apr 10, 2024 12:18:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40201/ Apr 10, 2024 12:18:13 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:18:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40201] Apr 10, 2024 12:18:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:18:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8321] Apr 10, 2024 12:18:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:18:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40201] Apr 10, 2024 12:18:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40201/ Apr 10, 2024 12:18:13 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:18:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40201] Apr 10, 2024 12:18:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:18:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8321] Apr 10, 2024 12:18:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:18:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40201] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.757 s -- in org.glassfish.jersey.jdk.connector.internal.ProxyTest [INFO] Running org.glassfish.jersey.jdk.connector.internal.MultiValueHeaderTest Apr 10, 2024 12:18:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40201/ Apr 10, 2024 12:18:15 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:18:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40201] Apr 10, 2024 12:18:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:18:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40201] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.214 s -- in org.glassfish.jersey.jdk.connector.internal.MultiValueHeaderTest [INFO] Running org.glassfish.jersey.jdk.connector.internal.PublicSitesTest [WARNING] Tests run: 8, Failures: 0, Errors: 0, Skipped: 8, Time elapsed: 0.004 s -- in org.glassfish.jersey.jdk.connector.internal.PublicSitesTest [INFO] Running org.glassfish.jersey.jdk.connector.HttpMethodTest Apr 10, 2024 12:18:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40201/ Apr 10, 2024 12:18:17 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:18:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40201] Apr 10, 2024 12:18:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:18:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40201] Apr 10, 2024 12:18:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40201/ Apr 10, 2024 12:18:18 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:18:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40201] Apr 10, 2024 12:18:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:18:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40201] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.346 s -- in org.glassfish.jersey.jdk.connector.HttpMethodTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 128, 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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/connectors/jdk-connector/target/jersey-jdk-connector-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [40/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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.5.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 35783 for jersey.config.test.container.port [INFO] Reserved port 40801 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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [41/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.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/ci-cd-integration_4.0/ext/entity-filtering/src/main/resources/org/glassfish/jersey/message/filtering/internal/localization.properties [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-entity-filtering --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/ext/entity-filtering/src/main/java/org/glassfish/jersey/message/filtering/EntityInspectorImpl.java:[134,32] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/ext/entity-filtering/src/main/java/org/glassfish/jersey/message/filtering/spi/FilteringHelper.java:[134,36] java.security.AccessController in java.security has been deprecated and marked for removal [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/ext/entity-filtering/src/main/java/org/glassfish/jersey/message/filtering/EntityFilteringHelper.java: /home/jenkins/agent/workspace/ci-cd-integration_4.0/ext/entity-filtering/src/main/java/org/glassfish/jersey/message/filtering/EntityFilteringHelper.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/ext/entity-filtering/src/main/java/org/glassfish/jersey/message/filtering/EntityInspectorImpl.java:[134,32] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/ext/entity-filtering/src/main/java/org/glassfish/jersey/message/filtering/spi/FilteringHelper.java:[134,36] java.security.AccessController in java.security has been deprecated and marked for removal [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/ext/entity-filtering/src/main/java/org/glassfish/jersey/message/filtering/EntityFilteringHelper.java: /home/jenkins/agent/workspace/ci-cd-integration_4.0/ext/entity-filtering/src/main/java/org/glassfish/jersey/message/filtering/EntityFilteringHelper.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-entity-filtering --- [INFO] Reserved port 34763 for jersey.config.test.container.port [INFO] Reserved port 39765 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jersey-entity-filtering --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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.108 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.006 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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/ext/entity-filtering/target/jersey-entity-filtering-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [42/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.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/ci-cd-integration_4.0/media/json-jackson/src/main/resources/org/glassfish/jersey/jackson/localization.properties [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-media-json-jackson --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/JacksonMapperConfigurator.java:[86,33] java.security.AccessController in java.security has been deprecated and marked for removal [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/JacksonObjectProvider.java: /home/jenkins/agent/workspace/ci-cd-integration_4.0/media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/JacksonObjectProvider.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/JacksonMapperConfigurator.java:[86,33] java.security.AccessController in java.security has been deprecated and marked for removal [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/JacksonObjectProvider.java: /home/jenkins/agent/workspace/ci-cd-integration_4.0/media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/JacksonObjectProvider.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-media-json-jackson --- [INFO] Reserved port 36989 for jersey.config.test.container.port [INFO] Reserved port 44453 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jersey-media-json-jackson --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 Apr 10, 2024 12:18:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36989/ Apr 10, 2024 12:18:28 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:18:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36989] Apr 10, 2024 12:18:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:18:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36989] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.328 s -- in org.glassfish.jersey.jackson.internal.DefaultJacksonJaxbJsonProviderTest [INFO] Running org.glassfish.jersey.jackson.internal.DefaultJsonJacksonProviderForDisabledModulesTest Apr 10, 2024 12:18:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36989/ Apr 10, 2024 12:18:29 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:18:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36989] Apr 10, 2024 12:18:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:18:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36989] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.159 s -- in org.glassfish.jersey.jackson.internal.DefaultJsonJacksonProviderForDisabledModulesTest [INFO] Running org.glassfish.jersey.jackson.internal.StreamReadConstrainsTest Apr 10, 2024 12:18:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36989/ Apr 10, 2024 12:18:29 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:18:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36989] Apr 10, 2024 12:18:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:18:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36989] Apr 10, 2024 12:18:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36989/ Apr 10, 2024 12:18:29 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:18:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36989] Apr 10, 2024 12:18:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:18:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36989] Apr 10, 2024 12:18:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36989/ Apr 10, 2024 12:18:29 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:18:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36989] Apr 10, 2024 12:18:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:18:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36989] Apr 10, 2024 12:18:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36989/ Apr 10, 2024 12:18:29 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:18:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36989] Apr 10, 2024 12:18:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:18:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36989] Apr 10, 2024 12:18:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36989/ Apr 10, 2024 12:18:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:18:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36989] Apr 10, 2024 12:18:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:18:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36989] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.570 s -- in org.glassfish.jersey.jackson.internal.StreamReadConstrainsTest [INFO] Running org.glassfish.jersey.jackson.internal.DefaultJsonJacksonProviderForEnabledModulesTest Apr 10, 2024 12:18:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36989/ Apr 10, 2024 12:18:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:18:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36989] Apr 10, 2024 12:18:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:18:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36989] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 s -- in org.glassfish.jersey.jackson.internal.DefaultJsonJacksonProviderForEnabledModulesTest [INFO] Running org.glassfish.jersey.jackson.internal.DefaultJsonJacksonProviderForBothModulesTest Apr 10, 2024 12:18:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36989/ Apr 10, 2024 12:18:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:18:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36989] Apr 10, 2024 12:18:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Apr 10, 2024 12:18:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36989] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 s -- in org.glassfish.jersey.jackson.internal.DefaultJsonJacksonProviderForBothModulesTest [INFO] Running org.glassfish.jersey.jackson.internal.JacksonJaxb2JsonProviderTest Apr 10, 2024 12:18:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36989/ Apr 10, 2024 12:18:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:18:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36989] Apr 10, 2024 12:18:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Apr 10, 2024 12:18:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36989] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s -- in org.glassfish.jersey.jackson.internal.JacksonJaxb2JsonProviderTest [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/ci-cd-integration_4.0/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 14 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/media/json-jackson/target/jersey-media-json-jackson-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [43/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.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/ci-cd-integration_4.0/connectors/jetty-connector/src/main/resources/org/glassfish/jersey/jetty/connector/localization.properties [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-jetty-connector --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/connectors/jetty-connector/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-jetty-connector --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-jetty-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-jetty-connector --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-jetty-connector --- [INFO] Copying 1 resource from src/main/resources to target/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 target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/connectors/jetty-connector/src/main/java/org/glassfish/jersey/jetty/connector/JettyConnector.java: /home/jenkins/agent/workspace/ci-cd-integration_4.0/connectors/jetty-connector/src/main/java/org/glassfish/jersey/jetty/connector/JettyConnector.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/connectors/jetty-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-jetty-connector --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/connectors/jetty-connector/src/main/java/org/glassfish/jersey/jetty/connector/JettyConnector.java: /home/jenkins/agent/workspace/ci-cd-integration_4.0/connectors/jetty-connector/src/main/java/org/glassfish/jersey/jetty/connector/JettyConnector.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/connectors/jetty-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-jetty-connector --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 target/test-classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/connectors/jetty-connector/src/test/java/org/glassfish/jersey/jetty/connector/CookieTest.java: /home/jenkins/agent/workspace/ci-cd-integration_4.0/connectors/jetty-connector/src/test/java/org/glassfish/jersey/jetty/connector/CookieTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/connectors/jetty-connector/src/test/java/org/glassfish/jersey/jetty/connector/CookieTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-jetty-connector --- [INFO] Reserved port 34917 for jersey.config.test.container.port [INFO] Reserved port 41661 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jersey-jetty-connector --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/connectors/jetty-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.AsyncTest Apr 10, 2024 12:18:34 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:34917/ SLF4J(W): No SLF4J providers were found. SLF4J(W): Defaulting to no-operation (NOP) logger implementation SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details. Apr 10, 2024 12:18:35 PM org.glassfish.jersey.jetty.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 1 on thread jetty-http-server-7 Apr 10, 2024 12:18:35 PM org.glassfish.jersey.jetty.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 2 on thread jetty-http-server-2 Apr 10, 2024 12:18:35 PM org.glassfish.jersey.jetty.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 3 on thread jetty-http-server-6 Apr 10, 2024 12:18:36 PM org.glassfish.jersey.jetty.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-1 Apr 10, 2024 12:18:36 PM org.glassfish.jersey.jetty.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-2 Apr 10, 2024 12:18:36 PM org.glassfish.jersey.jetty.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-3 Apr 10, 2024 12:18:37 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:34917/ Apr 10, 2024 12:18:37 PM 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: 3.885 s -- in org.glassfish.jersey.jetty.connector.AsyncTest [INFO] Running org.glassfish.jersey.jetty.connector.CookieTest Apr 10, 2024 12:18:38 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:34917/ Apr 10, 2024 12:18:38 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:34917/ Apr 10, 2024 12:18:38 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:34917/ [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.400 s -- in org.glassfish.jersey.jetty.connector.CookieTest [INFO] Running org.glassfish.jersey.jetty.connector.NoEntityTest Apr 10, 2024 12:18:38 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:34917/ Apr 10, 2024 12:18:38 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:34917/ Apr 10, 2024 12:18:38 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:34917/ Apr 10, 2024 12:18:38 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:34917/ [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.487 s -- in org.glassfish.jersey.jetty.connector.NoEntityTest [INFO] Running org.glassfish.jersey.jetty.connector.GZIPContentEncodingTest Apr 10, 2024 12:18:39 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:34917/ Apr 10, 2024 12:18:39 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:34917/ [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.309 s -- in org.glassfish.jersey.jetty.connector.GZIPContentEncodingTest [INFO] Running org.glassfish.jersey.jetty.connector.HelloWorldTest Apr 10, 2024 12:18:39 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:34917/ Apr 10, 2024 12:18:39 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:34917/ Apr 10, 2024 12:18:39 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:34917/ Apr 10, 2024 12:18:39 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:34917/ CustomLoggingFilter.preFilter called CustomLoggingFilter.postFilter called Apr 10, 2024 12:18:39 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:34917/ CustomLoggingFilter.preFilter called CustomLoggingFilter.postFilter called Apr 10, 2024 12:18:39 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:34917/ Apr 10, 2024 12:18:39 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:34917/ CustomLoggingFilter.preFilter called CustomLoggingFilter.postFilter called Apr 10, 2024 12:18:40 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:34917/ Apr 10, 2024 12:18:40 PM org.glassfish.jersey.jetty.connector.HelloWorldTest testAsyncClientRequests INFO: Executed in: 52 Apr 10, 2024 12:18:40 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:34917/ CustomLoggingFilter.preFilter called CustomLoggingFilter.postFilter called Apr 10, 2024 12:18:40 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:34917/ CustomLoggingFilter.preFilter called CustomLoggingFilter.postFilter called Apr 10, 2024 12:18:40 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:34917/ Apr 10, 2024 12:18:40 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:34917/ [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.115 s -- in org.glassfish.jersey.jetty.connector.HelloWorldTest [INFO] Running org.glassfish.jersey.jetty.connector.EntityTest Apr 10, 2024 12:18:40 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:34917/ Apr 10, 2024 12:18:40 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:34917/ Apr 10, 2024 12:18:40 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:34917/ Apr 10, 2024 12:18:40 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:34917/ [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.497 s -- in org.glassfish.jersey.jetty.connector.EntityTest [INFO] Running org.glassfish.jersey.jetty.connector.MethodTest Apr 10, 2024 12:18:40 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:34917/ Apr 10, 2024 12:18:41 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:34917/ Apr 10, 2024 12:18:41 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:34917/ Apr 10, 2024 12:18:41 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:34917/ Apr 10, 2024 12:18:41 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:34917/ Apr 10, 2024 12:18:41 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:34917/ Apr 10, 2024 12:18:41 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:34917/ Apr 10, 2024 12:18:41 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:34917/ Apr 10, 2024 12:18:41 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:34917/ Apr 10, 2024 12:18:41 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:34917/ [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.659 s -- in org.glassfish.jersey.jetty.connector.MethodTest [INFO] Running org.glassfish.jersey.jetty.connector.FollowRedirectsTest Apr 10, 2024 12:18:41 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:34917/ Apr 10, 2024 12:18:41 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:34917/ Apr 10, 2024 12:18:41 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:34917/ Apr 10, 2024 12:18:41 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:34917/ [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.253 s -- in org.glassfish.jersey.jetty.connector.FollowRedirectsTest [INFO] Running org.glassfish.jersey.jetty.connector.SyncResponseSizeTest Apr 10, 2024 12:18:41 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:34917/ Apr 10, 2024 12:18:42 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:34917/ Apr 10, 2024 12:18:42 PM org.glassfish.jersey.jetty.connector.AsyncTest$AsyncResource$3 veryExpensiveOperation INFO: Async long-running get with timeout finished on thread Thread-17 Apr 10, 2024 12:18:42 PM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: An I/O error has occurred while writing a response message entity to the container output stream. org.glassfish.jersey.server.internal.process.MappableException: org.eclipse.jetty.io.EofException at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:67) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.logging.LoggingInterceptor.aroundWriteTo(LoggingInterceptor.java:244) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1118) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:678) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:377) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:266) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.jetty.JettyHttpContainer.handle(JettyHttpContainer.java:166) at org.eclipse.jetty.server.Server.handle(Server.java:179) at org.eclipse.jetty.server.internal.HttpChannelState$HandlerInvoker.run(HttpChannelState.java:619) at org.eclipse.jetty.server.internal.HttpConnection.onFillable(HttpConnection.java:411) 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:839) 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:1419) at org.eclipse.jetty.server.internal.HttpChannelState$ChannelResponse.write(HttpChannelState.java:1246) 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 Apr 10, 2024 12:18:42 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:34917/ Apr 10, 2024 12:18:42 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:34917/ [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.568 s -- in org.glassfish.jersey.jetty.connector.SyncResponseSizeTest [INFO] Running org.glassfish.jersey.jetty.connector.TimeoutTest Apr 10, 2024 12:18:42 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:34917/ Apr 10, 2024 12:18:42 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:34917/ Apr 10, 2024 12:18:44 PM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: An I/O error has occurred while writing a response message entity to the container output stream. org.glassfish.jersey.server.internal.process.MappableException: org.eclipse.jetty.io.EofException at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:67) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.logging.LoggingInterceptor.aroundWriteTo(LoggingInterceptor.java:244) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1118) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:678) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:377) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:266) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.jetty.JettyHttpContainer.handle(JettyHttpContainer.java:166) at org.eclipse.jetty.server.Server.handle(Server.java:179) at org.eclipse.jetty.server.internal.HttpChannelState$HandlerInvoker.run(HttpChannelState.java:619) at org.eclipse.jetty.server.internal.HttpConnection.onFillable(HttpConnection.java:411) 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:739) at org.eclipse.jetty.server.internal.HttpConnection$HttpStreamOverHTTP1.send(HttpConnection.java:1418) at org.eclipse.jetty.server.internal.HttpChannelState$ChannelResponse.write(HttpChannelState.java:1246) 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 Apr 10, 2024 12:18:44 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:34917/ Apr 10, 2024 12:18:44 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:34917/ Apr 10, 2024 12:18:46 PM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: An I/O error has occurred while writing a response message entity to the container output stream. org.glassfish.jersey.server.internal.process.MappableException: org.eclipse.jetty.io.EofException at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:67) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.logging.LoggingInterceptor.aroundWriteTo(LoggingInterceptor.java:244) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1118) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:678) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:377) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:266) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.jetty.JettyHttpContainer.handle(JettyHttpContainer.java:166) at org.eclipse.jetty.server.Server.handle(Server.java:179) at org.eclipse.jetty.server.internal.HttpChannelState$HandlerInvoker.run(HttpChannelState.java:619) at org.eclipse.jetty.server.internal.HttpConnection.onFillable(HttpConnection.java:411) 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:739) at org.eclipse.jetty.server.internal.HttpConnection$HttpStreamOverHTTP1.send(HttpConnection.java:1418) at org.eclipse.jetty.server.internal.HttpChannelState$ChannelResponse.write(HttpChannelState.java:1246) 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 Apr 10, 2024 12:18:46 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:34917/ Apr 10, 2024 12:18:47 PM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: An I/O error has occurred while writing a response message entity to the container output stream. org.glassfish.jersey.server.internal.process.MappableException: org.eclipse.jetty.io.EofException at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:67) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.logging.LoggingInterceptor.aroundWriteTo(LoggingInterceptor.java:244) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1118) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:678) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:377) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:266) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.jetty.JettyHttpContainer.handle(JettyHttpContainer.java:166) at org.eclipse.jetty.server.Server.handle(Server.java:179) at org.eclipse.jetty.server.internal.HttpChannelState$HandlerInvoker.run(HttpChannelState.java:619) at org.eclipse.jetty.server.internal.HttpConnection.onFillable(HttpConnection.java:411) 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:739) at org.eclipse.jetty.server.internal.HttpConnection$HttpStreamOverHTTP1.send(HttpConnection.java:1418) at org.eclipse.jetty.server.internal.HttpChannelState$ChannelResponse.write(HttpChannelState.java:1246) 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 Apr 10, 2024 12:18:47 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:34917/ Apr 10, 2024 12:18:47 PM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: An I/O error has occurred while writing a response message entity to the container output stream. org.glassfish.jersey.server.internal.process.MappableException: org.eclipse.jetty.io.EofException at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:67) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.logging.LoggingInterceptor.aroundWriteTo(LoggingInterceptor.java:244) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1118) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:678) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:377) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:266) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.jetty.JettyHttpContainer.handle(JettyHttpContainer.java:166) at org.eclipse.jetty.server.Server.handle(Server.java:179) at org.eclipse.jetty.server.internal.HttpChannelState$HandlerInvoker.run(HttpChannelState.java:619) at org.eclipse.jetty.server.internal.HttpConnection.onFillable(HttpConnection.java:411) 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:739) at org.eclipse.jetty.server.internal.HttpConnection$HttpStreamOverHTTP1.send(HttpConnection.java:1418) at org.eclipse.jetty.server.internal.HttpChannelState$ChannelResponse.write(HttpChannelState.java:1246) 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.815 s -- in org.glassfish.jersey.jetty.connector.TimeoutTest [INFO] Running org.glassfish.jersey.jetty.connector.HttpHeadersTest Apr 10, 2024 12:18:47 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:34917/ Apr 10, 2024 12:18:47 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:34917/ [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 s -- in org.glassfish.jersey.jetty.connector.HttpHeadersTest [INFO] Running org.glassfish.jersey.jetty.connector.TraceSupportTest Apr 10, 2024 12:18:47 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:34917/ Apr 10, 2024 12:18:47 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:34917/ Apr 10, 2024 12:18:47 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:34917/ Apr 10, 2024 12:18:47 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:34917/ Apr 10, 2024 12:18:47 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:34917/ Apr 10, 2024 12:18:47 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:34917/ [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.400 s -- in org.glassfish.jersey.jetty.connector.TraceSupportTest [INFO] Running org.glassfish.jersey.jetty.connector.UnderlyingHttpClientAccessTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s -- in org.glassfish.jersey.jetty.connector.UnderlyingHttpClientAccessTest [INFO] Running org.glassfish.jersey.jetty.connector.AuthTest Apr 10, 2024 12:18:47 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:34917/ Apr 10, 2024 12:18:47 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:34917/ Apr 10, 2024 12:18:47 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:34917/ [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.161 s -- in org.glassfish.jersey.jetty.connector.AuthTest [INFO] Running org.glassfish.jersey.jetty.connector.ManagedClientTest Apr 10, 2024 12:18:47 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:34917/ Apr 10, 2024 12:18:48 PM 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. Apr 10, 2024 12:18:48 PM 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: 0.133 s -- in org.glassfish.jersey.jetty.connector.ManagedClientTest [INFO] Running org.glassfish.jersey.jetty.connector.AuthFilterTest Apr 10, 2024 12:18:48 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:34917/ Apr 10, 2024 12:18:48 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:34917/ Apr 10, 2024 12:18:48 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:34917/ [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.197 s -- in org.glassfish.jersey.jetty.connector.AuthFilterTest [INFO] Running org.glassfish.jersey.jetty.connector.ErrorTest Apr 10, 2024 12:18:48 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:34917/ Apr 10, 2024 12:18:48 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:34917/ Apr 10, 2024 12:18:48 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:34917/ Apr 10, 2024 12:18:49 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:34917/ [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.041 s -- in org.glassfish.jersey.jetty.connector.ErrorTest [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/ci-cd-integration_4.0/connectors/jetty-connector/target/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/ci-cd-integration_4.0/connectors/jetty-connector/target/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/ci-cd-integration_4.0/connectors/jetty-connector/target/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/ci-cd-integration_4.0/connectors/jetty-connector/target/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/ci-cd-integration_4.0/connectors/jetty-connector/target/jersey-jetty-connector-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_4.0/connectors/jetty-connector/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-jetty-connector --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/connectors/jetty-connector/target/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/ci-cd-integration_4.0/connectors/jetty-connector/target/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/ci-cd-integration_4.0/connectors/jetty-connector/target/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/ci-cd-integration_4.0/connectors/jetty-connector/target/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 [44/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.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/ci-cd-integration_4.0/containers/jetty-http2/src/main/resources/org/glassfish/jersey/jetty/http2/localization.properties [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-container-jetty-http2 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/containers/jetty-http2/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-container-jetty-http2 --- [INFO] Copying 2 resources from ../.. to target/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 target/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 target/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 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-jetty-http2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-container-jetty-http2 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 target/test-classes [WARNING] system modules path not set in conjunction with -source 17 [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/containers/jetty-http2/src/test/java/org/glassfish/jersey/jetty/http2/AbstractJettyServerTester.java:[54,30] java.security.AccessController in java.security has been deprecated and marked for removal [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/containers/jetty-http2/src/test/java/org/glassfish/jersey/jetty/http2/ExceptionTest.java: /home/jenkins/agent/workspace/ci-cd-integration_4.0/containers/jetty-http2/src/test/java/org/glassfish/jersey/jetty/http2/ExceptionTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/containers/jetty-http2/src/test/java/org/glassfish/jersey/jetty/http2/ExceptionTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-container-jetty-http2 --- [INFO] Reserved port 46035 for jersey.config.test.container.port [INFO] Reserved port 40113 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jersey-container-jetty-http2 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/containers/jetty-http2/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.http2.OptionsTest SLF4J(W): No SLF4J providers were found. SLF4J(W): Defaulting to no-operation (NOP) logger implementation SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details. Apr 10, 2024 12:18:52 PM 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. Apr 10, 2024 12:18:52 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Apr 10, 2024 12:18:53 PM org.glassfish.jersey.jetty.http2.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://10.40.66.172:46035/ Apr 10, 2024 12:18:53 PM org.glassfish.jersey.jetty.http2.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.043 s -- in org.glassfish.jersey.jetty.http2.OptionsTest [INFO] Running org.glassfish.jersey.jetty.http2.AsyncTest Apr 10, 2024 12:18:53 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Apr 10, 2024 12:18:53 PM org.glassfish.jersey.jetty.http2.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://10.40.66.172:46035/ Apr 10, 2024 12:18:53 PM org.glassfish.jersey.jetty.http2.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. Apr 10, 2024 12:18:53 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Apr 10, 2024 12:18:53 PM org.glassfish.jersey.jetty.http2.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://10.40.66.172:46035/ Apr 10, 2024 12:18:58 PM org.glassfish.jersey.jetty.http2.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. Apr 10, 2024 12:18:58 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Apr 10, 2024 12:18:58 PM org.glassfish.jersey.jetty.http2.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://10.40.66.172:46035/ Apr 10, 2024 12:19:01 PM 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.337 s -- in org.glassfish.jersey.jetty.http2.AsyncTest [INFO] Running org.glassfish.jersey.jetty.http2.ExceptionTest Apr 10, 2024 12:19:01 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Apr 10, 2024 12:19:01 PM org.glassfish.jersey.jetty.http2.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://10.40.66.172:46035/ Apr 10, 2024 12:19:01 PM org.glassfish.jersey.jetty.http2.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. Apr 10, 2024 12:19:01 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Apr 10, 2024 12:19:01 PM org.glassfish.jersey.jetty.http2.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://10.40.66.172:46035/ Apr 10, 2024 12:19:02 PM org.glassfish.jersey.jetty.http2.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. Apr 10, 2024 12:19:02 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Apr 10, 2024 12:19:02 PM org.glassfish.jersey.jetty.http2.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://10.40.66.172:46035/ Apr 10, 2024 12:19:02 PM org.glassfish.jersey.jetty.http2.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. Apr 10, 2024 12:19:02 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Apr 10, 2024 12:19:02 PM org.glassfish.jersey.jetty.http2.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://10.40.66.172:46035/ Apr 10, 2024 12:19:02 PM org.glassfish.jersey.jetty.http2.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.476 s -- in org.glassfish.jersey.jetty.http2.ExceptionTest [INFO] Running org.glassfish.jersey.jetty.http2.LifecycleListenerTest Apr 10, 2024 12:19:02 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Apr 10, 2024 12:19:02 PM org.glassfish.jersey.jetty.http2.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://10.40.66.172:46035/ Apr 10, 2024 12:19:02 PM org.glassfish.jersey.jetty.http2.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. Apr 10, 2024 12:19:02 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Apr 10, 2024 12:19:02 PM org.glassfish.jersey.jetty.http2.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://10.40.66.172:46035/ Apr 10, 2024 12:19:02 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Apr 10, 2024 12:19:02 PM 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.142 s -- in org.glassfish.jersey.jetty.http2.LifecycleListenerTest [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/ci-cd-integration_4.0/containers/jetty-http2/target/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/ci-cd-integration_4.0/containers/jetty-http2/target/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/ci-cd-integration_4.0/containers/jetty-http2/target/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/ci-cd-integration_4.0/containers/jetty-http2/target/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/ci-cd-integration_4.0/containers/jetty-http2/target/jersey-container-jetty-http2-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_4.0/containers/jetty-http2/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-container-jetty-http2 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/containers/jetty-http2/target/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/ci-cd-integration_4.0/containers/jetty-http2/target/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/ci-cd-integration_4.0/containers/jetty-http2/target/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/ci-cd-integration_4.0/containers/jetty-http2/target/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 [45/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-test-framework-provider-jetty-http2 --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-test-framework-provider-jetty-http2 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/test-framework/providers/jetty-http2/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-test-framework-provider-jetty-http2 --- [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-jetty-http2 --- [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-jetty-http2 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-test-framework-provider-jetty-http2 --- [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-jetty-http2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-test-framework-provider-jetty-http2 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 target/test-classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-test-framework-provider-jetty-http2 --- [INFO] Reserved port 41097 for jersey.config.test.container.port [INFO] Reserved port 46139 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5: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/ci-cd-integration_4.0/test-framework/providers/jetty-http2/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.jetty.http2.JettyContainerTest Apr 10, 2024 12:19:05 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:41097/ SLF4J(W): No SLF4J providers were found. SLF4J(W): Defaulting to no-operation (NOP) logger implementation SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details. Apr 10, 2024 12:19:05 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:19:06 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:41097/ Apr 10, 2024 12:19:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:19:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:19:06 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:41097/ Apr 10, 2024 12:19:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:19:06 PM 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.509 s -- in org.glassfish.jersey.test.jetty.http2.JettyContainerTest [INFO] Running org.glassfish.jersey.test.jetty.http2.AvailablePortJettyTest Apr 10, 2024 12:19:06 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:/ Apr 10, 2024 12:19:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:19:06 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer start INFO: Started JettyHttp2TestContainer at the base URI http://localhost:34805/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 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/ci-cd-integration_4.0/test-framework/providers/jetty-http2/target/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 36 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_4.0/test-framework/providers/jetty-http2/target/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/ci-cd-integration_4.0/test-framework/providers/jetty-http2/target/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/ci-cd-integration_4.0/test-framework/providers/jetty-http2/target/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/test-framework/providers/jetty-http2/target/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/ci-cd-integration_4.0/test-framework/providers/jetty-http2/target/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/ci-cd-integration_4.0/test-framework/providers/jetty-http2/target/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/ci-cd-integration_4.0/test-framework/providers/jetty-http2/target/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 [46/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.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/ci-cd-integration_4.0/connectors/jetty-http2-connector/src/main/resources/org/glassfish/jersey/jetty/http2/connector/localization.properties [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-jetty-http2-connector --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/connectors/jetty-http2-connector/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-jetty-http2-connector --- [INFO] Copying 2 resources from ../.. to target/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 target/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 target/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 target/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 target/classes [WARNING] system modules path not set in conjunction with -source 17 [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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-jetty-http2-connector --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 target/test-classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/connectors/jetty-http2-connector/src/test/java/org/glassfish/jersey/jetty/http2/connector/CookieTest.java: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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.5.0:reserve-network-port (reserve-port) @ jersey-jetty-http2-connector --- [INFO] Reserved port 46719 for jersey.config.test.container.port [INFO] Reserved port 44049 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jersey-jetty-http2-connector --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/connectors/jetty-http2-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.http2.connector.HttpHeadersTest Apr 10, 2024 12:19:10 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:46719/ 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. Apr 10, 2024 12:19:11 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:46719/ [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.688 s -- in org.glassfish.jersey.jetty.http2.connector.HttpHeadersTest [INFO] Running org.glassfish.jersey.jetty.http2.connector.ManagedClientTest Apr 10, 2024 12:19:12 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:46719/ Apr 10, 2024 12:19:12 PM 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. Apr 10, 2024 12:19:12 PM 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.260 s -- in org.glassfish.jersey.jetty.http2.connector.ManagedClientTest [INFO] Running org.glassfish.jersey.jetty.http2.connector.TraceSupportTest Apr 10, 2024 12:19:12 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:46719/ Apr 10, 2024 12:19:12 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:46719/ Apr 10, 2024 12:19:12 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:46719/ Apr 10, 2024 12:19:12 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:46719/ Apr 10, 2024 12:19:12 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:46719/ Apr 10, 2024 12:19:12 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:46719/ [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.558 s -- in org.glassfish.jersey.jetty.http2.connector.TraceSupportTest [INFO] Running org.glassfish.jersey.jetty.http2.connector.FollowRedirectsTest Apr 10, 2024 12:19:12 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:46719/ Apr 10, 2024 12:19:12 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:46719/ Apr 10, 2024 12:19:13 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:46719/ Apr 10, 2024 12:19:13 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:46719/ [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.392 s -- in org.glassfish.jersey.jetty.http2.connector.FollowRedirectsTest [INFO] Running org.glassfish.jersey.jetty.http2.connector.GZIPContentEncodingTest Apr 10, 2024 12:19:13 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:46719/ Apr 10, 2024 12:19:13 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:46719/ [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.303 s -- in org.glassfish.jersey.jetty.http2.connector.GZIPContentEncodingTest [INFO] Running org.glassfish.jersey.jetty.http2.connector.TimeoutTest Apr 10, 2024 12:19:13 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:46719/ Apr 10, 2024 12:19:13 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:46719/ Apr 10, 2024 12:19:15 PM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: An I/O error has occurred while writing a response message entity to the container output stream. org.glassfish.jersey.server.internal.process.MappableException: org.eclipse.jetty.io.EofException: 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:1118) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:678) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:377) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:266) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.jetty.JettyHttpContainer.handle(JettyHttpContainer.java:166) at org.eclipse.jetty.server.Server.handle(Server.java:179) at org.eclipse.jetty.server.internal.HttpChannelState$HandlerInvoker.run(HttpChannelState.java:619) at org.eclipse.jetty.util.thread.Invocable$ReadyTask.run(Invocable.java:105) at org.eclipse.jetty.http2.server.internal.HttpStreamOverHTTP2$1.run(HttpStreamOverHTTP2.java:133) 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:158) 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 Apr 10, 2024 12:19:15 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:46719/ Apr 10, 2024 12:19:16 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:46719/ Apr 10, 2024 12:19:18 PM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: An I/O error has occurred while writing a response message entity to the container output stream. org.glassfish.jersey.server.internal.process.MappableException: org.eclipse.jetty.io.EofException: 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:1118) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:678) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:377) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:266) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.jetty.JettyHttpContainer.handle(JettyHttpContainer.java:166) at org.eclipse.jetty.server.Server.handle(Server.java:179) at org.eclipse.jetty.server.internal.HttpChannelState$HandlerInvoker.run(HttpChannelState.java:619) at org.eclipse.jetty.util.thread.Invocable$ReadyTask.run(Invocable.java:105) at org.eclipse.jetty.http2.server.internal.HttpStreamOverHTTP2$1.run(HttpStreamOverHTTP2.java:133) 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:158) 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 Apr 10, 2024 12:19:18 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:46719/ Apr 10, 2024 12:19:18 PM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: An I/O error has occurred while writing a response message entity to the container output stream. org.glassfish.jersey.server.internal.process.MappableException: org.eclipse.jetty.io.EofException: 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:1118) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:678) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:377) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:266) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.jetty.JettyHttpContainer.handle(JettyHttpContainer.java:166) at org.eclipse.jetty.server.Server.handle(Server.java:179) at org.eclipse.jetty.server.internal.HttpChannelState$HandlerInvoker.run(HttpChannelState.java:619) at org.eclipse.jetty.util.thread.Invocable$ReadyTask.run(Invocable.java:105) at org.eclipse.jetty.http2.server.internal.HttpStreamOverHTTP2$1.run(HttpStreamOverHTTP2.java:133) 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:158) 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 Apr 10, 2024 12:19:18 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:46719/ Apr 10, 2024 12:19:18 PM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: An I/O error has occurred while writing a response message entity to the container output stream. org.glassfish.jersey.server.internal.process.MappableException: org.eclipse.jetty.io.EofException: 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:1118) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:678) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:377) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:266) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.jetty.JettyHttpContainer.handle(JettyHttpContainer.java:166) at org.eclipse.jetty.server.Server.handle(Server.java:179) at org.eclipse.jetty.server.internal.HttpChannelState$HandlerInvoker.run(HttpChannelState.java:619) at org.eclipse.jetty.util.thread.Invocable$ReadyTask.run(Invocable.java:105) at org.eclipse.jetty.http2.server.internal.HttpStreamOverHTTP2$1.run(HttpStreamOverHTTP2.java:133) 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:158) 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: 5.029 s -- in org.glassfish.jersey.jetty.http2.connector.TimeoutTest [INFO] Running org.glassfish.jersey.jetty.http2.connector.NoEntityTest Apr 10, 2024 12:19:18 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:46719/ Apr 10, 2024 12:19:18 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:46719/ Apr 10, 2024 12:19:18 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:46719/ Apr 10, 2024 12:19:18 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:46719/ [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.355 s -- in org.glassfish.jersey.jetty.http2.connector.NoEntityTest [INFO] Running org.glassfish.jersey.jetty.http2.connector.UnderlyingHttpClientAccessTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s -- in org.glassfish.jersey.jetty.http2.connector.UnderlyingHttpClientAccessTest [INFO] Running org.glassfish.jersey.jetty.http2.connector.HelloWorldTest Apr 10, 2024 12:19:18 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:46719/ Apr 10, 2024 12:19:19 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:46719/ Apr 10, 2024 12:19:19 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:46719/ Apr 10, 2024 12:19:19 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:46719/ CustomLoggingFilter.preFilter called CustomLoggingFilter.postFilter called Apr 10, 2024 12:19:19 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:46719/ CustomLoggingFilter.preFilter called CustomLoggingFilter.postFilter called Apr 10, 2024 12:19:19 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:46719/ Apr 10, 2024 12:19:19 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:46719/ CustomLoggingFilter.preFilter called CustomLoggingFilter.postFilter called Apr 10, 2024 12:19:19 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:46719/ Apr 10, 2024 12:19:19 PM org.glassfish.jersey.jetty.http2.connector.HelloWorldTest testAsyncClientRequests INFO: Executed in: 76 Apr 10, 2024 12:19:19 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:46719/ CustomLoggingFilter.preFilter called CustomLoggingFilter.postFilter called Apr 10, 2024 12:19:19 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:46719/ CustomLoggingFilter.preFilter called CustomLoggingFilter.postFilter called Apr 10, 2024 12:19:19 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:46719/ Apr 10, 2024 12:19:19 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:46719/ [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.952 s -- in org.glassfish.jersey.jetty.http2.connector.HelloWorldTest [INFO] Running org.glassfish.jersey.jetty.http2.connector.CookieTest Apr 10, 2024 12:19:19 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:46719/ Apr 10, 2024 12:19:19 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:46719/ Apr 10, 2024 12:19:20 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:46719/ [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.211 s -- in org.glassfish.jersey.jetty.http2.connector.CookieTest [INFO] Running org.glassfish.jersey.jetty.http2.connector.Http2PresenceTest Apr 10, 2024 12:19:20 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:46719/ Apr 10, 2024 12:19:20 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:46719/ Apr 10, 2024 12:19:20 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:46719/ [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.206 s -- in org.glassfish.jersey.jetty.http2.connector.Http2PresenceTest [INFO] Running org.glassfish.jersey.jetty.http2.connector.EntityTest Apr 10, 2024 12:19:20 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:46719/ Apr 10, 2024 12:19:20 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:46719/ Apr 10, 2024 12:19:20 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:46719/ Apr 10, 2024 12:19:20 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:46719/ [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.444 s -- in org.glassfish.jersey.jetty.http2.connector.EntityTest [INFO] Running org.glassfish.jersey.jetty.http2.connector.ErrorTest Apr 10, 2024 12:19:20 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:46719/ Apr 10, 2024 12:19:20 PM 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:166) 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 Apr 10, 2024 12:19:21 PM 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:166) 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.onFailure(HTTP2Session.java:601) at org.eclipse.jetty.http2.HTTP2Session.abort(HTTP2Session.java:588) at org.eclipse.jetty.http2.HTTP2Session$StreamsState.onShutdown(HTTP2Session.java:1904) at org.eclipse.jetty.http2.HTTP2Session.onShutdown(HTTP2Session.java:1028) at org.eclipse.jetty.http2.HTTP2Connection$HTTP2Producer.produce(HTTP2Connection.java:384) 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.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: java.nio.channels.ClosedChannelException at org.eclipse.jetty.http2.HTTP2Session$StreamsState.onShutdown(HTTP2Session.java:1868) ... 10 more Apr 10, 2024 12:19:21 PM 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:166) 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.onFailure(HTTP2Session.java:601) at org.eclipse.jetty.http2.HTTP2Session.abort(HTTP2Session.java:588) at org.eclipse.jetty.http2.HTTP2Session$StreamsState.onShutdown(HTTP2Session.java:1904) at org.eclipse.jetty.http2.HTTP2Session.onShutdown(HTTP2Session.java:1028) at org.eclipse.jetty.http2.HTTP2Connection$HTTP2Producer.produce(HTTP2Connection.java:384) 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.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: java.nio.channels.ClosedChannelException at org.eclipse.jetty.http2.HTTP2Session$StreamsState.onShutdown(HTTP2Session.java:1868) ... 10 more Apr 10, 2024 12:19:21 PM 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:166) 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.onFailure(HTTP2Session.java:601) at org.eclipse.jetty.http2.HTTP2Session.abort(HTTP2Session.java:588) at org.eclipse.jetty.http2.HTTP2Session$StreamsState.onShutdown(HTTP2Session.java:1904) at org.eclipse.jetty.http2.HTTP2Session.onShutdown(HTTP2Session.java:1028) at org.eclipse.jetty.http2.HTTP2Connection$HTTP2Producer.produce(HTTP2Connection.java:384) 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.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: java.nio.channels.ClosedChannelException at org.eclipse.jetty.http2.HTTP2Session$StreamsState.onShutdown(HTTP2Session.java:1868) ... 10 more Apr 10, 2024 12:19:21 PM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: An I/O error has occurred while writing a response message entity to the container output stream. org.glassfish.jersey.server.internal.process.MappableException: org.eclipse.jetty.io.EofException at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:67) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.logging.LoggingInterceptor.aroundWriteTo(LoggingInterceptor.java:244) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1118) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:678) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.jetty.JettyHttpContainer.handle(JettyHttpContainer.java:166) at org.eclipse.jetty.server.Server.handle(Server.java:179) at org.eclipse.jetty.server.internal.HttpChannelState$HandlerInvoker.run(HttpChannelState.java:619) at org.eclipse.jetty.util.thread.Invocable$ReadyTask.run(Invocable.java:105) at org.eclipse.jetty.http2.server.internal.HttpStreamOverHTTP2$1.run(HttpStreamOverHTTP2.java:133) 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:166) 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.onFailure(HTTP2Session.java:601) at org.eclipse.jetty.http2.HTTP2Session.abort(HTTP2Session.java:588) at org.eclipse.jetty.http2.HTTP2Session$StreamsState.onShutdown(HTTP2Session.java:1904) at org.eclipse.jetty.http2.HTTP2Session.onShutdown(HTTP2Session.java:1028) at org.eclipse.jetty.http2.HTTP2Connection$HTTP2Producer.produce(HTTP2Connection.java:384) 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.run(AdaptiveExecutionStrategy.java:201) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:410) ... 4 more Caused by: java.nio.channels.ClosedChannelException at org.eclipse.jetty.http2.HTTP2Session$StreamsState.onShutdown(HTTP2Session.java:1868) ... 10 more Apr 10, 2024 12:19:21 PM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: An I/O error has occurred while writing a response message entity to the container output stream. org.glassfish.jersey.server.internal.process.MappableException: org.eclipse.jetty.io.EofException at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:67) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.logging.LoggingInterceptor.aroundWriteTo(LoggingInterceptor.java:244) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1118) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:678) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.jetty.JettyHttpContainer.handle(JettyHttpContainer.java:166) at org.eclipse.jetty.server.Server.handle(Server.java:179) at org.eclipse.jetty.server.internal.HttpChannelState$HandlerInvoker.run(HttpChannelState.java:619) at org.eclipse.jetty.util.thread.Invocable$ReadyTask.run(Invocable.java:105) at org.eclipse.jetty.http2.server.internal.HttpStreamOverHTTP2$1.run(HttpStreamOverHTTP2.java:133) 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:166) 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 Apr 10, 2024 12:19:21 PM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: An I/O error has occurred while writing a response message entity to the container output stream. org.glassfish.jersey.server.internal.process.MappableException: org.eclipse.jetty.io.EofException at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:67) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.logging.LoggingInterceptor.aroundWriteTo(LoggingInterceptor.java:244) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1118) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:678) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.jetty.JettyHttpContainer.handle(JettyHttpContainer.java:166) at org.eclipse.jetty.server.Server.handle(Server.java:179) at org.eclipse.jetty.server.internal.HttpChannelState$HandlerInvoker.run(HttpChannelState.java:619) at org.eclipse.jetty.util.thread.Invocable$ReadyTask.run(Invocable.java:105) at org.eclipse.jetty.http2.server.internal.HttpStreamOverHTTP2$1.run(HttpStreamOverHTTP2.java:133) 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:166) 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.onFailure(HTTP2Session.java:601) at org.eclipse.jetty.http2.HTTP2Session.abort(HTTP2Session.java:588) at org.eclipse.jetty.http2.HTTP2Session$StreamsState.onShutdown(HTTP2Session.java:1904) at org.eclipse.jetty.http2.HTTP2Session.onShutdown(HTTP2Session.java:1028) at org.eclipse.jetty.http2.HTTP2Connection$HTTP2Producer.produce(HTTP2Connection.java:384) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produceTask(AdaptiveExecutionStrategy.java:512) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:258) ... 6 more Suppressed: org.eclipse.jetty.util.StaticException: Unconsumed request content Caused by: java.nio.channels.ClosedChannelException at org.eclipse.jetty.http2.HTTP2Session$StreamsState.onShutdown(HTTP2Session.java:1868) ... 10 more Apr 10, 2024 12:19:21 PM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: An I/O error has occurred while writing a response message entity to the container output stream. org.glassfish.jersey.server.internal.process.MappableException: org.eclipse.jetty.io.EofException at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:67) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.logging.LoggingInterceptor.aroundWriteTo(LoggingInterceptor.java:244) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1118) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:678) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.jetty.JettyHttpContainer.handle(JettyHttpContainer.java:166) at org.eclipse.jetty.server.Server.handle(Server.java:179) at org.eclipse.jetty.server.internal.HttpChannelState$HandlerInvoker.run(HttpChannelState.java:619) at org.eclipse.jetty.util.thread.Invocable$ReadyTask.run(Invocable.java:105) at org.eclipse.jetty.http2.server.internal.HttpStreamOverHTTP2$1.run(HttpStreamOverHTTP2.java:133) 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:166) 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.onFailure(HTTP2Session.java:601) at org.eclipse.jetty.http2.HTTP2Session.abort(HTTP2Session.java:588) at org.eclipse.jetty.http2.HTTP2Session$StreamsState.onShutdown(HTTP2Session.java:1904) at org.eclipse.jetty.http2.HTTP2Session.onShutdown(HTTP2Session.java:1028) at org.eclipse.jetty.http2.HTTP2Connection$HTTP2Producer.produce(HTTP2Connection.java:384) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produceTask(AdaptiveExecutionStrategy.java:512) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:258) ... 6 more Suppressed: org.eclipse.jetty.util.StaticException: Unconsumed request content Caused by: java.nio.channels.ClosedChannelException at org.eclipse.jetty.http2.HTTP2Session$StreamsState.onShutdown(HTTP2Session.java:1868) ... 10 more Apr 10, 2024 12:19:21 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:46719/ Apr 10, 2024 12:19:21 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:46719/ Apr 10, 2024 12:19:21 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:46719/ [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.077 s -- in org.glassfish.jersey.jetty.http2.connector.ErrorTest [INFO] Running org.glassfish.jersey.jetty.http2.connector.AuthTest Apr 10, 2024 12:19:21 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:46719/ Apr 10, 2024 12:19:21 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:46719/ Apr 10, 2024 12:19:22 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:46719/ [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.213 s -- in org.glassfish.jersey.jetty.http2.connector.AuthTest [INFO] Running org.glassfish.jersey.jetty.http2.connector.MethodTest Apr 10, 2024 12:19:22 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:46719/ Apr 10, 2024 12:19:22 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:46719/ Apr 10, 2024 12:19:22 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:46719/ Apr 10, 2024 12:19:22 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:46719/ Apr 10, 2024 12:19:22 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:46719/ Apr 10, 2024 12:19:22 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:46719/ Apr 10, 2024 12:19:22 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:46719/ Apr 10, 2024 12:19:22 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:46719/ Apr 10, 2024 12:19:22 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:46719/ Apr 10, 2024 12:19:22 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:46719/ [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.667 s -- in org.glassfish.jersey.jetty.http2.connector.MethodTest [INFO] Running org.glassfish.jersey.jetty.http2.connector.AuthFilterTest Apr 10, 2024 12:19:22 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:46719/ Apr 10, 2024 12:19:22 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:46719/ Apr 10, 2024 12:19:22 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:46719/ [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.193 s -- in org.glassfish.jersey.jetty.http2.connector.AuthFilterTest [INFO] Running org.glassfish.jersey.jetty.http2.connector.AsyncTest Apr 10, 2024 12:19:22 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:46719/ Apr 10, 2024 12:19:22 PM org.glassfish.jersey.jetty.http2.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 2 on thread jetty-http-server-7 Apr 10, 2024 12:19:22 PM org.glassfish.jersey.jetty.http2.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 1 on thread jetty-http-server-5 Apr 10, 2024 12:19:22 PM org.glassfish.jersey.jetty.http2.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 3 on thread jetty-http-server-4 Apr 10, 2024 12:19:23 PM org.glassfish.jersey.jetty.http2.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-2 Apr 10, 2024 12:19:23 PM org.glassfish.jersey.jetty.http2.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-1 Apr 10, 2024 12:19:23 PM org.glassfish.jersey.jetty.http2.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-3 Apr 10, 2024 12:19:24 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:46719/ Apr 10, 2024 12:19:24 PM org.glassfish.jersey.jetty.http2.connector.AsyncTest$AsyncResource asyncGetWithTimeout INFO: Async long-running get with timeout called on thread jetty-http-server-0 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.096 s -- in org.glassfish.jersey.jetty.http2.connector.AsyncTest [INFO] Running org.glassfish.jersey.jetty.http2.connector.SyncResponseSizeTest Apr 10, 2024 12:19:25 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:46719/ Apr 10, 2024 12:19:25 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:46719/ Apr 10, 2024 12:19:25 PM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: An I/O error has occurred while writing a response message entity to the container output stream. org.glassfish.jersey.server.internal.process.MappableException: org.eclipse.jetty.io.EofException: 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:1118) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:678) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:377) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:266) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.jetty.JettyHttpContainer.handle(JettyHttpContainer.java:166) at org.eclipse.jetty.server.Server.handle(Server.java:179) at org.eclipse.jetty.server.internal.HttpChannelState$HandlerInvoker.run(HttpChannelState.java:619) at org.eclipse.jetty.util.thread.Invocable$ReadyTask.run(Invocable.java:105) at org.eclipse.jetty.http2.server.internal.HttpStreamOverHTTP2$1.run(HttpStreamOverHTTP2.java:133) 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:158) at org.eclipse.jetty.http2.HTTP2Stream.notifyReset(HTTP2Stream.java:876) at org.eclipse.jetty.http2.HTTP2Stream.onReset(HTTP2Stream.java:586) ... 26 more Apr 10, 2024 12:19:25 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:46719/ Apr 10, 2024 12:19:25 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:46719/ [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.502 s -- in org.glassfish.jersey.jetty.http2.connector.SyncResponseSizeTest [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/ci-cd-integration_4.0/connectors/jetty-http2-connector/target/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/ci-cd-integration_4.0/connectors/jetty-http2-connector/target/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/ci-cd-integration_4.0/connectors/jetty-http2-connector/target/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/ci-cd-integration_4.0/connectors/jetty-http2-connector/target/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/ci-cd-integration_4.0/connectors/jetty-http2-connector/target/jersey-jetty-http2-connector-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_4.0/connectors/jetty-http2-connector/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-jetty-http2-connector --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/connectors/jetty-http2-connector/target/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/ci-cd-integration_4.0/connectors/jetty-http2-connector/target/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/ci-cd-integration_4.0/connectors/jetty-http2-connector/target/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/ci-cd-integration_4.0/connectors/jetty-http2-connector/target/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-jnh-connector >-------- [INFO] Building jersey-connectors-jnh 4.0.99-SNAPSHOT [47/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.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/ci-cd-integration_4.0/connectors/jnh-connector/src/main/resources/org/glassfish/jersey/jnh/connector/localization.properties [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-jnh-connector --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/connectors/jnh-connector/src/test/java/org/glassfish/jersey/jnh/connector/CookieTest.java: /home/jenkins/agent/workspace/ci-cd-integration_4.0/connectors/jnh-connector/src/test/java/org/glassfish/jersey/jnh/connector/CookieTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/connectors/jnh-connector/src/test/java/org/glassfish/jersey/jnh/connector/CookieTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-jnh-connector --- [INFO] Reserved port 38429 for jersey.config.test.container.port [INFO] Reserved port 37503 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jersey-jnh-connector --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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.OptionsMethodTest Apr 10, 2024 12:19:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38429/ Apr 10, 2024 12:19:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38429] Apr 10, 2024 12:19:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:19:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38429] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.064 s -- in org.glassfish.jersey.jnh.connector.OptionsMethodTest [INFO] Running org.glassfish.jersey.jnh.connector.HttpsTest Apr 10, 2024 12:19:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI https://localhost:38429 Apr 10, 2024 12:19:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38429] Apr 10, 2024 12:19:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:19:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38429] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.105 s -- in org.glassfish.jersey.jnh.connector.HttpsTest [INFO] Running org.glassfish.jersey.jnh.connector.BodyPublisherTest Apr 10, 2024 12:19:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38429/ Apr 10, 2024 12:19:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38429] Apr 10, 2024 12:19:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:19:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38429] Apr 10, 2024 12:19:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38429/ Apr 10, 2024 12:19:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38429] Apr 10, 2024 12:19:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:19:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38429] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.272 s -- in org.glassfish.jersey.jnh.connector.BodyPublisherTest [INFO] Running org.glassfish.jersey.jnh.connector.RedirectTest Apr 10, 2024 12:19:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38429/ Apr 10, 2024 12:19:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38429] Apr 10, 2024 12:19:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:19:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38429] Apr 10, 2024 12:19:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38429/ Apr 10, 2024 12:19:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38429] Apr 10, 2024 12:19:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:19:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38429] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.221 s -- in org.glassfish.jersey.jnh.connector.RedirectTest [INFO] Running org.glassfish.jersey.jnh.connector.UnderlyingHttpClientAccessTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s -- in org.glassfish.jersey.jnh.connector.UnderlyingHttpClientAccessTest [INFO] Running org.glassfish.jersey.jnh.connector.CookieTest Apr 10, 2024 12:19:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38429/ Apr 10, 2024 12:19:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38429] Apr 10, 2024 12:19:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:19:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38429] Apr 10, 2024 12:19:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38429/ Apr 10, 2024 12:19:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38429] Apr 10, 2024 12:19:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:19:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38429] Apr 10, 2024 12:19:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38429/ Apr 10, 2024 12:19:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38429] Apr 10, 2024 12:19:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Apr 10, 2024 12:19:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38429] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.310 s -- in org.glassfish.jersey.jnh.connector.CookieTest [INFO] Running org.glassfish.jersey.jnh.connector.ManagedClientTest Apr 10, 2024 12:19:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38429/ Apr 10, 2024 12:19:34 PM 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. Apr 10, 2024 12:19:34 PM 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. Apr 10, 2024 12:19:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38429] Apr 10, 2024 12:19:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Apr 10, 2024 12:19:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38429] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.203 s -- in org.glassfish.jersey.jnh.connector.ManagedClientTest [INFO] Running org.glassfish.jersey.jnh.connector.Http2PresenceTest Apr 10, 2024 12:19:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38429/ Apr 10, 2024 12:19:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38429] Apr 10, 2024 12:19:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Apr 10, 2024 12:19:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38429] Apr 10, 2024 12:19:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38429/ Apr 10, 2024 12:19:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38429] Apr 10, 2024 12:19:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Apr 10, 2024 12:19:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38429] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.202 s -- in org.glassfish.jersey.jnh.connector.Http2PresenceTest [INFO] Running org.glassfish.jersey.jnh.connector.ErrorTest Apr 10, 2024 12:19:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38429/ Apr 10, 2024 12:19:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38429] Apr 10, 2024 12:19:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Apr 10, 2024 12:19:34 PM 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: ServiceLocatorImpl(__HK2_Generated_27,27,455605534) 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$9.run(ServiceLocatorImpl.java:1362) at org.jvnet.hk2.internal.ServiceLocatorImpl$9.run(ServiceLocatorImpl.java:1358) at java.base/java.security.AccessController.doPrivileged(AccessController.java:319) at org.jvnet.hk2.internal.ServiceLocatorImpl.protectedGetAllServiceHandles(ServiceLocatorImpl.java:1358) at org.jvnet.hk2.internal.ServiceLocatorImpl._resolveContext(ServiceLocatorImpl.java:2215) 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:161) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:152) 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:255) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(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.jnh.connector.ErrorTest$ErrorResource contracts={org.glassfish.jersey.jnh.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=152 locatorId=27 identityHashCode=1524640406 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:161) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:152) 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:255) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:19:34 PM 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:161) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:152) 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:255) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(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.jnh.connector.ErrorTest$ErrorResource contracts={org.glassfish.jersey.jnh.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=152 locatorId=27 identityHashCode=1524640406 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:161) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:152) 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:255) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:19:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38429] Apr 10, 2024 12:19:34 PM 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:255) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:19:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38429/ Apr 10, 2024 12:19:34 PM 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:255) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:19:34 PM 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:361) 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) Apr 10, 2024 12:19:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38429] Apr 10, 2024 12:19:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Apr 10, 2024 12:19:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38429] Apr 10, 2024 12:19:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38429/ Apr 10, 2024 12:19:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38429] Apr 10, 2024 12:19:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Apr 10, 2024 12:19:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38429] Apr 10, 2024 12:19:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38429/ Apr 10, 2024 12:19:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38429] Apr 10, 2024 12:19:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Apr 10, 2024 12:19:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38429] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.712 s -- in org.glassfish.jersey.jnh.connector.ErrorTest [INFO] Running org.glassfish.jersey.jnh.connector.HttpHeadersTest Apr 10, 2024 12:19:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38429/ Apr 10, 2024 12:19:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38429] Apr 10, 2024 12:19:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Apr 10, 2024 12:19:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38429] Apr 10, 2024 12:19:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38429/ Apr 10, 2024 12:19:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38429] Apr 10, 2024 12:19:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Apr 10, 2024 12:19:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38429] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.184 s -- in org.glassfish.jersey.jnh.connector.HttpHeadersTest [INFO] Running org.glassfish.jersey.jnh.connector.NoEntityTest Apr 10, 2024 12:19:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38429/ Apr 10, 2024 12:19:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38429] Apr 10, 2024 12:19:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Apr 10, 2024 12:19:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38429] Apr 10, 2024 12:19:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38429/ Apr 10, 2024 12:19:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38429] Apr 10, 2024 12:19:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Apr 10, 2024 12:19:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38429] Apr 10, 2024 12:19:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38429/ Apr 10, 2024 12:19:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38429] Apr 10, 2024 12:19:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Apr 10, 2024 12:19:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38429] Apr 10, 2024 12:19:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38429/ Apr 10, 2024 12:19:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38429] Apr 10, 2024 12:19:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Apr 10, 2024 12:19:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38429] Apr 10, 2024 12:19:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38429/ Apr 10, 2024 12:19:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38429] Apr 10, 2024 12:19:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Apr 10, 2024 12:19:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38429] Apr 10, 2024 12:19:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38429/ Apr 10, 2024 12:19:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38429] Apr 10, 2024 12:19:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Apr 10, 2024 12:19:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38429] Apr 10, 2024 12:19:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38429/ Apr 10, 2024 12:19:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38429] Apr 10, 2024 12:19:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Apr 10, 2024 12:19:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38429] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.599 s -- in org.glassfish.jersey.jnh.connector.NoEntityTest [INFO] Running org.glassfish.jersey.jnh.connector.AsyncTest Apr 10, 2024 12:19:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38429/ Apr 10, 2024 12:19:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38429] Apr 10, 2024 12:19:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Apr 10, 2024 12:19:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38429] Apr 10, 2024 12:19:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38429/ Apr 10, 2024 12:19:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38429] Apr 10, 2024 12:19:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Apr 10, 2024 12:19:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38429] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.113 s -- in org.glassfish.jersey.jnh.connector.AsyncTest [INFO] Running org.glassfish.jersey.jnh.connector.FirstByteCachingStreamTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.glassfish.jersey.jnh.connector.FirstByteCachingStreamTest [INFO] Running org.glassfish.jersey.jnh.connector.FollowRedirectsTest Apr 10, 2024 12:19:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38429/ Apr 10, 2024 12:19:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38429] Apr 10, 2024 12:19:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Apr 10, 2024 12:19:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38429] Apr 10, 2024 12:19:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38429/ Apr 10, 2024 12:19:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38429] Apr 10, 2024 12:19:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Apr 10, 2024 12:19:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38429] Apr 10, 2024 12:19:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38429/ Apr 10, 2024 12:19:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38429] Apr 10, 2024 12:19:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Apr 10, 2024 12:19:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38429] Apr 10, 2024 12:19:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38429/ Apr 10, 2024 12:19:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38429] Apr 10, 2024 12:19:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Apr 10, 2024 12:19:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38429] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.320 s -- in org.glassfish.jersey.jnh.connector.FollowRedirectsTest [INFO] Running org.glassfish.jersey.jnh.connector.GZIPContentEncodingTest Apr 10, 2024 12:19:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38429/ Apr 10, 2024 12:19:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38429] Apr 10, 2024 12:19:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Apr 10, 2024 12:19:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38429] Apr 10, 2024 12:19:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38429/ Apr 10, 2024 12:19:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38429] Apr 10, 2024 12:19:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Apr 10, 2024 12:19:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38429] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.213 s -- in org.glassfish.jersey.jnh.connector.GZIPContentEncodingTest [INFO] Running org.glassfish.jersey.jnh.connector.MethodTest Apr 10, 2024 12:19:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38429/ Apr 10, 2024 12:19:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38429] Apr 10, 2024 12:19:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Apr 10, 2024 12:19:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38429] Apr 10, 2024 12:19:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38429/ Apr 10, 2024 12:19:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38429] Apr 10, 2024 12:19:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Apr 10, 2024 12:19:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38429] Apr 10, 2024 12:19:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38429/ Apr 10, 2024 12:19:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38429] Apr 10, 2024 12:19:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Apr 10, 2024 12:19:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38429] Apr 10, 2024 12:19:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38429/ Apr 10, 2024 12:19:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38429] Apr 10, 2024 12:19:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Apr 10, 2024 12:19:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38429] Apr 10, 2024 12:19:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38429/ Apr 10, 2024 12:19:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38429] Apr 10, 2024 12:19:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Apr 10, 2024 12:19:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38429] Apr 10, 2024 12:19:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38429/ Apr 10, 2024 12:19:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38429] Apr 10, 2024 12:19:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Apr 10, 2024 12:19:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38429] Apr 10, 2024 12:19:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38429/ Apr 10, 2024 12:19:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38429] Apr 10, 2024 12:19:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Apr 10, 2024 12:19:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38429] Apr 10, 2024 12:19:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38429/ Apr 10, 2024 12:19:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38429] Apr 10, 2024 12:19:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Apr 10, 2024 12:19:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38429] Apr 10, 2024 12:19:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38429/ Apr 10, 2024 12:19:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38429] Apr 10, 2024 12:19:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. Apr 10, 2024 12:19:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38429] Apr 10, 2024 12:19:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38429/ Apr 10, 2024 12:19:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38429] Apr 10, 2024 12:19:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. Apr 10, 2024 12:19:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38429] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.550 s -- in org.glassfish.jersey.jnh.connector.MethodTest [INFO] Running org.glassfish.jersey.jnh.connector.RetrieveHttpClientFromConnectorProviderTest Apr 10, 2024 12:19:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38429/ Apr 10, 2024 12:19:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38429] Apr 10, 2024 12:19:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-43] Started. Apr 10, 2024 12:19:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38429] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s -- in org.glassfish.jersey.jnh.connector.RetrieveHttpClientFromConnectorProviderTest [INFO] Running org.glassfish.jersey.jnh.connector.TimeoutTest Apr 10, 2024 12:19:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38429/ Apr 10, 2024 12:19:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38429] Apr 10, 2024 12:19:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-44] Started. Apr 10, 2024 12:19:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38429] Apr 10, 2024 12:19:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38429/ Apr 10, 2024 12:19:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38429] Apr 10, 2024 12:19:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-45] Started. Apr 10, 2024 12:19:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38429] Apr 10, 2024 12:19:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38429/ Apr 10, 2024 12:19:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38429] Apr 10, 2024 12:19:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-46] Started. Apr 10, 2024 12:19:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38429] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.146 s -- in org.glassfish.jersey.jnh.connector.TimeoutTest [INFO] Running org.glassfish.jersey.jnh.connector.EntityTest Apr 10, 2024 12:19:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38429/ Apr 10, 2024 12:19:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38429] Apr 10, 2024 12:19:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-47] Started. Apr 10, 2024 12:19:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38429] Apr 10, 2024 12:19:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38429/ Apr 10, 2024 12:19:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38429] Apr 10, 2024 12:19:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-48] Started. Apr 10, 2024 12:19:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38429] Apr 10, 2024 12:19:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38429/ Apr 10, 2024 12:19:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38429] Apr 10, 2024 12:19:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-49] Started. Apr 10, 2024 12:19:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38429] Apr 10, 2024 12:19:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38429/ Apr 10, 2024 12:19:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38429] Apr 10, 2024 12:19:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-50] Started. Apr 10, 2024 12:19:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38429] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.396 s -- in org.glassfish.jersey.jnh.connector.EntityTest [INFO] Running org.glassfish.jersey.jnh.connector.AuthTest Apr 10, 2024 12:19:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38429/ Apr 10, 2024 12:19:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38429] Apr 10, 2024 12:19:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-51] Started. Apr 10, 2024 12:19:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38429] Apr 10, 2024 12:19:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38429/ Apr 10, 2024 12:19:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38429] Apr 10, 2024 12:19:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-52] Started. Apr 10, 2024 12:19:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38429] Apr 10, 2024 12:19:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38429/ Apr 10, 2024 12:19:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38429] Apr 10, 2024 12:19:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-53] Started. Apr 10, 2024 12:19:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38429] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.226 s -- in org.glassfish.jersey.jnh.connector.AuthTest [INFO] Running org.glassfish.jersey.jnh.connector.HelloWorldTest Apr 10, 2024 12:19:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38429/ Apr 10, 2024 12:19:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38429] Apr 10, 2024 12:19:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-54] Started. Apr 10, 2024 12:19:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38429] Apr 10, 2024 12:19:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38429/ Apr 10, 2024 12:19:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38429] Apr 10, 2024 12:19:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-55] Started. Apr 10, 2024 12:19:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38429] Apr 10, 2024 12:19:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38429/ Apr 10, 2024 12:19:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38429] Apr 10, 2024 12:19:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-56] Started. Apr 10, 2024 12:19:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38429] Apr 10, 2024 12:19:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38429/ Apr 10, 2024 12:19:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38429] Apr 10, 2024 12:19:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-57] Started. Apr 10, 2024 12:19:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38429] Apr 10, 2024 12:19:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38429/ Apr 10, 2024 12:19:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38429] Apr 10, 2024 12:19:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-58] Started. Apr 10, 2024 12:19:46 PM org.glassfish.jersey.jnh.connector.HelloWorldTest testAsyncClientRequests INFO: Executed in: 46 Apr 10, 2024 12:19:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38429] Apr 10, 2024 12:19:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38429/ Apr 10, 2024 12:19:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38429] Apr 10, 2024 12:19:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-59] Started. Apr 10, 2024 12:19:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38429] Apr 10, 2024 12:19:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38429/ Apr 10, 2024 12:19:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38429] Apr 10, 2024 12:19:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-60] Started. Apr 10, 2024 12:19:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38429] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.420 s -- in org.glassfish.jersey.jnh.connector.HelloWorldTest [INFO] Running org.glassfish.jersey.jnh.connector.TraceSupportTest Apr 10, 2024 12:19:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38429/ Apr 10, 2024 12:19:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38429] Apr 10, 2024 12:19:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-61] Started. Apr 10, 2024 12:19:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38429] Apr 10, 2024 12:19:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38429/ Apr 10, 2024 12:19:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38429] Apr 10, 2024 12:19:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-62] Started. Apr 10, 2024 12:19:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38429] Apr 10, 2024 12:19:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38429/ Apr 10, 2024 12:19:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38429] Apr 10, 2024 12:19:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-63] Started. Apr 10, 2024 12:19:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38429] Apr 10, 2024 12:19:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38429/ Apr 10, 2024 12:19:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38429] Apr 10, 2024 12:19:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-64] Started. Apr 10, 2024 12:19:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38429] Apr 10, 2024 12:19:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38429/ Apr 10, 2024 12:19:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38429] Apr 10, 2024 12:19:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-65] Started. Apr 10, 2024 12:19:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38429] Apr 10, 2024 12:19:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38429/ Apr 10, 2024 12:19:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38429] Apr 10, 2024 12:19:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-66] Started. Apr 10, 2024 12:19:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38429] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.321 s -- in org.glassfish.jersey.jnh.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-jnh-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/connectors/jnh-connector/target/jersey-jnh-connector-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [48/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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.5.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 34043 for jersey.config.test.container.port [INFO] Reserved port 38681 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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [49/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.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/ci-cd-integration_4.0/ext/cdi/jersey-cdi1x/src/main/resources/org/glassfish/jersey/ext/cdi1x/internal/localization.properties [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-cdi1x --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/CdiUtil.java:[156,33] java.security.AccessController in java.security has been deprecated and marked for removal [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/CdiComponentProvider.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/CdiComponentProvider.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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/CdiUtil.java:[156,33] java.security.AccessController in java.security has been deprecated and marked for removal [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/CdiComponentProvider.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/CdiComponentProvider.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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-cdi1x --- [INFO] Reserved port 44709 for jersey.config.test.container.port [INFO] Reserved port 35353 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jersey-cdi1x --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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.CdiComponentProviderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.144 s -- in org.glassfish.jersey.ext.cdi1x.internal.CdiComponentProviderTest [INFO] Running org.glassfish.jersey.ext.cdi1x.internal.CdiUtilTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.190 s -- in org.glassfish.jersey.ext.cdi1x.internal.CdiUtilTest [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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/ext/cdi/jersey-cdi1x/target/jersey-cdi1x-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [50/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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.5.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 41625 for jersey.config.test.container.port [INFO] Reserved port 42545 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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [51/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.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/ci-cd-integration_4.0/containers/glassfish/jersey-gf-ejb/src/main/resources/org/glassfish/jersey/gf/ejb/internal/localization.properties [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-gf-ejb --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/containers/glassfish/jersey-gf-ejb/src/main/java/org/glassfish/jersey/gf/ejb/internal/EjbComponentProvider.java:[213,33] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/containers/glassfish/jersey-gf-ejb/src/main/java/org/glassfish/jersey/gf/ejb/internal/EjbComponentProvider.java:[244,17] java.security.AccessController in java.security has been deprecated and marked for removal [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/containers/glassfish/jersey-gf-ejb/src/main/java/org/glassfish/jersey/gf/ejb/internal/EjbComponentProvider.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/containers/glassfish/jersey-gf-ejb/src/main/java/org/glassfish/jersey/gf/ejb/internal/EjbComponentProvider.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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/containers/glassfish/jersey-gf-ejb/src/main/java/org/glassfish/jersey/gf/ejb/internal/EjbComponentProvider.java:[213,33] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/containers/glassfish/jersey-gf-ejb/src/main/java/org/glassfish/jersey/gf/ejb/internal/EjbComponentProvider.java:[244,17] java.security.AccessController in java.security has been deprecated and marked for removal [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/containers/glassfish/jersey-gf-ejb/src/main/java/org/glassfish/jersey/gf/ejb/internal/EjbComponentProvider.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/containers/glassfish/jersey-gf-ejb/src/main/java/org/glassfish/jersey/gf/ejb/internal/EjbComponentProvider.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/ci-cd-integration_4.0/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.5.0:reserve-network-port (reserve-port) @ jersey-gf-ejb --- [INFO] Reserved port 33683 for jersey.config.test.container.port [INFO] Reserved port 37661 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5: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/ci-cd-integration_4.0/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 106 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/containers/glassfish/jersey-gf-ejb/target/jersey-gf-ejb-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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-jetty-servlet >--- [INFO] Building jersey-container-jetty-servlet 4.0.99-SNAPSHOT [52/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-container-jetty-servlet --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-container-jetty-servlet --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/containers/jetty-servlet/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-container-jetty-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-jetty-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-jetty-servlet --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-container-jetty-servlet --- [INFO] Copying 2 resources from target/legal to target/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 target/classes [WARNING] system modules path not set in conjunction with -source 17 [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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-container-jetty-servlet --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/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.5.0:reserve-network-port (reserve-port) @ jersey-container-jetty-servlet --- [INFO] Reserved port 37277 for jersey.config.test.container.port [INFO] Reserved port 46111 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5: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/ci-cd-integration_4.0/containers/jetty-servlet/target/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/ci-cd-integration_4.0/containers/jetty-servlet/target/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/ci-cd-integration_4.0/containers/jetty-servlet/target/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/ci-cd-integration_4.0/containers/jetty-servlet/target/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/ci-cd-integration_4.0/containers/jetty-servlet/target/jersey-container-jetty-servlet-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_4.0/containers/jetty-servlet/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-container-jetty-servlet --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/containers/jetty-servlet/target/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/ci-cd-integration_4.0/containers/jetty-servlet/target/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/ci-cd-integration_4.0/containers/jetty-servlet/target/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/ci-cd-integration_4.0/containers/jetty-servlet/target/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 [53/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.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/ci-cd-integration_4.0/ext/bean-validation/src/main/resources/org/glassfish/jersey/server/validation/internal/localization.properties [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-bean-validation --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/ext/bean-validation/src/main/java/org/glassfish/jersey/server/validation/internal/ValidateOnExecutionHandler.java:[151,21] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/ext/bean-validation/src/main/java/org/glassfish/jersey/server/validation/internal/ValidationBinder.java:[280,20] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/ext/bean-validation/src/main/java/org/glassfish/jersey/server/validation/internal/ValidationBinder.java:[283,20] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/ext/bean-validation/src/main/java/org/glassfish/jersey/server/validation/internal/ValidateOnExecutionTraversableResolver.java:[110,34] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/ext/bean-validation/src/main/java/org/glassfish/jersey/server/validation/internal/ValidateOnExecutionTraversableResolver.java:[123,36] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/ext/bean-validation/src/main/java/org/glassfish/jersey/server/validation/internal/ValidateOnExecutionTraversableResolver.java:[129,24] java.security.AccessController in java.security has been deprecated and marked for removal [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/ext/bean-validation/src/main/java/org/glassfish/jersey/server/validation/internal/ValidationErrorMessageBodyWriter.java: /home/jenkins/agent/workspace/ci-cd-integration_4.0/ext/bean-validation/src/main/java/org/glassfish/jersey/server/validation/internal/ValidationErrorMessageBodyWriter.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/ext/bean-validation/src/main/java/org/glassfish/jersey/server/validation/internal/ValidateOnExecutionHandler.java:[151,21] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/ext/bean-validation/src/main/java/org/glassfish/jersey/server/validation/internal/ValidationBinder.java:[280,20] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/ext/bean-validation/src/main/java/org/glassfish/jersey/server/validation/internal/ValidationBinder.java:[283,20] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/ext/bean-validation/src/main/java/org/glassfish/jersey/server/validation/internal/ValidateOnExecutionTraversableResolver.java:[110,34] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/ext/bean-validation/src/main/java/org/glassfish/jersey/server/validation/internal/ValidateOnExecutionTraversableResolver.java:[123,36] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/ext/bean-validation/src/main/java/org/glassfish/jersey/server/validation/internal/ValidateOnExecutionTraversableResolver.java:[129,24] java.security.AccessController in java.security has been deprecated and marked for removal [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/ext/bean-validation/src/main/java/org/glassfish/jersey/server/validation/internal/ValidationErrorMessageBodyWriter.java: /home/jenkins/agent/workspace/ci-cd-integration_4.0/ext/bean-validation/src/main/java/org/glassfish/jersey/server/validation/internal/ValidationErrorMessageBodyWriter.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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.5.0:reserve-network-port (reserve-port) @ jersey-bean-validation --- [INFO] Reserved port 44981 for jersey.config.test.container.port [INFO] Reserved port 40985 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5: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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/ext/bean-validation/target/jersey-bean-validation-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [54/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-cdi1x-ban-custom-hk2-binding --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-cdi1x-ban-custom-hk2-binding --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-cdi1x-ban-custom-hk2-binding --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-cdi1x-ban-custom-hk2-binding --- [INFO] Reserved port 39703 for jersey.config.test.container.port [INFO] Reserved port 36647 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5: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/ci-cd-integration_4.0/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.077 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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [55/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-cdi-rs-inject --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-cdi-rs-inject --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/ext/cdi/jersey-cdi-rs-inject/src/main/java/org/glassfish/jersey/ext/cdi1x/inject/internal/InjectExtension.java:[76,13] java.security.AccessController in java.security has been deprecated and marked for removal [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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/ext/cdi/jersey-cdi-rs-inject/src/main/java/org/glassfish/jersey/ext/cdi1x/inject/internal/InjectExtension.java:[76,13] java.security.AccessController in java.security has been deprecated and marked for removal [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-cdi-rs-inject --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/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.5.0:reserve-network-port (reserve-port) @ jersey-cdi-rs-inject --- [INFO] Reserved port 35323 for jersey.config.test.container.port [INFO] Reserved port 39447 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5: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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/ext/cdi/jersey-cdi-rs-inject/target/jersey-cdi-rs-inject-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ jersey-cdi-rs-inject --- [INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.6.3: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/ci-cd-integration_4.0/core-common/target/apidocs [INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.6.3: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/ci-cd-integration_4.0/inject/hk2/target/apidocs [INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.6.3: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/ci-cd-integration_4.0/ext/cdi/jersey-cdi1x/target/apidocs [ERROR] Error fetching link: /home/jenkins/agent/workspace/ci-cd-integration_4.0/core-common/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/ci-cd-integration_4.0/inject/hk2/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/ci-cd-integration_4.0/ext/cdi/jersey-cdi1x/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 --- [WARNING] Bundle org.glassfish.jersey.ext.cdi:jersey-cdi-rs-inject:jar:4.0.99-SNAPSHOT : Unused Import-Package instructions: [jakarta.decorator.*] [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_4.0/ext/cdi/jersey-cdi-rs-inject/target/jersey-cdi-rs-inject-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [56/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.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.5.0:add-source (default) @ jersey-cdi1x-servlet --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-cdi1x-servlet --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/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.5.0:reserve-network-port (reserve-port) @ jersey-cdi1x-servlet --- [INFO] Reserved port 45487 for jersey.config.test.container.port [INFO] Reserved port 42149 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5: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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/ext/cdi/jersey-cdi1x-servlet/target/jersey-cdi1x-servlet-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [57/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.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.5.0:add-source (default) @ jersey-cdi1x-transaction --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/ext/cdi/jersey-cdi1x-transaction/src/main/java/org/glassfish/jersey/ext/cdi1x/transaction/internal/TransactionalExceptionInterceptorProvider.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/ext/cdi/jersey-cdi1x-transaction/src/main/java/org/glassfish/jersey/ext/cdi1x/transaction/internal/TransactionalExceptionInterceptorProvider.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- 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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/ext/cdi/jersey-cdi1x-transaction/src/main/java/org/glassfish/jersey/ext/cdi1x/transaction/internal/TransactionalExceptionInterceptorProvider.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/ext/cdi/jersey-cdi1x-transaction/src/main/java/org/glassfish/jersey/ext/cdi1x/transaction/internal/TransactionalExceptionInterceptorProvider.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-cdi1x-transaction --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/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.5.0:reserve-network-port (reserve-port) @ jersey-cdi1x-transaction --- [INFO] Reserved port 35253 for jersey.config.test.container.port [INFO] Reserved port 43963 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5: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/ci-cd-integration_4.0/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 34 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/ext/cdi/jersey-cdi1x-transaction/target/jersey-cdi1x-transaction-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [58/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.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.5.0:add-source (default) @ jersey-cdi1x-validation --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-cdi1x-validation --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/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.5.0:reserve-network-port (reserve-port) @ jersey-cdi1x-validation --- [INFO] Reserved port 41165 for jersey.config.test.container.port [INFO] Reserved port 46227 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5: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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/ext/cdi/jersey-cdi1x-validation/target/jersey-cdi1x-validation-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [59/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-weld2-se --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-weld2-se --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] Annotation processing is enabled because one or more processors were found on the class path. A future release of javac may disable annotation processing unless at least one processor is specified by name (-processor), or a search path is specified (--processor-path, --processor-module-path), or annotation processing is enabled explicitly (-proc:only, -proc:full). Use -Xlint:-options to suppress this message. Use -proc:none to disable annotation processing. [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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] Annotation processing is enabled because one or more processors were found on the class path. A future release of javac may disable annotation processing unless at least one processor is specified by name (-processor), or a search path is specified (--processor-path, --processor-module-path), or annotation processing is enabled explicitly (-proc:only, -proc:full). Use -Xlint:-options to suppress this message. Use -proc:none to disable annotation processing. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-weld2-se --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/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.5.0:reserve-network-port (reserve-port) @ jersey-weld2-se --- [INFO] Reserved port 34225 for jersey.config.test.container.port [INFO] Reserved port 40377 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5: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/ci-cd-integration_4.0/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 24 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/ext/cdi/jersey-weld2-se/target/jersey-weld2-se-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-weld2-se --- [WARNING] Bundle org.glassfish.jersey.ext.cdi:jersey-weld2-se:jar:4.0.99-SNAPSHOT : Unused Import-Package instructions: [jakarta.decorator.*] [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_4.0/ext/cdi/jersey-weld2-se/target/jersey-weld2-se-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_4.0/ext/cdi/jersey-weld2-se/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-weld2-se --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [60/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.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.5.0:add-source (default) @ jersey-metainf-services --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 17] 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.5.0:reserve-network-port (reserve-port) @ jersey-metainf-services --- [INFO] Reserved port 42509 for jersey.config.test.container.port [INFO] Reserved port 37825 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jersey-metainf-services --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 Apr 10, 2024 12:20:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42509/ Apr 10, 2024 12:20:34 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:20:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42509] Apr 10, 2024 12:20:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:20:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42509] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.915 s -- in org.glassfish.jersey.message.MetaInfServicesTest$Enable [INFO] Running org.glassfish.jersey.message.MetaInfServicesTest$DisableServer Apr 10, 2024 12:20:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42509/ Apr 10, 2024 12:20:35 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:20:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42509] Apr 10, 2024 12:20:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:20:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42509] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.150 s -- in org.glassfish.jersey.message.MetaInfServicesTest$DisableServer [INFO] Running org.glassfish.jersey.message.MetaInfServicesTest$DisableClient Apr 10, 2024 12:20:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42509/ Apr 10, 2024 12:20:35 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:20:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42509] Apr 10, 2024 12:20:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:20:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42509] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.141 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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/ext/metainf-services/target/jersey-metainf-services-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [61/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-micrometer --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-micrometer --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [WARNING] unknown enum constant javax.annotation.meta.When.MAYBE reason: class file for javax.annotation.meta.When not found [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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [WARNING] unknown enum constant javax.annotation.meta.When.MAYBE reason: class file for javax.annotation.meta.When not found [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-micrometer --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-micrometer --- [INFO] Reserved port 46117 for jersey.config.test.container.port [INFO] Reserved port 41849 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jersey-micrometer --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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.MetricsRequestEventListenerTimedTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.404 s -- in org.glassfish.jersey.micrometer.server.MetricsRequestEventListenerTimedTest [INFO] Running org.glassfish.jersey.micrometer.server.MetricsRequestEventListenerTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.305 s -- in org.glassfish.jersey.micrometer.server.MetricsRequestEventListenerTest [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 [32f76c2c6ce2364c6d9be5c691d244ce] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.163 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 [661684189ec8ac68bf27ca15685bcc80] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s -- in org.glassfish.jersey.micrometer.server.observation.ObservationApplicationEventListenerTest$BraveObservationRequestEventListenerTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.263 s -- in org.glassfish.jersey.micrometer.server.observation.ObservationApplicationEventListenerTest [INFO] Running org.glassfish.jersey.micrometer.server.DefaultJerseyTagsProviderTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.764 s -- in org.glassfish.jersey.micrometer.server.DefaultJerseyTagsProviderTest [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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/ext/micrometer/target/jersey-micrometer-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [62/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.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/ci-cd-integration_4.0/ext/mvc/src/main/resources/org/glassfish/jersey/server/mvc/internal/localization.properties [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-mvc --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/ext/mvc/src/main/java/org/glassfish/jersey/server/mvc/internal/TemplateModelProcessor.java:[305,57] java.security.AccessController in java.security has been deprecated and marked for removal [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/ext/mvc/src/main/java/org/glassfish/jersey/server/mvc/internal/ViewableMessageBodyWriter.java: /home/jenkins/agent/workspace/ci-cd-integration_4.0/ext/mvc/src/main/java/org/glassfish/jersey/server/mvc/internal/ViewableMessageBodyWriter.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/ext/mvc/src/main/java/org/glassfish/jersey/server/mvc/internal/TemplateModelProcessor.java:[305,57] java.security.AccessController in java.security has been deprecated and marked for removal [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/ext/mvc/src/main/java/org/glassfish/jersey/server/mvc/internal/ViewableMessageBodyWriter.java: /home/jenkins/agent/workspace/ci-cd-integration_4.0/ext/mvc/src/main/java/org/glassfish/jersey/server/mvc/internal/ViewableMessageBodyWriter.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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.5.0:reserve-network-port (reserve-port) @ jersey-mvc --- [INFO] Reserved port 44159 for jersey.config.test.container.port [INFO] Reserved port 35535 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5: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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/ext/mvc/target/jersey-mvc-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [63/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-mvc-bean-validation --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-mvc-bean-validation --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-mvc-bean-validation --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/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.5.0:reserve-network-port (reserve-port) @ jersey-mvc-bean-validation --- [INFO] Reserved port 41791 for jersey.config.test.container.port [INFO] Reserved port 34747 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5: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/ci-cd-integration_4.0/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 15 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/ext/mvc-bean-validation/target/jersey-mvc-bean-validation-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [64/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-mvc-freemarker --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-mvc-freemarker --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/ext/mvc-freemarker/src/main/java/org/glassfish/jersey/server/mvc/freemarker/FreemarkerDefaultConfigurationFactory.java: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/ext/mvc-freemarker/src/main/java/org/glassfish/jersey/server/mvc/freemarker/FreemarkerDefaultConfigurationFactory.java: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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.5.0:reserve-network-port (reserve-port) @ jersey-mvc-freemarker --- [INFO] Reserved port 33741 for jersey.config.test.container.port [INFO] Reserved port 37107 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5: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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/ext/mvc-freemarker/target/jersey-mvc-freemarker-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [65/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.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/ci-cd-integration_4.0/ext/mvc-jsp/src/main/resources/org.glassfish.jersey.server.mvc.jsp.internal/localization.properties [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-mvc-jsp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-mvc-jsp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/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.5.0:reserve-network-port (reserve-port) @ jersey-mvc-jsp --- [INFO] Reserved port 33233 for jersey.config.test.container.port [INFO] Reserved port 38741 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5: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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/ext/mvc-jsp/target/jersey-mvc-jsp-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [66/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-mvc-mustache --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-mvc-mustache --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-mvc-mustache --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/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.5.0:reserve-network-port (reserve-port) @ jersey-mvc-mustache --- [INFO] Reserved port 46689 for jersey.config.test.container.port [INFO] Reserved port 39015 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5: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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/ext/mvc-mustache/target/jersey-mvc-mustache-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [67/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-proxy-client --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-proxy-client --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/ext/proxy-client/src/main/java/org/glassfish/jersey/client/proxy/WebResourceFactory.java:[120,43] java.security.AccessController in java.security has been deprecated and marked for removal [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/ext/proxy-client/src/main/java/org/glassfish/jersey/client/proxy/RequestParameters.java: /home/jenkins/agent/workspace/ci-cd-integration_4.0/ext/proxy-client/src/main/java/org/glassfish/jersey/client/proxy/RequestParameters.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/ext/proxy-client/src/main/java/org/glassfish/jersey/client/proxy/RequestParameters.java: Recompile with -Xlint:deprecation 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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/ext/proxy-client/src/main/java/org/glassfish/jersey/client/proxy/WebResourceFactory.java:[120,43] java.security.AccessController in java.security has been deprecated and marked for removal [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/ext/proxy-client/src/main/java/org/glassfish/jersey/client/proxy/RequestParameters.java: /home/jenkins/agent/workspace/ci-cd-integration_4.0/ext/proxy-client/src/main/java/org/glassfish/jersey/client/proxy/RequestParameters.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/ext/proxy-client/src/main/java/org/glassfish/jersey/client/proxy/RequestParameters.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-proxy-client --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 15 source files with javac [debug target 17] to target/test-classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/ext/proxy-client/src/test/java/org/glassfish/jersey/client/proxy/WebResourceFactoryBeanParamTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/ext/proxy-client/src/test/java/org/glassfish/jersey/client/proxy/WebResourceFactoryBeanParamTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-proxy-client --- [INFO] Reserved port 36289 for jersey.config.test.container.port [INFO] Reserved port 36999 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jersey-proxy-client --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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.WebResourceFactoryBeanParamTest Apr 10, 2024 12:20:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36289/ Apr 10, 2024 12:20:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36289] Apr 10, 2024 12:20:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:20:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36289] Apr 10, 2024 12:20:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36289/ Apr 10, 2024 12:20:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36289] Apr 10, 2024 12:20:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:20:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36289] Apr 10, 2024 12:20:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36289/ Apr 10, 2024 12:20:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36289] Apr 10, 2024 12:20:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:20:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36289] Apr 10, 2024 12:20:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36289/ Apr 10, 2024 12:20:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36289] Apr 10, 2024 12:20:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:20:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36289] Apr 10, 2024 12:20:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36289/ Apr 10, 2024 12:20:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36289] Apr 10, 2024 12:20:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:20:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36289] Apr 10, 2024 12:20:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36289/ Apr 10, 2024 12:20:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36289] Apr 10, 2024 12:20:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:20:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36289] Apr 10, 2024 12:20:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36289/ Apr 10, 2024 12:20:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36289] Apr 10, 2024 12:20:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:20:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36289] Apr 10, 2024 12:20:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36289/ Apr 10, 2024 12:20:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36289] Apr 10, 2024 12:20:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:20:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36289] Apr 10, 2024 12:20:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36289/ Apr 10, 2024 12:20:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36289] Apr 10, 2024 12:20:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Apr 10, 2024 12:20:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36289] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.367 s -- in org.glassfish.jersey.client.proxy.WebResourceFactoryBeanParamTest [INFO] Running org.glassfish.jersey.client.proxy.RequestParametersTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s -- in org.glassfish.jersey.client.proxy.RequestParametersTest [INFO] Running org.glassfish.jersey.client.proxy.WebResourceFactoryTest Apr 10, 2024 12:20:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36289/ Apr 10, 2024 12:20:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36289] Apr 10, 2024 12:20:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Apr 10, 2024 12:20:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36289] Apr 10, 2024 12:20:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36289/ Apr 10, 2024 12:20:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36289] Apr 10, 2024 12:20:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Apr 10, 2024 12:20:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36289] Apr 10, 2024 12:20:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36289/ Apr 10, 2024 12:20:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36289] Apr 10, 2024 12:20:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Apr 10, 2024 12:20:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36289] Apr 10, 2024 12:20:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36289/ Apr 10, 2024 12:20:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36289] Apr 10, 2024 12:20:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Apr 10, 2024 12:20:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36289] Apr 10, 2024 12:20:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36289/ Apr 10, 2024 12:20:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36289] Apr 10, 2024 12:20:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Apr 10, 2024 12:20:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36289] Apr 10, 2024 12:20:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36289/ Apr 10, 2024 12:20:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36289] Apr 10, 2024 12:20:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Apr 10, 2024 12:20:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36289] Apr 10, 2024 12:20:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36289/ Apr 10, 2024 12:20:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36289] Apr 10, 2024 12:20:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Apr 10, 2024 12:20:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36289] Apr 10, 2024 12:20:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36289/ Apr 10, 2024 12:20:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36289] Apr 10, 2024 12:20:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Apr 10, 2024 12:20:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36289] Apr 10, 2024 12:20:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36289/ Apr 10, 2024 12:20:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36289] Apr 10, 2024 12:20:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Apr 10, 2024 12:20:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36289] Apr 10, 2024 12:20:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36289/ Apr 10, 2024 12:20:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36289] Apr 10, 2024 12:20:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Apr 10, 2024 12:20:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36289] Apr 10, 2024 12:20:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36289/ Apr 10, 2024 12:20:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36289] Apr 10, 2024 12:20:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Apr 10, 2024 12:20:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36289] Apr 10, 2024 12:20:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36289/ Apr 10, 2024 12:20:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36289] Apr 10, 2024 12:20:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Apr 10, 2024 12:20:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36289] Apr 10, 2024 12:20:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36289/ Apr 10, 2024 12:20:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36289] Apr 10, 2024 12:20:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Apr 10, 2024 12:20:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36289] Apr 10, 2024 12:20:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36289/ Apr 10, 2024 12:20:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36289] Apr 10, 2024 12:20:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Apr 10, 2024 12:20:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36289] Apr 10, 2024 12:20:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36289/ Apr 10, 2024 12:20:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36289] Apr 10, 2024 12:20:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Apr 10, 2024 12:20:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36289] Apr 10, 2024 12:20:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36289/ Apr 10, 2024 12:20:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36289] Apr 10, 2024 12:20:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Apr 10, 2024 12:20:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36289] Apr 10, 2024 12:20:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36289/ Apr 10, 2024 12:20:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36289] Apr 10, 2024 12:20:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Apr 10, 2024 12:20:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36289] Apr 10, 2024 12:20:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36289/ Apr 10, 2024 12:20:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36289] Apr 10, 2024 12:20:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Apr 10, 2024 12:20:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36289] Apr 10, 2024 12:20:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36289/ Apr 10, 2024 12:20:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36289] Apr 10, 2024 12:20:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Apr 10, 2024 12:20:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36289] Apr 10, 2024 12:20:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36289/ Apr 10, 2024 12:20:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36289] Apr 10, 2024 12:20:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Apr 10, 2024 12:20:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36289] Apr 10, 2024 12:20:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36289/ Apr 10, 2024 12:20:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36289] Apr 10, 2024 12:20:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Apr 10, 2024 12:20:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36289] Apr 10, 2024 12:20:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36289/ Apr 10, 2024 12:20:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36289] Apr 10, 2024 12:20:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Apr 10, 2024 12:20:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36289] Apr 10, 2024 12:20:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36289/ Apr 10, 2024 12:20:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36289] Apr 10, 2024 12:20:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Apr 10, 2024 12:20:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36289] Apr 10, 2024 12:20:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36289/ Apr 10, 2024 12:20:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36289] Apr 10, 2024 12:20:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Apr 10, 2024 12:20:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36289] Apr 10, 2024 12:20:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36289/ Apr 10, 2024 12:20:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36289] Apr 10, 2024 12:20:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Apr 10, 2024 12:20:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36289] [WARNING] Tests run: 31, Failures: 0, Errors: 0, Skipped: 6, Time elapsed: 2.202 s -- in org.glassfish.jersey.client.proxy.WebResourceFactoryTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 50, 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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/ext/proxy-client/target/jersey-proxy-client-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [68/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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.5.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 46843 for jersey.config.test.container.port [INFO] Reserved port 36599 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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [69/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-rx-client-guava --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-rx-client-guava --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/ext/rx/rx-client-guava/src/main/java/org/glassfish/jersey/client/rx/guava/JerseyRxListenableFutureInvoker.java: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/ext/rx/rx-client-guava/src/main/java/org/glassfish/jersey/client/rx/guava/JerseyRxListenableFutureInvoker.java: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-rx-client-guava --- [INFO] Reserved port 35963 for jersey.config.test.container.port [INFO] Reserved port 36511 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jersey-rx-client-guava --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 Apr 10, 2024 12:21:00 PM 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:962) at org.glassfish.jersey.client.JerseyInvocation.translate(JerseyInvocation.java:807) at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$2(JerseyInvocation.java:696) at org.glassfish.jersey.client.JerseyInvocation.call(JerseyInvocation.java:706) at org.glassfish.jersey.client.JerseyInvocation.lambda$runInScope$3(JerseyInvocation.java:700) at org.glassfish.jersey.internal.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:391) at org.glassfish.jersey.client.JerseyInvocation.runInScope(JerseyInvocation.java:700) at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:695) at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:458) 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.614 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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [70/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-rx-client-rxjava --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-rx-client-rxjava --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/ext/rx/rx-client-rxjava/src/main/java/org/glassfish/jersey/client/rx/rxjava/JerseyRxObservableInvoker.java: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/ext/rx/rx-client-rxjava/src/main/java/org/glassfish/jersey/client/rx/rxjava/JerseyRxObservableInvoker.java: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/ext/rx/rx-client-rxjava/src/main/java/org/glassfish/jersey/client/rx/rxjava/JerseyRxObservableInvoker.java: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/ext/rx/rx-client-rxjava/src/main/java/org/glassfish/jersey/client/rx/rxjava/JerseyRxObservableInvoker.java: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-rx-client-rxjava --- [INFO] Reserved port 45537 for jersey.config.test.container.port [INFO] Reserved port 37449 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jersey-rx-client-rxjava --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 Apr 10, 2024 12:21:03 PM 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:962) at org.glassfish.jersey.client.JerseyInvocation.translate(JerseyInvocation.java:807) at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$2(JerseyInvocation.java:696) at org.glassfish.jersey.client.JerseyInvocation.call(JerseyInvocation.java:706) at org.glassfish.jersey.client.JerseyInvocation.lambda$runInScope$3(JerseyInvocation.java:700) at org.glassfish.jersey.internal.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:391) at org.glassfish.jersey.client.JerseyInvocation.runInScope(JerseyInvocation.java:700) at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:695) at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:458) 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.700 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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [71/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-rx-client-rxjava2 --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-rx-client-rxjava2 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/ext/rx/rx-client-rxjava2/src/main/java/org/glassfish/jersey/client/rx/rxjava2/JerseyRxFlowableInvoker.java: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/ext/rx/rx-client-rxjava2/src/main/java/org/glassfish/jersey/client/rx/rxjava2/JerseyRxFlowableInvoker.java: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-rx-client-rxjava2 --- [INFO] Reserved port 44841 for jersey.config.test.container.port [INFO] Reserved port 44299 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jersey-rx-client-rxjava2 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 Apr 10, 2024 12:21:06 PM 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: 1.162 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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [72/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.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/ci-cd-integration_4.0/ext/spring6/src/main/resources/org/glassfish/jersey/server/spring/localization.properties [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-spring6 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/ext/spring6/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-spring6 --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-spring6 --- [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-spring6 --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-spring6 --- [INFO] Copying 3 resources from src/main/resources to target/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 target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/ext/spring6/src/main/java/org/glassfish/jersey/server/spring/SpringComponentProvider.java: /home/jenkins/agent/workspace/ci-cd-integration_4.0/ext/spring6/src/main/java/org/glassfish/jersey/server/spring/SpringComponentProvider.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/ext/spring6/src/main/java/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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/ext/spring6/src/main/java/org/glassfish/jersey/server/spring/SpringComponentProvider.java: /home/jenkins/agent/workspace/ci-cd-integration_4.0/ext/spring6/src/main/java/org/glassfish/jersey/server/spring/SpringComponentProvider.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/ext/spring6/src/main/java/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 target/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 target/test-classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-spring6 --- [INFO] Reserved port 44267 for jersey.config.test.container.port [INFO] Reserved port 35049 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jersey-spring6 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/ext/spring6/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.spring.fieldinjection.SpringFieldInjectionTest Standard Commons Logging discovery in action with spring-jcl: please remove commons-logging.jar from classpath in order to avoid potential conflicts Apr 10, 2024 12:21:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44267/ Apr 10, 2024 12:21:09 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:21:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44267] Apr 10, 2024 12:21:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:21:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44267] Apr 10, 2024 12:21:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44267/ Apr 10, 2024 12:21:10 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:21:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44267] Apr 10, 2024 12:21:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:21:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44267] Apr 10, 2024 12:21:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44267/ Apr 10, 2024 12:21:10 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:21:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44267] Apr 10, 2024 12:21:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:21:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44267] Apr 10, 2024 12:21:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44267/ Apr 10, 2024 12:21:10 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:21:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44267] Apr 10, 2024 12:21:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:21:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44267] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.811 s -- in org.glassfish.jersey.server.spring.fieldinjection.SpringFieldInjectionTest [INFO] Running org.glassfish.jersey.server.spring.filter.FilterTest Apr 10, 2024 12:21:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44267/ Apr 10, 2024 12:21:10 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:21:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44267] Apr 10, 2024 12:21:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:21:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44267] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 s -- in org.glassfish.jersey.server.spring.filter.FilterTest [INFO] Running org.glassfish.jersey.server.spring.parameterinjection.SpringParameterInjectionTest Apr 10, 2024 12:21:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44267/ Apr 10, 2024 12:21:10 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:21:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44267] Apr 10, 2024 12:21:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:21:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44267] Apr 10, 2024 12:21:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44267/ Apr 10, 2024 12:21:10 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:21:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44267] Apr 10, 2024 12:21:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:21:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44267] Apr 10, 2024 12:21:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44267/ Apr 10, 2024 12:21:10 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:21:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44267] Apr 10, 2024 12:21:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:21:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44267] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.317 s -- in org.glassfish.jersey.server.spring.parameterinjection.SpringParameterInjectionTest [INFO] Running org.glassfish.jersey.server.spring.profiles.SpringProfilesTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.glassfish.jersey.server.spring.profiles.SpringProfilesTest [INFO] Running org.glassfish.jersey.server.spring.profiles.SpringDefaultProfileResourceTest Apr 10, 2024 12:21:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44267/ Apr 10, 2024 12:21:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:21:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44267] Apr 10, 2024 12:21:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Apr 10, 2024 12:21:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44267] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 s -- in org.glassfish.jersey.server.spring.profiles.SpringDefaultProfileResourceTest [INFO] Running org.glassfish.jersey.server.spring.profiles.SpringDevProfileResourceTest Apr 10, 2024 12:21:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44267/ Apr 10, 2024 12:21:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:21:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44267] Apr 10, 2024 12:21:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Apr 10, 2024 12:21:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44267] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.100 s -- in org.glassfish.jersey.server.spring.profiles.SpringDevProfileResourceTest [INFO] Running org.glassfish.jersey.server.spring.aspect4j.Aspect4JTest Apr 10, 2024 12:21:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44267/ Apr 10, 2024 12:21:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:21:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44267] Apr 10, 2024 12:21:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Apr 10, 2024 12:21:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44267] Apr 10, 2024 12:21:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44267/ Apr 10, 2024 12:21:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:21:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44267] Apr 10, 2024 12:21:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Apr 10, 2024 12:21:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44267] Apr 10, 2024 12:21:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44267/ Apr 10, 2024 12:21:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:21:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44267] Apr 10, 2024 12:21:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Apr 10, 2024 12:21:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44267] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.749 s -- in org.glassfish.jersey.server.spring.aspect4j.Aspect4JTest [INFO] Running org.glassfish.jersey.server.spring.methodinjection.SpringMethodInjectionTest Apr 10, 2024 12:21:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44267/ Apr 10, 2024 12:21:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:21:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44267] Apr 10, 2024 12:21:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Apr 10, 2024 12:21:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44267] Apr 10, 2024 12:21:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44267/ Apr 10, 2024 12:21:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:21:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44267] Apr 10, 2024 12:21:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Apr 10, 2024 12:21:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44267] Apr 10, 2024 12:21:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44267/ Apr 10, 2024 12:21:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:21:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44267] Apr 10, 2024 12:21:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Apr 10, 2024 12:21:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44267] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.284 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/ci-cd-integration_4.0/ext/spring6/target/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/ci-cd-integration_4.0/ext/spring6/target/bom.xml [INFO] attaching as jersey-spring6-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_4.0/ext/spring6/target/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/ci-cd-integration_4.0/ext/spring6/target/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/ext/spring6/target/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/ci-cd-integration_4.0/ext/spring6/target/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/ci-cd-integration_4.0/ext/spring6/target/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/ci-cd-integration_4.0/ext/spring6/target/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 [73/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-wadl-doclet --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-wadl-doclet --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/ext/wadl-doclet/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-wadl-doclet --- [INFO] Copying 2 resources from ../.. to target/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/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/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-wadl-doclet --- [INFO] Copying 2 resources from target/legal to target/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/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/ext/wadl-doclet/src/main/java/org/glassfish/jersey/wadl/doclet/DocProcessorWrapper.java: /home/jenkins/agent/workspace/ci-cd-integration_4.0/ext/wadl-doclet/src/main/java/org/glassfish/jersey/wadl/doclet/DocProcessorWrapper.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/ext/wadl-doclet/src/main/java/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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/ext/wadl-doclet/src/main/java/org/glassfish/jersey/wadl/doclet/DocProcessorWrapper.java: /home/jenkins/agent/workspace/ci-cd-integration_4.0/ext/wadl-doclet/src/main/java/org/glassfish/jersey/wadl/doclet/DocProcessorWrapper.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/ext/wadl-doclet/src/main/java/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/ci-cd-integration_4.0/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.5.0:reserve-network-port (reserve-port) @ jersey-wadl-doclet --- [INFO] Reserved port 35791 for jersey.config.test.container.port [INFO] Reserved port 44673 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5: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/ci-cd-integration_4.0/ext/wadl-doclet/target/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/ci-cd-integration_4.0/ext/wadl-doclet/target/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/ci-cd-integration_4.0/ext/wadl-doclet/target/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/ci-cd-integration_4.0/ext/wadl-doclet/target/jersey-wadl-doclet-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-wadl-doclet --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_4.0/ext/wadl-doclet/target/jersey-wadl-doclet-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_4.0/ext/wadl-doclet/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-wadl-doclet --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/ext/wadl-doclet/target/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/ci-cd-integration_4.0/ext/wadl-doclet/target/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/ci-cd-integration_4.0/ext/wadl-doclet/target/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/ci-cd-integration_4.0/ext/wadl-doclet/target/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 [74/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.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/ci-cd-integration_4.0/media/json-binding/src/main/resources/org/glassfish/jersey/jsonb/localization.properties [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-media-json-binding --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-media-json-binding --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/media/json-binding/src/test/java/org/glassfish/jersey/jsonb/internal/JsonBindingProviderTest.java: /home/jenkins/agent/workspace/ci-cd-integration_4.0/media/json-binding/src/test/java/org/glassfish/jersey/jsonb/internal/JsonBindingProviderTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/media/json-binding/src/test/java/org/glassfish/jersey/jsonb/internal/JsonBindingProviderTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-media-json-binding --- [INFO] Reserved port 40433 for jersey.config.test.container.port [INFO] Reserved port 39991 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jersey-media-json-binding --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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.084 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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/media/json-binding/target/jersey-media-json-binding-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [75/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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.5.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 45885 for jersey.config.test.container.port [INFO] Reserved port 35901 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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [76/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-mp-rest-client --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-mp-rest-client --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/MethodModel.java:[412,82] non-varargs call of varargs method with inexact argument type for last parameter; cast to java.lang.Object for a varargs call cast to java.lang.Object[] for a non-varargs call and to suppress this warning [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/MethodModel.java:[421,78] non-varargs call of varargs method with inexact argument type for last parameter; cast to java.lang.Object for a varargs call cast to java.lang.Object[] for a non-varargs call and to suppress this warning [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/BeanClassModel.java:[205,16] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/ReflectionUtil.java:[42,16] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/ReflectionUtil.java:[53,16] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/InterfaceUtil.java:[139,42] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/RestClientProducer.java:[219,38] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/RestClientProducer.java:[367,21] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/RestClientProducer.java:[391,39] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/RestClientBuilderImpl.java:[280,38] java.security.AccessController in java.security has been deprecated and marked for removal [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/MethodModel.java:[412,82] non-varargs call of varargs method with inexact argument type for last parameter; cast to java.lang.Object for a varargs call cast to java.lang.Object[] for a non-varargs call and to suppress this warning [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/MethodModel.java:[421,78] non-varargs call of varargs method with inexact argument type for last parameter; cast to java.lang.Object for a varargs call cast to java.lang.Object[] for a non-varargs call and to suppress this warning [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/BeanClassModel.java:[205,16] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/ReflectionUtil.java:[42,16] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/ReflectionUtil.java:[53,16] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/InterfaceUtil.java:[139,42] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/RestClientProducer.java:[219,38] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/RestClientProducer.java:[367,21] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/RestClientProducer.java:[391,39] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/RestClientBuilderImpl.java:[280,38] java.security.AccessController in java.security has been deprecated and marked for removal [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-mp-rest-client --- [INFO] Reserved port 35687 for jersey.config.test.container.port [INFO] Reserved port 39191 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jersey-mp-rest-client --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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.081 s -- in org.glassfish.jersey.microprofile.restclient.InterfaceUtilTest [INFO] Running org.glassfish.jersey.microprofile.restclient.RestClientBuilderImplTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.glassfish.jersey.microprofile.restclient.RestClientBuilderImplTest [INFO] Running org.glassfish.jersey.microprofile.restclient.InterceptorInvocationContextTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.534 s -- in org.glassfish.jersey.microprofile.restclient.InterceptorInvocationContextTest [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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/ext/microprofile/mp-rest-client/target/jersey-mp-rest-client-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [77/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-mp-config --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-mp-config --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/ext/microprofile/mp-config/src/main/java/org/glassfish/jersey/microprofile/config/ConfigurationProvider.java: /home/jenkins/agent/workspace/ci-cd-integration_4.0/ext/microprofile/mp-config/src/main/java/org/glassfish/jersey/microprofile/config/ConfigurationProvider.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/ext/microprofile/mp-config/src/main/java/org/glassfish/jersey/microprofile/config/ConfigurationProvider.java: /home/jenkins/agent/workspace/ci-cd-integration_4.0/ext/microprofile/mp-config/src/main/java/org/glassfish/jersey/microprofile/config/ConfigurationProvider.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-mp-config --- [INFO] Reserved port 33619 for jersey.config.test.container.port [INFO] Reserved port 38315 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jersey-mp-config --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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.ExternalPropertiesConfigurationFactoryTest Apr 10, 2024 12:21:23 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:33619/ SLF4J(W): No SLF4J providers were found. SLF4J(W): Defaulting to no-operation (NOP) logger implementation SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details. Apr 10, 2024 12:21:24 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:21:24 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:33619/ Apr 10, 2024 12:21:24 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:21:25 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:33619/ Apr 10, 2024 12:21:25 PM 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.418 s -- in org.glassfish.jersey.microprofile.config.ExternalPropertiesConfigurationFactoryTest [INFO] Running org.glassfish.jersey.microprofile.config.ConfigurationProviderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.glassfish.jersey.microprofile.config.ConfigurationProviderTest [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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/ext/microprofile/mp-config/target/jersey-mp-config-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [78/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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.5.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 44333 for jersey.config.test.container.port [INFO] Reserved port 46549 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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [79/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.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/ci-cd-integration_4.0/incubator/cdi-inject-weld/src/main/resources/org/glassfish/jersey/inject/weld/internal/managed/localization.properties [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-cdi-inject-weld --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 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-cdi-inject-weld --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 45 source files with javac [debug target 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] Annotation processing is enabled because one or more processors were found on the class path. A future release of javac may disable annotation processing unless at least one processor is specified by name (-processor), or a search path is specified (--processor-path, --processor-module-path), or annotation processing is enabled explicitly (-proc:only, -proc:full). Use -Xlint:-options to suppress this message. Use -proc:none to disable annotation processing. [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/incubator/cdi-inject-weld/src/main/java/org/glassfish/jersey/inject/weld/internal/managed/CdiInjectionManager.java:[403,26] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/incubator/cdi-inject-weld/src/main/java/org/glassfish/jersey/inject/weld/internal/managed/CdiInjectionManager.java:[424,9] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/incubator/cdi-inject-weld/src/main/java/org/glassfish/jersey/inject/weld/internal/injector/ReflectionUtils.java:[76,16] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/incubator/cdi-inject-weld/src/main/java/org/glassfish/jersey/inject/weld/internal/injector/ReflectionUtils.java:[423,9] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/incubator/cdi-inject-weld/src/main/java/org/glassfish/jersey/inject/weld/internal/injector/CachedConstructorAnalyzer.java:[87,41] java.security.AccessController in java.security has been deprecated and marked for removal [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/incubator/cdi-inject-weld/src/main/java/org/glassfish/jersey/inject/weld/internal/managed/BinderRegisterExtension.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/incubator/cdi-inject-weld/src/main/java/org/glassfish/jersey/inject/weld/internal/managed/BinderRegisterExtension.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/incubator/cdi-inject-weld/src/main/java/org/glassfish/jersey/inject/weld/internal/injector/JerseyInjectionTarget.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/incubator/cdi-inject-weld/src/main/java/org/glassfish/jersey/inject/weld/internal/injector/JerseyInjectionTarget.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 45 source files with javac [debug target 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] Annotation processing is enabled because one or more processors were found on the class path. A future release of javac may disable annotation processing unless at least one processor is specified by name (-processor), or a search path is specified (--processor-path, --processor-module-path), or annotation processing is enabled explicitly (-proc:only, -proc:full). Use -Xlint:-options to suppress this message. Use -proc:none to disable annotation processing. [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/incubator/cdi-inject-weld/src/main/java/org/glassfish/jersey/inject/weld/internal/managed/CdiInjectionManager.java:[403,26] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/incubator/cdi-inject-weld/src/main/java/org/glassfish/jersey/inject/weld/internal/managed/CdiInjectionManager.java:[424,9] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/incubator/cdi-inject-weld/src/main/java/org/glassfish/jersey/inject/weld/internal/injector/ReflectionUtils.java:[76,16] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/incubator/cdi-inject-weld/src/main/java/org/glassfish/jersey/inject/weld/internal/injector/ReflectionUtils.java:[423,9] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/incubator/cdi-inject-weld/src/main/java/org/glassfish/jersey/inject/weld/internal/injector/CachedConstructorAnalyzer.java:[87,41] java.security.AccessController in java.security has been deprecated and marked for removal [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/incubator/cdi-inject-weld/src/main/java/org/glassfish/jersey/inject/weld/internal/managed/BinderRegisterExtension.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/incubator/cdi-inject-weld/src/main/java/org/glassfish/jersey/inject/weld/internal/managed/BinderRegisterExtension.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/incubator/cdi-inject-weld/src/main/java/org/glassfish/jersey/inject/weld/internal/injector/JerseyInjectionTarget.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/incubator/cdi-inject-weld/src/main/java/org/glassfish/jersey/inject/weld/internal/injector/JerseyInjectionTarget.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 31 source files with javac [debug target 17] to target/test-classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] Annotation processing is enabled because one or more processors were found on the class path. A future release of javac may disable annotation processing unless at least one processor is specified by name (-processor), or a search path is specified (--processor-path, --processor-module-path), or annotation processing is enabled explicitly (-proc:only, -proc:full). Use -Xlint:-options to suppress this message. Use -proc:none to disable annotation processing. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/incubator/cdi-inject-weld/src/test/java/org/glassfish/jersey/inject/weld/internal/managed/DisposableSupplierTest.java: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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.5.0:reserve-network-port (reserve-port) @ jersey-cdi-inject-weld --- [INFO] Reserved port 38065 for jersey.config.test.container.port [INFO] Reserved port 42983 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jersey-cdi-inject-weld --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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.binder.common.CoreCommonBindingsTest Apr 10, 2024 12:21:30 PM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 6.0.0 (Beta1) Apr 10, 2024 12:21:30 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 12:21:31 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 12:21:32 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ef03a76a-354d-455c-bd34-0aa18bc40136 initialized Apr 10, 2024 12:21:32 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ef03a76a-354d-455c-bd34-0aa18bc40136 shut down [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.932 s -- in org.glassfish.jersey.inject.weld.binder.common.CoreCommonBindingsTest [INFO] Running org.glassfish.jersey.inject.weld.binder.server.ServerBindingsTest Apr 10, 2024 12:21:32 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 12:21:32 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 12:21:32 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5739deca-1242-4b2b-b66f-69ed6da5f09a initialized Apr 10, 2024 12:21:32 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5739deca-1242-4b2b-b66f-69ed6da5f09a shut down [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.327 s -- in org.glassfish.jersey.inject.weld.binder.server.ServerBindingsTest [INFO] Running org.glassfish.jersey.inject.weld.binder.server.ModelProcessorBindingsTest Apr 10, 2024 12:21:32 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 12:21:32 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 12:21:32 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 090de336-5c8f-4129-b123-64a0be83ddd8 initialized Apr 10, 2024 12:21:32 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 090de336-5c8f-4129-b123-64a0be83ddd8 shut down [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.235 s -- in org.glassfish.jersey.inject.weld.binder.server.ModelProcessorBindingsTest [INFO] Running org.glassfish.jersey.inject.weld.binder.client.ClientBindingsTest Apr 10, 2024 12:21:33 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 12:21:33 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 12:21:33 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7f22104a-7196-4fe5-8733-d856534dba76 initialized Apr 10, 2024 12:21:33 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7f22104a-7196-4fe5-8733-d856534dba76 shut down [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.323 s -- in org.glassfish.jersey.inject.weld.binder.client.ClientBindingsTest [INFO] Running org.glassfish.jersey.inject.weld.binder.client.CustomProviderTest Apr 10, 2024 12:21:33 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 12:21:33 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 12:21:33 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container df214d5a-1a90-488f-a6c0-1f438ba3912e initialized Apr 10, 2024 12:21:33 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container df214d5a-1a90-488f-a6c0-1f438ba3912e shut down [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.339 s -- in org.glassfish.jersey.inject.weld.binder.client.CustomProviderTest [INFO] Running org.glassfish.jersey.inject.weld.internal.managed.ThreadScopeTest Apr 10, 2024 12:21:33 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 12:21:33 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 12:21:33 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3dbfdc87-ae90-4f8e-8796-2ec6e54c95bd initialized Apr 10, 2024 12:21:33 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3dbfdc87-ae90-4f8e-8796-2ec6e54c95bd shut down [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.201 s -- in org.glassfish.jersey.inject.weld.internal.managed.ThreadScopeTest [INFO] Running org.glassfish.jersey.inject.weld.internal.managed.SupplierInstanceBindingTest Apr 10, 2024 12:21:33 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 12:21:33 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 12:21:34 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2f39433d-a350-49a5-a287-e5213e8eba90 initialized Apr 10, 2024 12:21:34 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2f39433d-a350-49a5-a287-e5213e8eba90 shut down [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.168 s -- in org.glassfish.jersey.inject.weld.internal.managed.SupplierInstanceBindingTest [INFO] Running org.glassfish.jersey.inject.weld.internal.managed.ProviderInjectionTest Apr 10, 2024 12:21:34 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 12:21:34 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 12:21:34 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7db87e75-072e-485a-be8f-ddc1f719c455 initialized Apr 10, 2024 12:21:34 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7db87e75-072e-485a-be8f-ddc1f719c455 shut down [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.137 s -- in org.glassfish.jersey.inject.weld.internal.managed.ProviderInjectionTest [INFO] Running org.glassfish.jersey.inject.weld.internal.managed.SupplierContractsTest Apr 10, 2024 12:21:34 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 12:21:34 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 12:21:34 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 12:21:34 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 12:21:34 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 36f504bf-a023-4eed-ae91-ac9e61750e6e initialized Apr 10, 2024 12:21:34 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 36f504bf-a023-4eed-ae91-ac9e61750e6e shut down Apr 10, 2024 12:21:34 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 12:21:34 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 12:21:34 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f51d2872-d6bc-4db3-a417-379552e9d2ca initialized Apr 10, 2024 12:21:34 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f51d2872-d6bc-4db3-a417-379552e9d2ca shut down Apr 10, 2024 12:21:34 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 12:21:34 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 12:21:34 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7e7dc58b-c256-437c-937a-91baef19e64b initialized Apr 10, 2024 12:21:34 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7e7dc58b-c256-437c-937a-91baef19e64b shut down Apr 10, 2024 12:21:34 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 12:21:34 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 12:21:34 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 61fda2b2-76ec-49d1-b9d4-aa9672e25d1f initialized Apr 10, 2024 12:21:34 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 61fda2b2-76ec-49d1-b9d4-aa9672e25d1f shut down Apr 10, 2024 12:21:34 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 12:21:34 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 12:21:34 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5f6391fc-a9e4-437d-a0fb-6dcb6d03bee0 initialized Apr 10, 2024 12:21:34 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5f6391fc-a9e4-437d-a0fb-6dcb6d03bee0 shut down Apr 10, 2024 12:21:34 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 12:21:34 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 12:21:35 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c393d5c3-71e7-465e-bfdb-d3ad801fceca initialized Apr 10, 2024 12:21:35 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c393d5c3-71e7-465e-bfdb-d3ad801fceca shut down Apr 10, 2024 12:21:35 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 12:21:35 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 12:21:35 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 12:21:35 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 12:21:35 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 98e086f0-bce4-4998-ba4e-02a7df7eaf68 initialized Apr 10, 2024 12:21:35 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 98e086f0-bce4-4998-ba4e-02a7df7eaf68 shut down Apr 10, 2024 12:21:35 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 12:21:35 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 12:21:35 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3e40bc6e-943d-47ab-a073-929b2f242ac9 initialized Apr 10, 2024 12:21:35 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3e40bc6e-943d-47ab-a073-929b2f242ac9 shut down Apr 10, 2024 12:21:35 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 12:21:35 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 12:21:35 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 84b75752-cd06-4de6-8604-7872f8f43a11 initialized Apr 10, 2024 12:21:35 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 84b75752-cd06-4de6-8604-7872f8f43a11 shut down Apr 10, 2024 12:21:35 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 12:21:35 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.500 s -- in org.glassfish.jersey.inject.weld.internal.managed.SupplierContractsTest [INFO] Running org.glassfish.jersey.inject.weld.internal.managed.InjectionManagerTest Apr 10, 2024 12:21:35 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 12:21:35 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 12:21:35 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 11a15c85-7379-440a-8a7e-57575f33f454 initialized Apr 10, 2024 12:21:35 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 11a15c85-7379-440a-8a7e-57575f33f454 shut down [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 s -- in org.glassfish.jersey.inject.weld.internal.managed.InjectionManagerTest [INFO] Running org.glassfish.jersey.inject.weld.internal.managed.SupplierClassBindingTest Apr 10, 2024 12:21:35 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 12:21:35 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 12:21:35 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f377c23d-d260-4312-abe0-9134b17e2748 initialized Apr 10, 2024 12:21:35 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f377c23d-d260-4312-abe0-9134b17e2748 shut down [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.146 s -- in org.glassfish.jersey.inject.weld.internal.managed.SupplierClassBindingTest [INFO] Running org.glassfish.jersey.inject.weld.internal.managed.ClientInstanceInjectionTest Apr 10, 2024 12:21:35 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 12:21:35 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 12:21:36 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 89f7547e-3ab3-4bc9-afa4-225e7f755b3e initialized Apr 10, 2024 12:21:36 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 89f7547e-3ab3-4bc9-afa4-225e7f755b3e shut down [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 s -- in org.glassfish.jersey.inject.weld.internal.managed.ClientInstanceInjectionTest [INFO] Running org.glassfish.jersey.inject.weld.internal.managed.DisposableSupplierTest Apr 10, 2024 12:21:36 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 12:21:36 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 12:21:36 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ee7662a3-3e9a-4f8f-98bc-9f0ca5a0648f initialized Apr 10, 2024 12:21:36 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ee7662a3-3e9a-4f8f-98bc-9f0ca5a0648f shut down [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.190 s -- in org.glassfish.jersey.inject.weld.internal.managed.DisposableSupplierTest [INFO] Running org.glassfish.jersey.inject.weld.internal.injector.CachedConstructorAnalyzerTest Apr 10, 2024 12:21:36 PM org.glassfish.jersey.inject.weld.internal.injector.CachedConstructorAnalyzer getConstructorInternal WARNING: Found 2 constructors with 1 parameters in org.glassfish.jersey.inject.weld.internal.injector.CachedConstructorAnalyzerTest$BothAnnotatedConstructor class. Selecting the first found constructor: public org.glassfish.jersey.inject.weld.internal.injector.CachedConstructorAnalyzerTest$BothAnnotatedConstructor(java.lang.Integer) [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 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: 91, 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/ci-cd-integration_4.0/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 31 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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: [jakarta.servlet.*, 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/ci-cd-integration_4.0/incubator/cdi-inject-weld/target/jersey-cdi-inject-weld-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [80/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-declarative-linking --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-declarative-linking --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/incubator/declarative-linking/src/main/java/org/glassfish/jersey/linking/FieldDescriptor.java:[60,9] java.security.AccessController in java.security has been deprecated and marked for removal [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/incubator/declarative-linking/src/main/java/org/glassfish/jersey/linking/FieldDescriptor.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/incubator/declarative-linking/src/main/java/org/glassfish/jersey/linking/InjectLinksFieldDescriptor.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/incubator/declarative-linking/src/main/java/org/glassfish/jersey/linking/InjectLinksFieldDescriptor.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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/incubator/declarative-linking/src/main/java/org/glassfish/jersey/linking/FieldDescriptor.java:[60,9] java.security.AccessController in java.security has been deprecated and marked for removal [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/incubator/declarative-linking/src/main/java/org/glassfish/jersey/linking/FieldDescriptor.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/incubator/declarative-linking/src/main/java/org/glassfish/jersey/linking/InjectLinksFieldDescriptor.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/incubator/declarative-linking/src/main/java/org/glassfish/jersey/linking/InjectLinksFieldDescriptor.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/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/incubator/declarative-linking/src/test/java/org/glassfish/jersey/linking/integration/app/LinkingManualApplication.java: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/incubator/declarative-linking/src/test/java/org/glassfish/jersey/linking/HeaderProcessorTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-declarative-linking --- [INFO] Reserved port 42671 for jersey.config.test.container.port [INFO] Reserved port 42353 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jersey-declarative-linking --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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.LinkingTest Apr 10, 2024 12:21:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42671/ Apr 10, 2024 12:21:42 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:21:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42671] Apr 10, 2024 12:21:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:21:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42671] Apr 10, 2024 12:21:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42671/ Apr 10, 2024 12:21:42 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:21:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42671] Apr 10, 2024 12:21:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:21:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42671] Apr 10, 2024 12:21:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42671/ Apr 10, 2024 12:21:43 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:21:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42671] Apr 10, 2024 12:21:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:21:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42671] Apr 10, 2024 12:21:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42671/ Apr 10, 2024 12:21:43 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:21:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42671] Apr 10, 2024 12:21:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:21:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42671] Apr 10, 2024 12:21:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42671/ Apr 10, 2024 12:21:43 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:21:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42671] Apr 10, 2024 12:21:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:21:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42671] Apr 10, 2024 12:21:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42671/ Apr 10, 2024 12:21:43 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:21:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42671] Apr 10, 2024 12:21:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:21:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42671] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.068 s -- in org.glassfish.jersey.linking.integration.LinkingTest [INFO] Running org.glassfish.jersey.linking.integration.LinkingManualTest Apr 10, 2024 12:21:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42671/ Apr 10, 2024 12:21:43 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:21:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42671] Apr 10, 2024 12:21:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:21:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42671] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 s -- in org.glassfish.jersey.linking.integration.LinkingManualTest [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.049 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.014 s -- in org.glassfish.jersey.linking.LinkELContextTest [INFO] Running org.glassfish.jersey.linking.FieldProcessorTest Apr 10, 2024 12:21:43 PM org.glassfish.jersey.linking.FieldProcessorTest testComputedProperty INFO: Computed property Apr 10, 2024 12:21:43 PM org.glassfish.jersey.linking.FieldProcessorTest testMap INFO: Map Apr 10, 2024 12:21:43 PM org.glassfish.jersey.linking.FieldProcessorTest testProcessLinks INFO: Links Apr 10, 2024 12:21:43 PM org.glassfish.jersey.linking.FieldProcessorTest testArray INFO: Array Apr 10, 2024 12:21:43 PM org.glassfish.jersey.linking.FieldProcessorTest testMixed INFO: Mixed EL and template vars link Apr 10, 2024 12:21:43 PM org.glassfish.jersey.linking.FieldProcessorTest testELBindingOnLinks INFO: EL binding Apr 10, 2024 12:21:43 PM org.glassfish.jersey.linking.FieldProcessorTest testQueryResourceWithoutBindings INFO: QueryResource Apr 10, 2024 12:21:43 PM org.glassfish.jersey.linking.FieldProcessorTest testNoRecursiveNesting INFO: No Recursive Nesting Apr 10, 2024 12:21:43 PM org.glassfish.jersey.linking.FieldProcessorTest testQueryResource INFO: QueryResource Apr 10, 2024 12:21:43 PM org.glassfish.jersey.linking.FieldProcessorTest testEL INFO: El link Apr 10, 2024 12:21:43 PM org.glassfish.jersey.linking.FieldProcessorTest testELBindingOnLink INFO: EL binding Apr 10, 2024 12:21:43 PM org.glassfish.jersey.linking.FieldProcessorTest testBeanParamResource INFO: BeanParamResource Apr 10, 2024 12:21:43 PM org.glassfish.jersey.linking.FieldProcessorTest testELBinding INFO: EL binding Apr 10, 2024 12:21:43 PM org.glassfish.jersey.linking.FieldProcessorTest testDoubleQueryResource INFO: QueryResource Apr 10, 2024 12:21:43 PM org.glassfish.jersey.linking.FieldProcessorTest testCondition INFO: Condition Apr 10, 2024 12:21:43 PM org.glassfish.jersey.linking.FieldProcessorTest testLinkStyles INFO: Link styles Apr 10, 2024 12:21:43 PM org.glassfish.jersey.linking.FieldProcessorTest testSubresource INFO: Subresource Apr 10, 2024 12:21:43 PM org.glassfish.jersey.linking.FieldProcessorTest testNesting INFO: Nesting Apr 10, 2024 12:21:43 PM org.glassfish.jersey.linking.FieldProcessorTest testProcessLinksWithFields INFO: Links from field values Apr 10, 2024 12:21:43 PM org.glassfish.jersey.linking.FieldProcessorTest testCollection INFO: Collection Apr 10, 2024 12:21:43 PM org.glassfish.jersey.linking.FieldProcessorTest testELScopes INFO: EL scopes [INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 s -- in org.glassfish.jersey.linking.FieldProcessorTest [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.005 s -- in org.glassfish.jersey.linking.EntityDescriptorTest [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/ci-cd-integration_4.0/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 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/incubator/declarative-linking/target/jersey-declarative-linking-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [81/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-gae-integration --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-gae-integration --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] Annotation processing is enabled because one or more processors were found on the class path. A future release of javac may disable annotation processing unless at least one processor is specified by name (-processor), or a search path is specified (--processor-path, --processor-module-path), or annotation processing is enabled explicitly (-proc:only, -proc:full). Use -Xlint:-options to suppress this message. Use -proc:none to disable annotation processing. [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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] Annotation processing is enabled because one or more processors were found on the class path. A future release of javac may disable annotation processing unless at least one processor is specified by name (-processor), or a search path is specified (--processor-path, --processor-module-path), or annotation processing is enabled explicitly (-proc:only, -proc:full). Use -Xlint:-options to suppress this message. Use -proc:none to disable annotation processing. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-gae-integration --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/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.5.0:reserve-network-port (reserve-port) @ jersey-gae-integration --- [INFO] Reserved port 44213 for jersey.config.test.container.port [INFO] Reserved port 44319 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5: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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [82/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ html-json --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ html-json --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] Annotation processing is enabled because one or more processors were found on the class path. A future release of javac may disable annotation processing unless at least one processor is specified by name (-processor), or a search path is specified (--processor-path, --processor-module-path), or annotation processing is enabled explicitly (-proc:only, -proc:full). Use -Xlint:-options to suppress this message. Use -proc:none to disable annotation processing. [WARNING] Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.openide.util.ServiceProviderProcessor' less than -source '17' [WARNING] Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.openide.util.NamedServiceProcessor' less than -source '17' [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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] Annotation processing is enabled because one or more processors were found on the class path. A future release of javac may disable annotation processing unless at least one processor is specified by name (-processor), or a search path is specified (--processor-path, --processor-module-path), or annotation processing is enabled explicitly (-proc:only, -proc:full). Use -Xlint:-options to suppress this message. Use -proc:none to disable annotation processing. [WARNING] Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.openide.util.ServiceProviderProcessor' less than -source '17' [WARNING] Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.openide.util.NamedServiceProcessor' less than -source '17' [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ html-json --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] Annotation processing is enabled because one or more processors were found on the class path. A future release of javac may disable annotation processing unless at least one processor is specified by name (-processor), or a search path is specified (--processor-path, --processor-module-path), or annotation processing is enabled explicitly (-proc:only, -proc:full). Use -Xlint:-options to suppress this message. Use -proc:none to disable annotation processing. [WARNING] Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.openide.util.ServiceProviderProcessor' less than -source '17' [WARNING] Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.openide.util.NamedServiceProcessor' less than -source '17' [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/incubator/html-json/src/test/java/org/glassfish/jersey/media/htmljson/ModelEntityOnArrayTest.java: /home/jenkins/agent/workspace/ci-cd-integration_4.0/incubator/html-json/src/test/java/org/glassfish/jersey/media/htmljson/ModelEntityOnArrayTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/incubator/html-json/src/test/java/org/glassfish/jersey/media/htmljson/ModelEntityOnArrayTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ html-json --- [INFO] Reserved port 42115 for jersey.config.test.container.port [INFO] Reserved port 32837 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ html-json --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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.ComputedPropertyTest Apr 10, 2024 12:21:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42115/ Apr 10, 2024 12:21:49 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:21:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42115] Apr 10, 2024 12:21:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:21:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42115] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.977 s -- in org.glassfish.jersey.media.htmljson.ComputedPropertyTest [INFO] Running org.glassfish.jersey.media.htmljson.ModelEntityTest Apr 10, 2024 12:21:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42115/ Apr 10, 2024 12:21:50 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:21:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42115] Apr 10, 2024 12:21:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:21:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42115] Apr 10, 2024 12:21:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42115/ Apr 10, 2024 12:21:50 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:21:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42115] Apr 10, 2024 12:21:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:21:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42115] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.340 s -- in org.glassfish.jersey.media.htmljson.ModelEntityTest [INFO] Running org.glassfish.jersey.media.htmljson.ModelEntityOnListTest Apr 10, 2024 12:21:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42115/ Apr 10, 2024 12:21:50 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:21:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42115] Apr 10, 2024 12:21:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:21:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42115] Apr 10, 2024 12:21:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42115/ Apr 10, 2024 12:21:50 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:21:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42115] Apr 10, 2024 12:21:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:21:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42115] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.249 s -- in org.glassfish.jersey.media.htmljson.ModelEntityOnListTest [INFO] Running org.glassfish.jersey.media.htmljson.ModelEntityOnArrayTest Apr 10, 2024 12:21:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42115/ Apr 10, 2024 12:21:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:21:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42115] Apr 10, 2024 12:21:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:21:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42115] Apr 10, 2024 12:21:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42115/ Apr 10, 2024 12:21:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:21:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42115] Apr 10, 2024 12:21:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:21:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42115] Apr 10, 2024 12:21:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42115/ Apr 10, 2024 12:21:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:21:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42115] Apr 10, 2024 12:21:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:21:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42115] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.237 s -- in org.glassfish.jersey.media.htmljson.ModelEntityOnArrayTest [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/ci-cd-integration_4.0/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 17 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [83/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-injectless-client --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-injectless-client --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-injectless-client --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/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.5.0:reserve-network-port (reserve-port) @ jersey-injectless-client --- [INFO] Reserved port 38161 for jersey.config.test.container.port [INFO] Reserved port 36731 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5: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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/incubator/injectless-client/target/jersey-injectless-client-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [84/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-media-kryo --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-media-kryo --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/incubator/kryo/src/main/java/org/glassfish/jersey/kryo/internal/KryoMessageBodyProvider.java: /home/jenkins/agent/workspace/ci-cd-integration_4.0/incubator/kryo/src/main/java/org/glassfish/jersey/kryo/internal/KryoMessageBodyProvider.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/incubator/kryo/src/main/java/org/glassfish/jersey/kryo/internal/KryoMessageBodyProvider.java: /home/jenkins/agent/workspace/ci-cd-integration_4.0/incubator/kryo/src/main/java/org/glassfish/jersey/kryo/internal/KryoMessageBodyProvider.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-media-kryo --- [INFO] Reserved port 33663 for jersey.config.test.container.port [INFO] Reserved port 41967 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jersey-media-kryo --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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.PersonResourceRegistrationNotRequiredTest Apr 10, 2024 12:21:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33663/ Apr 10, 2024 12:21:55 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:21:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33663] Apr 10, 2024 12:21:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:21:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33663] Apr 10, 2024 12:21:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33663/ Apr 10, 2024 12:21:56 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:21:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33663] Apr 10, 2024 12:21:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:21:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33663] Apr 10, 2024 12:21:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33663/ Apr 10, 2024 12:21:56 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:21:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33663] Apr 10, 2024 12:21:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:21:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33663] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.238 s -- in org.glassfish.jersey.kryo.PersonResourceRegistrationNotRequiredTest [INFO] Running org.glassfish.jersey.kryo.PersonResourceTest Apr 10, 2024 12:21:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33663/ Apr 10, 2024 12:21:56 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:21:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33663] Apr 10, 2024 12:21:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:21:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33663] Apr 10, 2024 12:21:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33663/ Apr 10, 2024 12:21:56 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:21:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33663] Apr 10, 2024 12:21:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:21:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33663] Apr 10, 2024 12:21:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33663/ Apr 10, 2024 12:21:56 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:21:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33663] Apr 10, 2024 12:21:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:21:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33663] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.272 s -- in org.glassfish.jersey.kryo.PersonResourceTest [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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/incubator/kryo/target/jersey-media-kryo-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [85/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.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/ci-cd-integration_4.0/incubator/open-tracing/src/main/resources/org/glassfish/jersey/opentracing/localization.properties [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-open-tracing --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-open-tracing --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/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.5.0:reserve-network-port (reserve-port) @ jersey-open-tracing --- [INFO] Reserved port 41099 for jersey.config.test.container.port [INFO] Reserved port 34301 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5: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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/incubator/open-tracing/target/jersey-open-tracing-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [86/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.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/ci-cd-integration_4.0/inject/cdi2-se/src/main/resources/org/glassfish/jersey/inject/cdi/se/localization.properties [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-cdi2-se --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] Annotation processing is enabled because one or more processors were found on the class path. A future release of javac may disable annotation processing unless at least one processor is specified by name (-processor), or a search path is specified (--processor-path, --processor-module-path), or annotation processing is enabled explicitly (-proc:only, -proc:full). Use -Xlint:-options to suppress this message. Use -proc:none to disable annotation processing. [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/inject/cdi2-se/src/main/java/org/glassfish/jersey/inject/cdi/se/injector/CachedConstructorAnalyzer.java:[87,41] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/inject/cdi2-se/src/main/java/org/glassfish/jersey/inject/cdi/se/injector/ReflectionUtils.java:[76,16] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/inject/cdi2-se/src/main/java/org/glassfish/jersey/inject/cdi/se/injector/ReflectionUtils.java:[423,9] java.security.AccessController in java.security has been deprecated and marked for removal [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/inject/cdi2-se/src/main/java/org/glassfish/jersey/inject/cdi/se/injector/ReflectionUtils.java: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] Annotation processing is enabled because one or more processors were found on the class path. A future release of javac may disable annotation processing unless at least one processor is specified by name (-processor), or a search path is specified (--processor-path, --processor-module-path), or annotation processing is enabled explicitly (-proc:only, -proc:full). Use -Xlint:-options to suppress this message. Use -proc:none to disable annotation processing. [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/inject/cdi2-se/src/main/java/org/glassfish/jersey/inject/cdi/se/injector/CachedConstructorAnalyzer.java:[87,41] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/inject/cdi2-se/src/main/java/org/glassfish/jersey/inject/cdi/se/injector/ReflectionUtils.java:[76,16] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/inject/cdi2-se/src/main/java/org/glassfish/jersey/inject/cdi/se/injector/ReflectionUtils.java:[423,9] java.security.AccessController in java.security has been deprecated and marked for removal [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/inject/cdi2-se/src/main/java/org/glassfish/jersey/inject/cdi/se/injector/ReflectionUtils.java: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] Annotation processing is enabled because one or more processors were found on the class path. A future release of javac may disable annotation processing unless at least one processor is specified by name (-processor), or a search path is specified (--processor-path, --processor-module-path), or annotation processing is enabled explicitly (-proc:only, -proc:full). Use -Xlint:-options to suppress this message. Use -proc:none to disable annotation processing. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/inject/cdi2-se/src/test/java/org/glassfish/jersey/inject/cdi/se/SupplierContractsTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/inject/cdi2-se/src/test/java/org/glassfish/jersey/inject/cdi/se/SupplierContractsTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-cdi2-se --- [INFO] Reserved port 35125 for jersey.config.test.container.port [INFO] Reserved port 41721 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jersey-cdi2-se --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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.SupplierContractsTest Apr 10, 2024 12:22:01 PM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 6.0.0 (Beta1) Apr 10, 2024 12:22:02 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 12:22:02 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 12:22:02 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a12bbeac-54a4-451c-99f1-ca4f1c21b9d8 initialized Apr 10, 2024 12:22:03 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a12bbeac-54a4-451c-99f1-ca4f1c21b9d8 shut down Apr 10, 2024 12:22:03 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 12:22:03 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1ce39fd9-43a7-4331-b332-5cd07c693b33 initialized Apr 10, 2024 12:22:03 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1ce39fd9-43a7-4331-b332-5cd07c693b33 shut down Apr 10, 2024 12:22:03 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 12:22:03 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 19e3147d-f23e-45f7-8e1a-6ed7e80634bb initialized Apr 10, 2024 12:22:03 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 19e3147d-f23e-45f7-8e1a-6ed7e80634bb shut down Apr 10, 2024 12:22:03 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 12:22:03 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 064304b3-7296-4d77-9d72-997dfe01ec96 initialized Apr 10, 2024 12:22:03 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 064304b3-7296-4d77-9d72-997dfe01ec96 shut down Apr 10, 2024 12:22:03 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 12:22:03 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container cc649c8f-c836-4cbc-b036-52d8d826d38e initialized Apr 10, 2024 12:22:03 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container cc649c8f-c836-4cbc-b036-52d8d826d38e shut down Apr 10, 2024 12:22:03 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 12:22:03 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d682a1eb-492d-4a81-8f8f-16f3cea7b31d initialized Apr 10, 2024 12:22:03 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d682a1eb-492d-4a81-8f8f-16f3cea7b31d shut down Apr 10, 2024 12:22:03 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 12:22:03 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 12:22:03 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container bc7bb8c4-d83c-4a23-9570-c37b4504af5e initialized Apr 10, 2024 12:22:03 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container bc7bb8c4-d83c-4a23-9570-c37b4504af5e shut down Apr 10, 2024 12:22:03 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 12:22:03 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 96f862b2-e107-436b-8c9b-c7762b6c1edd initialized Apr 10, 2024 12:22:03 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 96f862b2-e107-436b-8c9b-c7762b6c1edd shut down Apr 10, 2024 12:22:03 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 12:22:03 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f9b54923-40e5-4c50-a80a-9e7b076203c7 initialized Apr 10, 2024 12:22:03 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f9b54923-40e5-4c50-a80a-9e7b076203c7 shut down Apr 10, 2024 12:22:03 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.245 s -- in org.glassfish.jersey.inject.cdi.se.SupplierContractsTest [INFO] Running org.glassfish.jersey.inject.cdi.se.SupplierClassBindingTest Apr 10, 2024 12:22:04 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 12:22:04 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container cafc2440-abab-43f4-bead-05400ef379f1 initialized Apr 10, 2024 12:22:04 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container cafc2440-abab-43f4-bead-05400ef379f1 shut down Apr 10, 2024 12:22:04 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 12:22:04 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 27266155-1211-4323-99cb-2cbb6c93530b initialized Apr 10, 2024 12:22:04 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 27266155-1211-4323-99cb-2cbb6c93530b shut down Apr 10, 2024 12:22:04 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 12:22:04 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container cd8011d2-7b45-4c7d-b010-c620d07e7e2e initialized Apr 10, 2024 12:22:04 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container cd8011d2-7b45-4c7d-b010-c620d07e7e2e shut down Apr 10, 2024 12:22:04 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 12:22:04 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e00212a8-8175-4178-96ca-b8f1b0106f25 initialized Apr 10, 2024 12:22:04 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e00212a8-8175-4178-96ca-b8f1b0106f25 shut down Apr 10, 2024 12:22:04 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 12:22:04 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5a15524b-3320-4f36-9054-4e3105f0f24a initialized Apr 10, 2024 12:22:04 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5a15524b-3320-4f36-9054-4e3105f0f24a shut down [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.288 s -- in org.glassfish.jersey.inject.cdi.se.SupplierClassBindingTest [INFO] Running org.glassfish.jersey.inject.cdi.se.injector.JerseyProxyResolverTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.glassfish.jersey.inject.cdi.se.injector.JerseyProxyResolverTest [INFO] Running org.glassfish.jersey.inject.cdi.se.injector.CachedConstructorAnalyzerTest Apr 10, 2024 12:22:04 PM org.glassfish.jersey.inject.cdi.se.injector.CachedConstructorAnalyzer getConstructorInternal WARNING: Found 2 constructors with 1 parameters in org.glassfish.jersey.inject.cdi.se.injector.CachedConstructorAnalyzerTest$BothAnnotatedConstructor class. Selecting the first found constructor: public org.glassfish.jersey.inject.cdi.se.injector.CachedConstructorAnalyzerTest$BothAnnotatedConstructor(java.lang.Integer) [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s -- in org.glassfish.jersey.inject.cdi.se.injector.CachedConstructorAnalyzerTest [INFO] Running org.glassfish.jersey.inject.cdi.se.SupplierInstanceBindingTest Apr 10, 2024 12:22:04 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 12:22:04 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container bd002401-92d5-4418-b075-eb40d8fb1f98 initialized Apr 10, 2024 12:22:04 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container bd002401-92d5-4418-b075-eb40d8fb1f98 shut down Apr 10, 2024 12:22:04 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 12:22:04 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5d7cd145-ee86-484f-b1aa-d71745de4fc9 initialized Apr 10, 2024 12:22:04 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5d7cd145-ee86-484f-b1aa-d71745de4fc9 shut down Apr 10, 2024 12:22:04 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 12:22:04 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 84594104-b67c-4738-bd81-63b44d548440 initialized Apr 10, 2024 12:22:04 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 84594104-b67c-4738-bd81-63b44d548440 shut down Apr 10, 2024 12:22:04 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 12:22:04 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3d019755-c553-48ef-914a-6fa9117403a7 initialized Apr 10, 2024 12:22:04 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3d019755-c553-48ef-914a-6fa9117403a7 shut down [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.181 s -- in org.glassfish.jersey.inject.cdi.se.SupplierInstanceBindingTest [INFO] Running org.glassfish.jersey.inject.cdi.se.DisposableSupplierTest Apr 10, 2024 12:22:04 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 12:22:04 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3c9837ad-7562-490a-9108-b2496acb64a2 initialized Apr 10, 2024 12:22:04 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3c9837ad-7562-490a-9108-b2496acb64a2 shut down Apr 10, 2024 12:22:04 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 12:22:04 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e41dbd8d-8eb4-4014-9401-16e9f8cf08d5 initialized Apr 10, 2024 12:22:04 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e41dbd8d-8eb4-4014-9401-16e9f8cf08d5 shut down Apr 10, 2024 12:22:04 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 12:22:04 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6faa83b1-d774-4df5-b0a0-3623f4bccee6 initialized Apr 10, 2024 12:22:04 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6faa83b1-d774-4df5-b0a0-3623f4bccee6 shut down Apr 10, 2024 12:22:04 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 12:22:04 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b79f9477-f863-4686-acd4-13f45daaacf5 initialized Apr 10, 2024 12:22:04 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b79f9477-f863-4686-acd4-13f45daaacf5 shut down Apr 10, 2024 12:22:04 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 12:22:04 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 60f99530-f318-4acb-ab57-8b6e8996f1b8 initialized Apr 10, 2024 12:22:04 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 60f99530-f318-4acb-ab57-8b6e8996f1b8 shut down Apr 10, 2024 12:22:04 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 12:22:04 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7aa74259-84d3-47fc-8017-ccfd1dec4f8c initialized Apr 10, 2024 12:22:04 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7aa74259-84d3-47fc-8017-ccfd1dec4f8c shut down Apr 10, 2024 12:22:04 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 12:22:04 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b4383789-ea01-403f-a6e3-b59194e2809c initialized Apr 10, 2024 12:22:04 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b4383789-ea01-403f-a6e3-b59194e2809c shut down Apr 10, 2024 12:22:04 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 12:22:04 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f55910ed-9740-4457-acf6-8646a7c17504 initialized Apr 10, 2024 12:22:04 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f55910ed-9740-4457-acf6-8646a7c17504 shut down Apr 10, 2024 12:22:04 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 12:22:04 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container fb73ecaf-f11a-41a7-826a-c931b47bef4d initialized Apr 10, 2024 12:22:04 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container fb73ecaf-f11a-41a7-826a-c931b47bef4d shut down Apr 10, 2024 12:22:04 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 12:22:04 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 48610a50-698c-436b-92c7-e5239fbb9514 initialized Apr 10, 2024 12:22:04 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 48610a50-698c-436b-92c7-e5239fbb9514 shut down Apr 10, 2024 12:22:04 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 12:22:05 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4414de6e-3d51-4185-8909-63bcc427288a initialized Apr 10, 2024 12:22:05 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4414de6e-3d51-4185-8909-63bcc427288a shut down Apr 10, 2024 12:22:05 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 12:22:05 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container cda119a0-548c-4c33-bc5b-8798361f7a75 initialized Apr 10, 2024 12:22:05 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container cda119a0-548c-4c33-bc5b-8798361f7a75 shut down Apr 10, 2024 12:22:05 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 12:22:05 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 079e7829-bfa0-4899-8b8b-ed8d0a2575b8 initialized Apr 10, 2024 12:22:05 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 079e7829-bfa0-4899-8b8b-ed8d0a2575b8 shut down Apr 10, 2024 12:22:05 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 12:22:05 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c2627428-41f7-4b9d-b417-0b8610626657 initialized Apr 10, 2024 12:22:05 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c2627428-41f7-4b9d-b417-0b8610626657 shut down Apr 10, 2024 12:22:05 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 12:22:05 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 62d249e3-2e5f-42be-8373-9c7b1b02dcec initialized Apr 10, 2024 12:22:05 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 62d249e3-2e5f-42be-8373-9c7b1b02dcec shut down Apr 10, 2024 12:22:05 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 12:22:05 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a026d5d3-8ba4-4f25-94d0-5320f7bc0d5b initialized Apr 10, 2024 12:22:05 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a026d5d3-8ba4-4f25-94d0-5320f7bc0d5b shut down Apr 10, 2024 12:22:05 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 12:22:05 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 823cf3e2-1929-443b-988c-fe184ba641d5 initialized Apr 10, 2024 12:22:05 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 823cf3e2-1929-443b-988c-fe184ba641d5 shut down [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.738 s -- in org.glassfish.jersey.inject.cdi.se.DisposableSupplierTest [INFO] Running org.glassfish.jersey.inject.cdi.se.ProviderInjectionTest Apr 10, 2024 12:22:05 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 12:22:05 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4bd11d9d-ec75-4d35-9a78-faa8868889b1 initialized Apr 10, 2024 12:22:05 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4bd11d9d-ec75-4d35-9a78-faa8868889b1 shut down Apr 10, 2024 12:22:05 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 12:22:05 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ce5bca5d-bacf-46d1-a38f-db4d2778b7e1 initialized Apr 10, 2024 12:22:05 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ce5bca5d-bacf-46d1-a38f-db4d2778b7e1 shut down Apr 10, 2024 12:22:05 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 12:22:05 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5f034299-0e43-488a-a725-8e95efe108c6 initialized Apr 10, 2024 12:22:05 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5f034299-0e43-488a-a725-8e95efe108c6 shut down Apr 10, 2024 12:22:05 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 12:22:05 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6ff1463a-28ee-4bf1-956e-12dfa71ad8fa initialized Apr 10, 2024 12:22:05 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6ff1463a-28ee-4bf1-956e-12dfa71ad8fa shut down [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.210 s -- in org.glassfish.jersey.inject.cdi.se.ProviderInjectionTest [INFO] Running org.glassfish.jersey.inject.cdi.se.ThreadScopeTest Apr 10, 2024 12:22:05 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 12:22:05 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d968a421-c43a-454f-906b-4fb145a7105d initialized Apr 10, 2024 12:22:05 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 12:22:05 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c79c8855-cb29-45b3-b067-2aa6a4447214 initialized Apr 10, 2024 12:22:05 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 12:22:05 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 29277e7d-dcae-461e-9b17-72c56e93231c initialized Apr 10, 2024 12:22:05 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 12:22:05 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 07d2acb6-5feb-4359-91ea-aa5239ac3410 initialized Apr 10, 2024 12:22:05 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 12:22:05 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1ca1a402-8afc-4fee-9710-fc27cf7252ab 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] [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/ci-cd-integration_4.0/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 21 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/inject/cdi2-se/target/jersey-cdi2-se-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [87/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.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/ci-cd-integration_4.0/media/json-gson/src/main/resources/org/glassfish/jersey/gson/localization.properties [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-media-json-gson --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-media-json-gson --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/media/json-gson/src/test/java/org/glassfish/jersey/gson/internal/JsonGsonProviderTest.java: /home/jenkins/agent/workspace/ci-cd-integration_4.0/media/json-gson/src/test/java/org/glassfish/jersey/gson/internal/JsonGsonProviderTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/media/json-gson/src/test/java/org/glassfish/jersey/gson/internal/JsonGsonProviderTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-media-json-gson --- [INFO] Reserved port 43415 for jersey.config.test.container.port [INFO] Reserved port 46177 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jersey-media-json-gson --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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.086 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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/media/json-gson/target/jersey-media-json-gson-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [88/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.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/ci-cd-integration_4.0/media/json-jettison/src/main/resources/org/glassfish/jersey/jettison/internal/localization.properties [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-media-json-jettison --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-media-json-jettison --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/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.5.0:reserve-network-port (reserve-port) @ jersey-media-json-jettison --- [INFO] Reserved port 39401 for jersey.config.test.container.port [INFO] Reserved port 43221 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5: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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/media/json-jettison/target/jersey-media-json-jettison-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [89/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.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.5.0:add-source (default) @ jersey-media-json-processing --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-media-json-processing --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-media-json-processing --- [INFO] Reserved port 45393 for jersey.config.test.container.port [INFO] Reserved port 38895 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jersey-media-json-processing --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 Apr 10, 2024 12:22:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:22:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:22:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:22:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:22:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:22:13 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:22:13 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:22:13 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:22:13 PM 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.973 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.357 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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/media/json-processing/target/jersey-media-json-processing-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [90/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.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.5.0:add-source (default) @ jersey-media-moxy --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/media/moxy/src/main/java/org/glassfish/jersey/moxy/json/internal/ConfigurableMoxyJsonProvider.java:[68,34] java.security.AccessController in java.security has been deprecated and marked for removal [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/media/moxy/src/main/java/org/glassfish/jersey/moxy/json/MoxyJsonConfig.java: /home/jenkins/agent/workspace/ci-cd-integration_4.0/media/moxy/src/main/java/org/glassfish/jersey/moxy/json/MoxyJsonConfig.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/media/moxy/src/main/java/org/glassfish/jersey/moxy/json/internal/ConfigurableMoxyJsonProvider.java:[68,34] java.security.AccessController in java.security has been deprecated and marked for removal [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/media/moxy/src/main/java/org/glassfish/jersey/moxy/json/MoxyJsonConfig.java: /home/jenkins/agent/workspace/ci-cd-integration_4.0/media/moxy/src/main/java/org/glassfish/jersey/moxy/json/MoxyJsonConfig.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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.5.0:reserve-network-port (reserve-port) @ jersey-media-moxy --- [INFO] Reserved port 41579 for jersey.config.test.container.port [INFO] Reserved port 34079 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5: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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/media/moxy/target/jersey-media-moxy-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [91/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.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/ci-cd-integration_4.0/media/multipart/src/main/resources/org/glassfish/jersey/media/multipart/internal/localization.properties [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-media-multipart --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/media/multipart/src/test/java/org/glassfish/jersey/media/multipart/internal/FormDataMultiPartReaderWriterTest.java: /home/jenkins/agent/workspace/ci-cd-integration_4.0/media/multipart/src/test/java/org/glassfish/jersey/media/multipart/internal/FormDataMultiPartReaderWriterTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/media/multipart/src/test/java/org/glassfish/jersey/media/multipart/internal/FormDataMultiPartReaderWriterTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/media/multipart/src/test/java/org/glassfish/jersey/media/multipart/StringKeyIgnoreCaseMultivaluedMapAsHeadersMapTest.java: /home/jenkins/agent/workspace/ci-cd-integration_4.0/media/multipart/src/test/java/org/glassfish/jersey/media/multipart/StringKeyIgnoreCaseMultivaluedMapAsHeadersMapTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/media/multipart/src/test/java/org/glassfish/jersey/media/multipart/StringKeyIgnoreCaseMultivaluedMapAsHeadersMapTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-media-multipart --- [INFO] Reserved port 38737 for jersey.config.test.container.port [INFO] Reserved port 35203 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jersey-media-multipart --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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.internal.FormDataMultiPartReaderWriterTest Apr 10, 2024 12:22:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38737/ Apr 10, 2024 12:22:19 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:22:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38737] Apr 10, 2024 12:22:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:22:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38737] Apr 10, 2024 12:22:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38737/ Apr 10, 2024 12:22:20 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:22:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38737] Apr 10, 2024 12:22:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:22:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38737] Apr 10, 2024 12:22:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38737/ Apr 10, 2024 12:22:20 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:22:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38737] Apr 10, 2024 12:22:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:22:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38737] Apr 10, 2024 12:22:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38737/ Apr 10, 2024 12:22:21 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:22:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38737] Apr 10, 2024 12:22:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:22:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38737] Apr 10, 2024 12:22:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38737/ Apr 10, 2024 12:22:21 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:22:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38737] Apr 10, 2024 12:22:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:22:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38737] Apr 10, 2024 12:22:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38737/ Apr 10, 2024 12:22:21 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:22:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38737] Apr 10, 2024 12:22:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:22:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38737] Apr 10, 2024 12:22:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38737/ Apr 10, 2024 12:22:21 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:22:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38737] Apr 10, 2024 12:22:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:22:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38737] Apr 10, 2024 12:22:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38737/ Apr 10, 2024 12:22:21 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:22:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38737] Apr 10, 2024 12:22:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:22:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38737] Apr 10, 2024 12:22:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38737/ Apr 10, 2024 12:22:21 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:22:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38737] Apr 10, 2024 12:22:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Apr 10, 2024 12:22:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38737] Apr 10, 2024 12:22:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38737/ Apr 10, 2024 12:22:22 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:22:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38737] Apr 10, 2024 12:22:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Apr 10, 2024 12:22:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38737] Apr 10, 2024 12:22:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38737/ Apr 10, 2024 12:22:22 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:22:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38737] Apr 10, 2024 12:22:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Apr 10, 2024 12:22:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38737] Apr 10, 2024 12:22:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38737/ Apr 10, 2024 12:22:22 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:22:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38737] Apr 10, 2024 12:22:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Apr 10, 2024 12:22:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38737] Apr 10, 2024 12:22:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38737/ Apr 10, 2024 12:22:23 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:22:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38737] Apr 10, 2024 12:22:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Apr 10, 2024 12:22:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38737] Apr 10, 2024 12:22:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38737/ Apr 10, 2024 12:22:23 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:22:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38737] Apr 10, 2024 12:22:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Apr 10, 2024 12:22:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38737] Apr 10, 2024 12:22:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38737/ Apr 10, 2024 12:22:24 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:22:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38737] Apr 10, 2024 12:22:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Apr 10, 2024 12:22:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38737] Apr 10, 2024 12:22:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38737/ Apr 10, 2024 12:22:24 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:22:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38737] Apr 10, 2024 12:22:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Apr 10, 2024 12:22:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38737] [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.030 s -- in org.glassfish.jersey.media.multipart.internal.FormDataMultiPartReaderWriterTest [INFO] Running org.glassfish.jersey.media.multipart.internal.MultiPartHeaderModificationTest Apr 10, 2024 12:22:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38737/ Apr 10, 2024 12:22:24 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:22:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38737] Apr 10, 2024 12:22:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Apr 10, 2024 12:22:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38737] Apr 10, 2024 12:22:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38737/ Apr 10, 2024 12:22:24 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:22:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38737] Apr 10, 2024 12:22:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. SLF4J(W): No SLF4J providers were found. SLF4J(W): Defaulting to no-operation (NOP) logger implementation SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details. Apr 10, 2024 12:22:24 PM org.glassfish.jersey.message.internal.HeaderUtils checkHeaderChanges WARNING: There are some request headers that have not been sent by connector [org.glassfish.jersey.grizzly.connector.GrizzlyConnector]. Probably you added those headers in WriterInterceptor or MessageBodyWriter. That feature is not supported by the connector. Please, do not modify headers in WriterInterceptor or MessageBodyWriter or use default HttpUrlConnector instead. Unsent header changes: [MIME-Version, Content-Type] Apr 10, 2024 12:22:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38737] Apr 10, 2024 12:22:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38737/ Apr 10, 2024 12:22:24 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:22:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38737] Apr 10, 2024 12:22:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Apr 10, 2024 12:22:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38737] Apr 10, 2024 12:22:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38737/ Apr 10, 2024 12:22:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:22:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38737] Apr 10, 2024 12:22:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Apr 10, 2024 12:22:25 PM org.glassfish.jersey.message.internal.HeaderUtils checkHeaderChanges WARNING: There are some request headers that have not been sent by connector [org.glassfish.jersey.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: [MIME-Version, Content-Type] Apr 10, 2024 12:22:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38737] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.872 s -- in org.glassfish.jersey.media.multipart.internal.MultiPartHeaderModificationTest [INFO] Running org.glassfish.jersey.media.multipart.internal.FormDataMultiPartBufferTest Apr 10, 2024 12:22:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38737/ Apr 10, 2024 12:22:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:22:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38737] Apr 10, 2024 12:22:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Apr 10, 2024 12:22:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38737] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s -- in org.glassfish.jersey.media.multipart.internal.FormDataMultiPartBufferTest [INFO] Running org.glassfish.jersey.media.multipart.internal.MultiPartReaderWriterTest Apr 10, 2024 12:22:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38737/ Apr 10, 2024 12:22:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:22:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38737] Apr 10, 2024 12:22:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Apr 10, 2024 12:22:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38737] Apr 10, 2024 12:22:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38737/ Apr 10, 2024 12:22:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:22:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38737] Apr 10, 2024 12:22:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Apr 10, 2024 12:22:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38737] Apr 10, 2024 12:22:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38737/ Apr 10, 2024 12:22:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:22:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38737] Apr 10, 2024 12:22:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Apr 10, 2024 12:22:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38737] Apr 10, 2024 12:22:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38737/ Apr 10, 2024 12:22:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:22:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38737] Apr 10, 2024 12:22:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Apr 10, 2024 12:22:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38737] Apr 10, 2024 12:22:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38737/ Apr 10, 2024 12:22:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:22:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38737] Apr 10, 2024 12:22:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Apr 10, 2024 12:22:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38737] Apr 10, 2024 12:22:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38737/ Apr 10, 2024 12:22:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:22:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38737] Apr 10, 2024 12:22:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Apr 10, 2024 12:22:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38737] Apr 10, 2024 12:22:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38737/ Apr 10, 2024 12:22:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:22:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38737] Apr 10, 2024 12:22:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Apr 10, 2024 12:22:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38737] Apr 10, 2024 12:22:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38737/ Apr 10, 2024 12:22:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:22:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38737] Apr 10, 2024 12:22:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Apr 10, 2024 12:22:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38737] Apr 10, 2024 12:22:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38737/ Apr 10, 2024 12:22:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:22:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38737] Apr 10, 2024 12:22:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Apr 10, 2024 12:22:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38737] Apr 10, 2024 12:22:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38737/ Apr 10, 2024 12:22:26 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:22:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38737] Apr 10, 2024 12:22:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Apr 10, 2024 12:22:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38737] Apr 10, 2024 12:22:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38737/ Apr 10, 2024 12:22:26 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:22:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38737] Apr 10, 2024 12:22:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Apr 10, 2024 12:22:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38737] Apr 10, 2024 12:22:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38737/ Apr 10, 2024 12:22:26 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:22:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38737] Apr 10, 2024 12:22:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Apr 10, 2024 12:22:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38737] Apr 10, 2024 12:22:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38737/ Apr 10, 2024 12:22:26 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:22:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38737] Apr 10, 2024 12:22:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Apr 10, 2024 12:22:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38737] [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.076 s -- in org.glassfish.jersey.media.multipart.internal.MultiPartReaderWriterTest [INFO] Running org.glassfish.jersey.media.multipart.internal.EntityPartBeansTest Apr 10, 2024 12:22:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38737/ Apr 10, 2024 12:22:26 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:22:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38737] Apr 10, 2024 12:22:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Apr 10, 2024 12:22:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38737] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s -- in org.glassfish.jersey.media.multipart.internal.EntityPartBeansTest [INFO] Running org.glassfish.jersey.media.multipart.internal.EntityPartTest Apr 10, 2024 12:22:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38737/ Apr 10, 2024 12:22:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38737] Apr 10, 2024 12:22:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Apr 10, 2024 12:22:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38737] Apr 10, 2024 12:22:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38737/ Apr 10, 2024 12:22:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38737] Apr 10, 2024 12:22:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Apr 10, 2024 12:22:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38737] Apr 10, 2024 12:22:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38737/ Apr 10, 2024 12:22:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38737] Apr 10, 2024 12:22:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Apr 10, 2024 12:22:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38737] Apr 10, 2024 12:22:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38737/ Apr 10, 2024 12:22:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38737] Apr 10, 2024 12:22:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Apr 10, 2024 12:22:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38737] Apr 10, 2024 12:22:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38737/ Apr 10, 2024 12:22:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38737] Apr 10, 2024 12:22:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Apr 10, 2024 12:22:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38737] Apr 10, 2024 12:22:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38737/ Apr 10, 2024 12:22:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38737] Apr 10, 2024 12:22:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Apr 10, 2024 12:22:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38737] Apr 10, 2024 12:22:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38737/ Apr 10, 2024 12:22:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38737] Apr 10, 2024 12:22:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. Apr 10, 2024 12:22:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38737] Apr 10, 2024 12:22:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38737/ Apr 10, 2024 12:22:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38737] Apr 10, 2024 12:22:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. Apr 10, 2024 12:22:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38737] Apr 10, 2024 12:22:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38737/ Apr 10, 2024 12:22:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38737] Apr 10, 2024 12:22:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-43] Started. Apr 10, 2024 12:22:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38737] Apr 10, 2024 12:22:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38737/ Apr 10, 2024 12:22:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38737] Apr 10, 2024 12:22:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-44] Started. Apr 10, 2024 12:22:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38737] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.680 s -- in org.glassfish.jersey.media.multipart.internal.EntityPartTest [INFO] Running org.glassfish.jersey.media.multipart.MultiPartTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.glassfish.jersey.media.multipart.MultiPartTest [INFO] Running org.glassfish.jersey.media.multipart.BodyPartTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.glassfish.jersey.media.multipart.BodyPartTest [INFO] Running org.glassfish.jersey.media.multipart.MediaTypeTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.glassfish.jersey.media.multipart.MediaTypeTest [INFO] Running org.glassfish.jersey.media.multipart.StringKeyIgnoreCaseMultivaluedMapAsHeadersMapTest [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s -- in org.glassfish.jersey.media.multipart.StringKeyIgnoreCaseMultivaluedMapAsHeadersMapTest [INFO] Running org.glassfish.jersey.media.multipart.ParameterizedHeadersMapTest [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.glassfish.jersey.media.multipart.ParameterizedHeadersMapTest [INFO] Running org.glassfish.jersey.media.multipart.file.FileDataBodyPartTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.glassfish.jersey.media.multipart.file.FileDataBodyPartTest [INFO] Running org.glassfish.jersey.media.multipart.file.StreamDataBodyPartTest [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.glassfish.jersey.media.multipart.file.StreamDataBodyPartTest [INFO] Running org.glassfish.jersey.media.multipart.FormDataBodyPartTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.glassfish.jersey.media.multipart.FormDataBodyPartTest [INFO] Running org.glassfish.jersey.media.multipart.FormDataMultiPartTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.040 s -- in org.glassfish.jersey.media.multipart.FormDataMultiPartTest [INFO] Running org.glassfish.jersey.media.multipart.MultipartMixedWithApacheClientTest Apr 10, 2024 12:22:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38737/ Apr 10, 2024 12:22:27 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:22:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38737] Apr 10, 2024 12:22:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-45] Started. Apr 10, 2024 12:22:27 PM org.glassfish.jersey.message.internal.HeaderUtils checkHeaderChanges WARNING: There are some request headers that have not been sent by connector [org.glassfish.jersey.apache5.connector.Apache5Connector]. Probably you added those headers in WriterInterceptor or MessageBodyWriter. That feature is not supported by the connector. Please, do not modify headers in WriterInterceptor or MessageBodyWriter or use default HttpUrlConnector instead. Unsent header changes: [MIME-Version] Apr 10, 2024 12:22:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38737] Apr 10, 2024 12:22:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38737/ Apr 10, 2024 12:22:27 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:22:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38737] Apr 10, 2024 12:22:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-46] Started. Apr 10, 2024 12:22:27 PM org.glassfish.jersey.message.internal.HeaderUtils checkHeaderChanges WARNING: There are some request headers that have not been sent by connector [org.glassfish.jersey.apache5.connector.Apache5Connector]. Probably you added those headers in WriterInterceptor or MessageBodyWriter. That feature is not supported by the connector. Please, do not modify headers in WriterInterceptor or MessageBodyWriter or use default HttpUrlConnector instead. Unsent header changes: [MIME-Version] Apr 10, 2024 12:22:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38737] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.203 s -- in org.glassfish.jersey.media.multipart.MultipartMixedWithApacheClientTest [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] [INFO] Results: [INFO] [INFO] Tests run: 120, 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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/media/multipart/target/jersey-media-multipart-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [92/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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.5.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 34027 for jersey.config.test.container.port [INFO] Reserved port 36775 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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [93/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.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/ci-cd-integration_4.0/security/oauth1-signature/src/main/resources/org/glassfish/jersey/oauth1/signature/internal/localization.properties [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ oauth1-signature --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ oauth1-signature --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/security/oauth1-signature/src/test/java/org/glassfish/jersey/oauth1/signature/DummyRequest.java: /home/jenkins/agent/workspace/ci-cd-integration_4.0/security/oauth1-signature/src/test/java/org/glassfish/jersey/oauth1/signature/DummyRequest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/security/oauth1-signature/src/test/java/org/glassfish/jersey/oauth1/signature/DummyRequest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ oauth1-signature --- [INFO] Reserved port 41003 for jersey.config.test.container.port [INFO] Reserved port 45197 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ oauth1-signature --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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.OAuth1SignatureTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.050 s -- in org.glassfish.jersey.oauth1.signature.OAuth1SignatureTest [INFO] Running org.glassfish.jersey.oauth1.signature.OAuthBase64Test SGVsbG8gV29ybGQxMjM0NTY3ODlqaGZzbGpraDM0N3V3ZWloZDc4MzR5Zm9pdWhlZjVyZTRnNTRlczM1Z2Y0NzR3NS8= [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.glassfish.jersey.oauth1.signature.OAuthBase64Test [INFO] Running org.glassfish.jersey.oauth1.signature.SignatureTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.353 s -- in org.glassfish.jersey.oauth1.signature.SignatureTest [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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [94/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.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/ci-cd-integration_4.0/security/oauth1-client/src/main/resources/org/glassfish/jersey/client/oauth1/internal/localization.properties [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ oauth1-client --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ oauth1-client --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/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.5.0:reserve-network-port (reserve-port) @ oauth1-client --- [INFO] Reserved port 41785 for jersey.config.test.container.port [INFO] Reserved port 33937 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5: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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [95/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ oauth1-server --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ oauth1-server --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ oauth1-server --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ oauth1-server --- [INFO] Reserved port 39489 for jersey.config.test.container.port [INFO] Reserved port 36467 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ oauth1-server --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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.OAuth1ExceptionTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.251 s -- in org.glassfish.jersey.server.oauth1.OAuth1ExceptionTest [INFO] Running org.glassfish.jersey.server.oauth1.NonceManagerTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.122 s -- in org.glassfish.jersey.server.oauth1.NonceManagerTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ oauth1-server --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [96/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.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/ci-cd-integration_4.0/security/oauth2-client/src/main/resources/org/glassfish/jersey/client/oauth2/internal/localization.properties [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ oauth2-client --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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.5.0:reserve-network-port (reserve-port) @ oauth2-client --- [INFO] Reserved port 43095 for jersey.config.test.container.port [INFO] Reserved port 44329 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5: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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [97/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-test-framework-util --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-test-framework-util --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/test-framework/util/src/main/java/org/glassfish/jersey/test/util/runner/ConcurrentParameterizedRunner.java: /home/jenkins/agent/workspace/ci-cd-integration_4.0/test-framework/util/src/main/java/org/glassfish/jersey/test/util/runner/ConcurrentParameterizedRunner.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/test-framework/util/src/main/java/org/glassfish/jersey/test/util/runner/ConcurrentParameterizedRunner.java: /home/jenkins/agent/workspace/ci-cd-integration_4.0/test-framework/util/src/main/java/org/glassfish/jersey/test/util/runner/ConcurrentParameterizedRunner.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-test-framework-util --- [INFO] Reserved port 40869 for jersey.config.test.container.port [INFO] Reserved port 40337 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jersey-test-framework-util --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 Apr 10, 2024 12:22:43 PM 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. Apr 10, 2024 12:22:43 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=application/json, type=class java.util.Arrays$ArrayList, genericType=class java.util.Arrays$ArrayList. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.672 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.009 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/ci-cd-integration_4.0/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 17 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [98/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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.5.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 43425 for jersey.config.test.container.port [INFO] Reserved port 44353 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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [99/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ e2e --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ e2e --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/oauth/OAuth2Test.java:[192,22] Long(long) in java.lang.Long has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/oauth/OAuth2Test.java:[197,22] Long(long) in java.lang.Long has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/e2e/src/test/java/org/glassfish/jersey/tests/api/ResponseTest.java:[234,43] java.security.AccessController in java.security has been deprecated and marked for removal [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/e2e/src/test/java/org/glassfish/jersey/tests/api/CookieImplTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/e2e/src/test/java/org/glassfish/jersey/tests/api/CookieImplTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/e2e/src/test/java/org/glassfish/jersey/tests/api/LocationHeaderFiltersTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/e2e/src/test/java/org/glassfish/jersey/tests/api/LocationHeaderFiltersTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ e2e --- [INFO] Reserved port 35489 for jersey.config.test.container.port [INFO] Reserved port 43213 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ e2e --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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.FormDataContentDispositionTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.201 s -- in org.glassfish.jersey.tests.api.FormDataContentDispositionTest [INFO] Running org.glassfish.jersey.tests.api.ContentDispositionTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.270 s -- in org.glassfish.jersey.tests.api.ContentDispositionTest [INFO] Running org.glassfish.jersey.tests.api.LocationHeaderWithAbsolutizationDisabledTest Apr 10, 2024 12:22:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:22:53 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:22:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:22:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:22:53 PM org.glassfish.jersey.tests.api.LocationHeaderWithAbsolutizationDisabledTest$ResponseTest locationTest INFO: URI Created in the resource method > location Apr 10, 2024 12:22:53 PM org.glassfish.jersey.tests.api.LocationHeaderWithAbsolutizationDisabledTest testLocation INFO: Location resolved from response > location Apr 10, 2024 12:22:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:22:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:22:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:22:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:22:53 PM org.glassfish.jersey.tests.api.LocationHeaderWithAbsolutizationDisabledTest testNullLocation INFO: Location resolved from response > null Apr 10, 2024 12:22:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:22:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:22:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:22:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:22:54 PM org.glassfish.jersey.tests.api.LocationHeaderWithAbsolutizationDisabledTest testLocationWithSlash INFO: Location resolved from response > /location Apr 10, 2024 12:22:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.291 s -- in org.glassfish.jersey.tests.api.LocationHeaderWithAbsolutizationDisabledTest [INFO] Running org.glassfish.jersey.tests.api.LocationHeaderAsyncTest Apr 10, 2024 12:22:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:22:55 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:22:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:22:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:22:56 PM org.glassfish.jersey.tests.api.LocationHeaderAsyncTest$1 run INFO: Thread pool initialized. Apr 10, 2024 12:22:56 PM org.glassfish.jersey.tests.api.LocationHeaderAsyncTest$1 run INFO: Thread pool initialized. Apr 10, 2024 12:22:56 PM org.glassfish.jersey.tests.api.LocationHeaderAsyncTest testExecutorAsync INFO: Location resolved from response > http://localhost:35489/ResponseTest/executorAsync Apr 10, 2024 12:22:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:22:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:22:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:22:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:22:56 PM org.glassfish.jersey.tests.api.LocationHeaderAsyncTest$1 run INFO: Thread pool initialized. Apr 10, 2024 12:22:56 PM org.glassfish.jersey.tests.api.LocationHeaderAsyncTest testAsync INFO: Location resolved from response > http://localhost:35489/ResponseTest/locationAsync Apr 10, 2024 12:22:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.083 s -- in org.glassfish.jersey.tests.api.LocationHeaderAsyncTest [INFO] Running org.glassfish.jersey.tests.api.EntityTagProviderTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 s -- in org.glassfish.jersey.tests.api.EntityTagProviderTest [INFO] Running org.glassfish.jersey.tests.api.ConstructorSelectionTest Apr 10, 2024 12:22:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:22:59 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:22:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:22:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:22:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:22:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:23:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:23:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:23:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.981 s -- in org.glassfish.jersey.tests.api.ConstructorSelectionTest [INFO] Running org.glassfish.jersey.tests.api.LocationHeaderBasicTest Apr 10, 2024 12:23:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:23:02 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:23:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:23:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:23:02 PM org.glassfish.jersey.tests.api.LocationHeaderBasicTest checkResource INFO: Location resolved from response > http://localhost:35489/locationWithBody Apr 10, 2024 12:23:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:23:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:23:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:23:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:23:03 PM org.glassfish.jersey.tests.api.LocationHeaderBasicTest testNullLocation INFO: Location resolved from response > null Apr 10, 2024 12:23:03 PM org.glassfish.jersey.tests.api.LocationHeaderBasicTest$ResponseTest locationTest INFO: URI Created in the resource method > location Apr 10, 2024 12:23:03 PM org.glassfish.jersey.tests.api.LocationHeaderBasicTest checkResource INFO: Location resolved from response > http://localhost:35489/location Apr 10, 2024 12:23:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.138 s -- in org.glassfish.jersey.tests.api.LocationHeaderBasicTest [INFO] Running org.glassfish.jersey.tests.api.HttpHeaderTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.193 s -- in org.glassfish.jersey.tests.api.HttpHeaderTest [INFO] Running org.glassfish.jersey.tests.api.ExceptionTest Apr 10, 2024 12:23:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:23:05 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:23:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:23:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:23:06 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 org.glassfish.jersey.server.ParamException$MatrixParamException: HTTP 404 Not Found at org.glassfish.jersey.server.internal.inject.MatrixParamValueParamProvider$MatrixParamValueProvider.apply(MatrixParamValueParamProvider.java:85) at org.glassfish.jersey.server.internal.inject.MatrixParamValueParamProvider$MatrixParamValueProvider.apply(MatrixParamValueParamProvider.java:67) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java: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:161) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:152) 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:255) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(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:161) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:152) 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:255) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(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:161) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:152) 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:255) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:23:06 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 org.glassfish.jersey.server.ParamException$PathParamException: HTTP 404 Not Found at org.glassfish.jersey.server.internal.inject.PathParamValueParamProvider$PathParamValueProvider.apply(PathParamValueParamProvider.java:94) at org.glassfish.jersey.server.internal.inject.PathParamValueParamProvider$PathParamValueProvider.apply(PathParamValueParamProvider.java:79) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java: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:161) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:152) 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:255) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(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:161) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:152) 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:255) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(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:161) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:152) 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:255) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:23:06 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 org.glassfish.jersey.server.ParamException$QueryParamException: HTTP 404 Not Found at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:81) at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:65) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java: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:161) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:152) 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:255) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(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:161) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:152) 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:255) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(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:161) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:152) 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:255) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:23:06 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 org.glassfish.jersey.server.ParamException$HeaderParamException: HTTP 400 Bad Request at org.glassfish.jersey.server.internal.inject.HeaderParamValueParamProvider$HeaderParamValueProvider.apply(HeaderParamValueParamProvider.java:79) at org.glassfish.jersey.server.internal.inject.HeaderParamValueParamProvider$HeaderParamValueProvider.apply(HeaderParamValueParamProvider.java:65) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java: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:161) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:152) 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:255) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(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:161) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:152) 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:255) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(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:161) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:152) 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:255) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:23:06 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 org.glassfish.jersey.server.ParamException$CookieParamException: HTTP 400 Bad Request at org.glassfish.jersey.server.internal.inject.CookieParamValueParamProvider$CookieParamValueProvider.apply(CookieParamValueParamProvider.java:65) at org.glassfish.jersey.server.internal.inject.CookieParamValueParamProvider$CookieParamValueProvider.apply(CookieParamValueParamProvider.java:44) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java: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:161) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:152) 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:255) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(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:161) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:152) 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:255) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(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:161) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:152) 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:255) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:23:06 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 org.glassfish.jersey.server.ParamException$MatrixParamException: HTTP 404 Not Found at org.glassfish.jersey.server.internal.inject.MatrixParamValueParamProvider$MatrixParamValueProvider.apply(MatrixParamValueParamProvider.java:85) at org.glassfish.jersey.server.internal.inject.MatrixParamValueParamProvider$MatrixParamValueProvider.apply(MatrixParamValueParamProvider.java:67) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java: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:161) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:152) 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:255) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(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:161) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:152) 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:255) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(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:161) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:152) 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:255) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:23:06 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 org.glassfish.jersey.server.ParamException$PathParamException: HTTP 404 Not Found at org.glassfish.jersey.server.internal.inject.PathParamValueParamProvider$PathParamValueProvider.apply(PathParamValueParamProvider.java:94) at org.glassfish.jersey.server.internal.inject.PathParamValueParamProvider$PathParamValueProvider.apply(PathParamValueParamProvider.java:79) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java: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:161) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:152) 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:255) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(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:161) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:152) 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:255) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(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:161) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:152) 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:255) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:23:06 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 org.glassfish.jersey.server.ParamException$QueryParamException: HTTP 404 Not Found at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:81) at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:65) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java: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:161) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:152) 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:255) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(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:161) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:152) 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:255) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(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:161) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:152) 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:255) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:23:06 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 org.glassfish.jersey.server.ParamException$HeaderParamException: HTTP 400 Bad Request at org.glassfish.jersey.server.internal.inject.HeaderParamValueParamProvider$HeaderParamValueProvider.apply(HeaderParamValueParamProvider.java:79) at org.glassfish.jersey.server.internal.inject.HeaderParamValueParamProvider$HeaderParamValueProvider.apply(HeaderParamValueParamProvider.java:65) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java: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:161) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:152) 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:255) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(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:161) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:152) 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:255) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(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:161) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:152) 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:255) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:23:06 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 org.glassfish.jersey.server.ParamException$CookieParamException: HTTP 400 Bad Request at org.glassfish.jersey.server.internal.inject.CookieParamValueParamProvider$CookieParamValueProvider.apply(CookieParamValueParamProvider.java:65) at org.glassfish.jersey.server.internal.inject.CookieParamValueParamProvider$CookieParamValueProvider.apply(CookieParamValueParamProvider.java:44) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java: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:161) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:152) 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:255) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(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:161) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:152) 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:255) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(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:161) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:152) 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:255) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:23:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:23:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:23:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:23:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:23:06 PM 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:161) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:152) 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:255) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(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:161) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:152) 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:255) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(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:161) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:152) 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:255) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:23:06 PM 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:161) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:152) 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:255) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(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:161) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:152) 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:255) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(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:161) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:152) 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:255) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:23:06 PM 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:161) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:152) 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:255) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(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:161) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:152) 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:255) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(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:161) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:152) 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:255) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:23:06 PM 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:161) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:152) 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:255) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(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:161) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:152) 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:255) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(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:161) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:152) 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:255) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:23:06 PM 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:161) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:152) 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:255) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(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:161) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:152) 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:255) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(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:161) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:152) 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:255) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:23:06 PM 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:161) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:152) 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:255) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(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:161) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:152) 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:255) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(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:161) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:152) 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:255) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:23:06 PM 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:161) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:152) 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:255) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(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:161) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:152) 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:255) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(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:161) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:152) 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:255) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:23:06 PM 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:161) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:152) 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:255) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(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:161) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:152) 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:255) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(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:161) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:152) 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:255) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:23:06 PM 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:161) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:152) 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:255) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(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:161) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:152) 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:255) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(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:161) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:152) 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:255) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:23:06 PM 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:161) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:152) 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:255) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(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:161) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:152) 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:255) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(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:161) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:152) 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:255) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:23:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:23:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:23:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:23:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:23:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.923 s -- in org.glassfish.jersey.tests.api.ExceptionTest [INFO] Running org.glassfish.jersey.tests.api.QualitySourceMediaTypeProviderTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.167 s -- in org.glassfish.jersey.tests.api.QualitySourceMediaTypeProviderTest [INFO] Running org.glassfish.jersey.tests.api.RestrictedHeaderTest Apr 10, 2024 12:23:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:23:10 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:23:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:23:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. SLF4J(W): No SLF4J providers were found. SLF4J(W): Defaulting to no-operation (NOP) logger implementation SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details. Headers: {origin=[http://example.com], access-control-request-method=[POST], user-agent=[Jersey/4.0.99-SNAPSHOT (Apache HttpClient 5.3.1)], testus=[Hello], accept-encoding=[gzip, x-gzip, deflate], host=[localhost:35489], connection=[keep-alive]} Apr 10, 2024 12:23:10 PM org.glassfish.jersey.tests.api.RestrictedHeaderTest$MyResource getOptions INFO: CORS headers found. Apr 10, 2024 12:23:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:23:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:23:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:23:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Headers: {origin=[http://example.com], access-control-request-method=[POST], testus=[Hello], user-agent=[Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21.0.2)], host=[localhost:35489], accept=[*/*], connection=[keep-alive]} Apr 10, 2024 12:23:11 PM org.glassfish.jersey.tests.api.RestrictedHeaderTest$MyResource getOptions INFO: CORS headers found. Apr 10, 2024 12:23:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 2.172 s -- in org.glassfish.jersey.tests.api.RestrictedHeaderTest [INFO] Running org.glassfish.jersey.tests.api.AcceptMediaTypeProviderTest [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.173 s -- in org.glassfish.jersey.tests.api.AcceptMediaTypeProviderTest [INFO] Running org.glassfish.jersey.tests.api.SourceEntityProviderTest Apr 10, 2024 12:23:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:23:13 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:23:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:23:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:23:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:23:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:23:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:23:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:23:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:23:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:23:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:23:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:23:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:23:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:23:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:23:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:23:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:23:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:23:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:23:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:23:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:23:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:23:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:23:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:23:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:23:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:23:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:23:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:23:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:23:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:23:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:23:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:23:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.017 s -- in org.glassfish.jersey.tests.api.SourceEntityProviderTest [INFO] Running org.glassfish.jersey.tests.api.AnnotationInheritanceTest Apr 10, 2024 12:23:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:23:17 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:23:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:23:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:23:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:23:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:23:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:23:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:23:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:23:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:23:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:23:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:23:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:23:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:23:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:23:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:23:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.483 s -- in org.glassfish.jersey.tests.api.AnnotationInheritanceTest [INFO] Running org.glassfish.jersey.tests.api.OptionsTest Apr 10, 2024 12:23:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:23:20 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:23:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:23:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:23:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.852 s -- in org.glassfish.jersey.tests.api.OptionsTest [INFO] Running org.glassfish.jersey.tests.api.LocationHeaderWithIncompatibleFlagTest Apr 10, 2024 12:23:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:23:23 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:23:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:23:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:23:23 PM org.glassfish.jersey.tests.api.LocationHeaderWithIncompatibleFlagTest testLocation INFO: Location resolved from response > http://localhost:35489/test/location Apr 10, 2024 12:23:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:23:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:23:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:23:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:23:23 PM org.glassfish.jersey.tests.api.LocationHeaderWithIncompatibleFlagTest testNullLocation INFO: Location resolved from response > null Apr 10, 2024 12:23:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:23:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:23:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:23:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:23:24 PM org.glassfish.jersey.tests.api.LocationHeaderWithIncompatibleFlagTest testLocationWithSlash INFO: Location resolved from response > http://localhost:35489/location Apr 10, 2024 12:23:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.236 s -- in org.glassfish.jersey.tests.api.LocationHeaderWithIncompatibleFlagTest [INFO] Running org.glassfish.jersey.tests.api.CookieImplTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.184 s -- in org.glassfish.jersey.tests.api.CookieImplTest [INFO] Running org.glassfish.jersey.tests.api.LocaleProviderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 s -- in org.glassfish.jersey.tests.api.LocaleProviderTest [INFO] Running org.glassfish.jersey.tests.api.LocationHeaderFiltersTest Apr 10, 2024 12:23:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:23:27 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:23:28 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Apr 10, 2024 12:23:28 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationInterceptor registered. Apr 10, 2024 12:23:28 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Apr 10, 2024 12:23:28 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationFilter registered. Apr 10, 2024 12:23:28 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: BaseUriChangingPreMatchingFilter registered. Apr 10, 2024 12:23:28 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Apr 10, 2024 12:23:28 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Apr 10, 2024 12:23:28 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Apr 10, 2024 12:23:28 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Apr 10, 2024 12:23:28 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: AbortingRequestFilter registered. Apr 10, 2024 12:23:28 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Apr 10, 2024 12:23:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:23:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:23:28 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run INFO: Thread pool initialized. Apr 10, 2024 12:23:28 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$MyTest locationTestWithFilter INFO: URI Created in the resource method > location Apr 10, 2024 12:23:28 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationFilter filter INFO: LocationManipulationFilter applied. Apr 10, 2024 12:23:28 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest checkResource INFO: Location resolved from response > http://localhost:35489/ResponseTest/UriChangedByFilter Apr 10, 2024 12:23:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:23:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:23:28 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Apr 10, 2024 12:23:28 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationInterceptor registered. Apr 10, 2024 12:23:28 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Apr 10, 2024 12:23:28 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationFilter registered. Apr 10, 2024 12:23:28 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: BaseUriChangingPreMatchingFilter registered. Apr 10, 2024 12:23:28 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Apr 10, 2024 12:23:28 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Apr 10, 2024 12:23:28 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Apr 10, 2024 12:23:28 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Apr 10, 2024 12:23:28 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: AbortingRequestFilter registered. Apr 10, 2024 12:23:28 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Apr 10, 2024 12:23:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:23:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:23:28 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run INFO: Thread pool initialized. Apr 10, 2024 12:23:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationInterceptor aroundWriteTo INFO: LocationManipulationInterceptor applied. Apr 10, 2024 12:23:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest checkResource INFO: Location resolved from response > http://localhost:35489/ResponseTest/UriChangedByInterceptor Apr 10, 2024 12:23:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:23:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:23:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Apr 10, 2024 12:23:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationInterceptor registered. Apr 10, 2024 12:23:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Apr 10, 2024 12:23:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationFilter registered. Apr 10, 2024 12:23:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: BaseUriChangingPreMatchingFilter registered. Apr 10, 2024 12:23:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Apr 10, 2024 12:23:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Apr 10, 2024 12:23:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Apr 10, 2024 12:23:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Apr 10, 2024 12:23:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: AbortingRequestFilter registered. Apr 10, 2024 12:23:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Apr 10, 2024 12:23:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:23:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:23:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run INFO: Thread pool initialized. Apr 10, 2024 12:23:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$AbortingRequestFilter filter INFO: Aborting request in the request filter. Returning status created. Apr 10, 2024 12:23:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:23:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:23:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Apr 10, 2024 12:23:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationInterceptor registered. Apr 10, 2024 12:23:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Apr 10, 2024 12:23:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationFilter registered. Apr 10, 2024 12:23:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: BaseUriChangingPreMatchingFilter registered. Apr 10, 2024 12:23:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Apr 10, 2024 12:23:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Apr 10, 2024 12:23:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Apr 10, 2024 12:23:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Apr 10, 2024 12:23:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: AbortingRequestFilter registered. Apr 10, 2024 12:23:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Apr 10, 2024 12:23:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:23:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:23:29 PM 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:23:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:23:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:23:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Apr 10, 2024 12:23:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationInterceptor registered. Apr 10, 2024 12:23:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Apr 10, 2024 12:23:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationFilter registered. Apr 10, 2024 12:23:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: BaseUriChangingPreMatchingFilter registered. Apr 10, 2024 12:23:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Apr 10, 2024 12:23:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Apr 10, 2024 12:23:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Apr 10, 2024 12:23:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Apr 10, 2024 12:23:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: AbortingRequestFilter registered. Apr 10, 2024 12:23:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Apr 10, 2024 12:23:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:23:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:23:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run INFO: Thread pool initialized. Apr 10, 2024 12:23:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$AbortingPreMatchingRequestFilter filter INFO: Aborting request in the request filter. Returning status created. Apr 10, 2024 12:23:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest checkResource INFO: Location resolved from response > http://localhost:35489/uriAfterPreMatchingAbortion/SUCCESS Apr 10, 2024 12:23:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:23:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:23:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Apr 10, 2024 12:23:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationInterceptor registered. Apr 10, 2024 12:23:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Apr 10, 2024 12:23:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationFilter registered. Apr 10, 2024 12:23:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: BaseUriChangingPreMatchingFilter registered. Apr 10, 2024 12:23:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Apr 10, 2024 12:23:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Apr 10, 2024 12:23:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Apr 10, 2024 12:23:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Apr 10, 2024 12:23:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: AbortingRequestFilter registered. Apr 10, 2024 12:23:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Apr 10, 2024 12:23:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:23:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:23:30 PM 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) Apr 10, 2024 12:23:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:23:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:23:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Apr 10, 2024 12:23:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationInterceptor registered. Apr 10, 2024 12:23:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Apr 10, 2024 12:23:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationFilter registered. Apr 10, 2024 12:23:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: BaseUriChangingPreMatchingFilter registered. Apr 10, 2024 12:23:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Apr 10, 2024 12:23:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Apr 10, 2024 12:23:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Apr 10, 2024 12:23:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Apr 10, 2024 12:23:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: AbortingRequestFilter registered. Apr 10, 2024 12:23:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Apr 10, 2024 12:23:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:23:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:23:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run INFO: Thread pool initialized. Apr 10, 2024 12:23:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:23:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:23:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Apr 10, 2024 12:23:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationInterceptor registered. Apr 10, 2024 12:23:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Apr 10, 2024 12:23:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationFilter registered. Apr 10, 2024 12:23:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: BaseUriChangingPreMatchingFilter registered. Apr 10, 2024 12:23:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Apr 10, 2024 12:23:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Apr 10, 2024 12:23:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Apr 10, 2024 12:23:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Apr 10, 2024 12:23:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: AbortingRequestFilter registered. Apr 10, 2024 12:23:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Apr 10, 2024 12:23:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:23:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:23:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run INFO: Thread pool initialized. Apr 10, 2024 12:23:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:23:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:23:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Apr 10, 2024 12:23:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationInterceptor registered. Apr 10, 2024 12:23:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Apr 10, 2024 12:23:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationFilter registered. Apr 10, 2024 12:23:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: BaseUriChangingPreMatchingFilter registered. Apr 10, 2024 12:23:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Apr 10, 2024 12:23:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Apr 10, 2024 12:23:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Apr 10, 2024 12:23:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Apr 10, 2024 12:23:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: AbortingRequestFilter registered. Apr 10, 2024 12:23:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Apr 10, 2024 12:23:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:23:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Apr 10, 2024 12:23:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run INFO: Thread pool initialized. Apr 10, 2024 12:23:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:23:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:23:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Apr 10, 2024 12:23:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationInterceptor registered. Apr 10, 2024 12:23:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Apr 10, 2024 12:23:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationFilter registered. Apr 10, 2024 12:23:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: BaseUriChangingPreMatchingFilter registered. Apr 10, 2024 12:23:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Apr 10, 2024 12:23:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Apr 10, 2024 12:23:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Apr 10, 2024 12:23:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Apr 10, 2024 12:23:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: AbortingRequestFilter registered. Apr 10, 2024 12:23:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Apr 10, 2024 12:23:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:23:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Apr 10, 2024 12:23:30 PM 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) Apr 10, 2024 12:23:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:23:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:23:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Apr 10, 2024 12:23:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationInterceptor registered. Apr 10, 2024 12:23:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Apr 10, 2024 12:23:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationFilter registered. Apr 10, 2024 12:23:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: BaseUriChangingPreMatchingFilter registered. Apr 10, 2024 12:23:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Apr 10, 2024 12:23:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Apr 10, 2024 12:23:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Apr 10, 2024 12:23:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Apr 10, 2024 12:23:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: AbortingRequestFilter registered. Apr 10, 2024 12:23:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Apr 10, 2024 12:23:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:23:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Apr 10, 2024 12:23:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run INFO: Thread pool initialized. Apr 10, 2024 12:23:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.505 s -- in org.glassfish.jersey.tests.api.LocationHeaderFiltersTest [INFO] Running org.glassfish.jersey.tests.api.AbortingFilterTest Apr 10, 2024 12:23:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:23:33 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:23:33 PM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure INFO: Aborting will take place in RequestFilter. Apr 10, 2024 12:23:33 PM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure INFO: Aborting will take place in ResponseFilter. Apr 10, 2024 12:23:33 PM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure INFO: Response will not be aborted. Apr 10, 2024 12:23:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:23:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:23:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:23:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:23:33 PM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure INFO: Aborting will take place in RequestFilter. Apr 10, 2024 12:23:33 PM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure INFO: Aborting will take place in ResponseFilter. Apr 10, 2024 12:23:33 PM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure INFO: Response will not be aborted. Apr 10, 2024 12:23:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:23:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:23:33 PM 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:385) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:377) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:266) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:23:33 PM org.glassfish.jersey.tests.api.AbortingFilterTest testAbortingResponseFilter INFO: Response status is: 500 Apr 10, 2024 12:23:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:23:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:23:33 PM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure INFO: Aborting will take place in RequestFilter. Apr 10, 2024 12:23:33 PM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure INFO: Aborting will take place in ResponseFilter. Apr 10, 2024 12:23:33 PM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure INFO: Response will not be aborted. Apr 10, 2024 12:23:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:23:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. SLF4J(W): No SLF4J providers were found. SLF4J(W): Defaulting to no-operation (NOP) logger implementation SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details. Apr 10, 2024 12:23:34 PM org.glassfish.jersey.tests.api.AbortingFilterTest testAbortingFilterWithApacheConnector INFO: Response status is: 401 Apr 10, 2024 12:23:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:23:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:23:34 PM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure INFO: Aborting will take place in RequestFilter. Apr 10, 2024 12:23:34 PM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure INFO: Aborting will take place in ResponseFilter. Apr 10, 2024 12:23:34 PM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure INFO: Response will not be aborted. Apr 10, 2024 12:23:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:23:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:23:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.767 s -- in org.glassfish.jersey.tests.api.AbortingFilterTest [INFO] Running org.glassfish.jersey.tests.api.ClientInvocationTest Apr 10, 2024 12:23:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:23:36 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:23:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:23:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:23:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:23:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:23:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:23:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:23:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:23:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:23:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:23:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:23:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:23:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:23:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:23:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:23:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:23:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:23:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:23:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:23:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:23:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:23:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:23:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:23:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:23:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:23:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:23:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:23:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:23:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:23:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:23:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:23:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:23:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:23:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:23:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Apr 10, 2024 12:23:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:23:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:23:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:23:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Apr 10, 2024 12:23:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:23:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:23:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:23:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Apr 10, 2024 12:23:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:23:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:23:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:23:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Apr 10, 2024 12:23:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:23:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:23:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:23:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Apr 10, 2024 12:23:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:23:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:23:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:23:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Apr 10, 2024 12:23:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:23:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:23:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:23:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Apr 10, 2024 12:23:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:23:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:23:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:23:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Apr 10, 2024 12:23:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:23:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:23:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:23:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Apr 10, 2024 12:23:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:23:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:23:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:23:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Apr 10, 2024 12:23:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:23:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:23:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:23:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Apr 10, 2024 12:23:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:23:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:23:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:23:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Apr 10, 2024 12:23:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:23:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:23:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:23:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Apr 10, 2024 12:23:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:23:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:23:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:23:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Apr 10, 2024 12:23:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:23:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:23:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:23:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Apr 10, 2024 12:23:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:23:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:23:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:23:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Apr 10, 2024 12:23:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:23:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:23:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:23:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Apr 10, 2024 12:23:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:23:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:23:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:23:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Apr 10, 2024 12:23:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] [INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.277 s -- in org.glassfish.jersey.tests.api.ClientInvocationTest [INFO] Running org.glassfish.jersey.tests.api.ResponseE2ETest Apr 10, 2024 12:23:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:23:42 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:23:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:23:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:23:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:23:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:23:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:23:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:23:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:23:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:23:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:23:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:23:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:23:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:23:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:23:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:23:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:23:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:23:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:23:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:23:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.768 s -- in org.glassfish.jersey.tests.api.ResponseE2ETest [INFO] Running org.glassfish.jersey.tests.api.CacheControlImplTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 s -- in org.glassfish.jersey.tests.api.CacheControlImplTest [INFO] Running org.glassfish.jersey.tests.api.UnsafeCharsInUriTest Apr 10, 2024 12:23:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:23:46 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:23:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:23:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:23:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] [WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.835 s -- in org.glassfish.jersey.tests.api.UnsafeCharsInUriTest [INFO] Running org.glassfish.jersey.tests.api.ApplicationCachingTest Apr 10, 2024 12:23:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:23:48 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:23:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:23:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:23:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.355 s -- in org.glassfish.jersey.tests.api.ApplicationCachingTest [INFO] Running org.glassfish.jersey.tests.api.VariantsTest Apr 10, 2024 12:23:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:23:51 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:23:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:23:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:23:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:23:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:23:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:23:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:23:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:23:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:23:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:23:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:23:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:23:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:23:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:23:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:23:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:23:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:23:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:23:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:23:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:23:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:23:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:23:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:23:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:23:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:23:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:23:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Accept-Language Apr 10, 2024 12:23:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:23:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:23:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:23:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:23:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.008 s -- in org.glassfish.jersey.tests.api.VariantsTest [INFO] Running org.glassfish.jersey.tests.api.MessageBodyReaderTest Apr 10, 2024 12:23:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:23:55 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:23:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:23:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. SLF4J(W): No SLF4J providers were found. SLF4J(W): Defaulting to no-operation (NOP) logger implementation SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details. Apr 10, 2024 12:23:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.146 s -- in org.glassfish.jersey.tests.api.MessageBodyReaderTest [INFO] Running org.glassfish.jersey.tests.api.MessageBodyWriterTest Apr 10, 2024 12:23:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:23:57 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:23:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:23:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:23:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:23:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:23:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:23:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:23:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.073 s -- in org.glassfish.jersey.tests.api.MessageBodyWriterTest [INFO] Running org.glassfish.jersey.tests.api.MediaTypeProviderTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 s -- in org.glassfish.jersey.tests.api.MediaTypeProviderTest [INFO] Running org.glassfish.jersey.tests.api.ResponseTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.188 s -- in org.glassfish.jersey.tests.api.ResponseTest [INFO] Running org.glassfish.jersey.tests.api.ResponseIntegrationTest Apr 10, 2024 12:24:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:24:02 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:24:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:24:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. ### Testing status: 200 ### Testing status: 201 ### Testing status: 202 ### Testing status: 204 ### Testing status: 303 ### Testing status: 304 ### Testing status: 307 ### Testing status: 401 ### Testing status: 403 ### Testing status: 404 ### Testing status: 406 ### Testing status: 409 ### Testing status: 410 ### Testing status: 411 ### Testing status: 412 ### Testing status: 415 ### Testing status: 500 ### Testing status: 503 Apr 10, 2024 12:24:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:24:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:24:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:24:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. ### Testing status: 200 ### Testing status: 201 ### Testing status: 202 ### Testing status: 204 ### Testing status: 303 ### Testing status: 304 ### Testing status: 307 ### Testing status: 401 ### Testing status: 403 ### Testing status: 404 ### Testing status: 406 ### Testing status: 409 ### Testing status: 410 ### Testing status: 411 ### Testing status: 412 ### Testing status: 415 ### Testing status: 500 ### Testing status: 503 Apr 10, 2024 12:24:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.164 s -- in org.glassfish.jersey.tests.api.ResponseIntegrationTest [INFO] Running org.glassfish.jersey.tests.api.ConsumeProduceTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.132 s -- in org.glassfish.jersey.tests.api.ConsumeProduceTest [INFO] Running org.glassfish.jersey.tests.api.ResourceContextTest Apr 10, 2024 12:24:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:24:05 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:24:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:24:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:24:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:24:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:24:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:24:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:24:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:24:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:24:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:24:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:24:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.283 s -- in org.glassfish.jersey.tests.api.ResourceContextTest [INFO] Running org.glassfish.jersey.tests.e2e.container.ApplicationPathTest Apr 10, 2024 12:24:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:24:08 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:24:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:24:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:24:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:24:09 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:35489/ SLF4J(W): No SLF4J providers were found. SLF4J(W): Defaulting to no-operation (NOP) logger implementation SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.563 s -- in org.glassfish.jersey.tests.e2e.container.ApplicationPathTest [INFO] Running org.glassfish.jersey.tests.e2e.container.MatrixParamTest Apr 10, 2024 12:24:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:24:14 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:24:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:24:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:24:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:24:15 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:24:15 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:24:19 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:35489/ SLF4J(W): No SLF4J providers were found. SLF4J(W): Defaulting to no-operation (NOP) logger implementation SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.248 s -- in org.glassfish.jersey.tests.e2e.container.MatrixParamTest [INFO] Running org.glassfish.jersey.tests.e2e.container.HeadTest Apr 10, 2024 12:24:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:24:22 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:24:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:24:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:24:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:24:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:24:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:24:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:24:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:24:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:24:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:24:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:24:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:24:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:24:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:24:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:24:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:24:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:24:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:24:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:24:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:24:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:24:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:24:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:24:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:24:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:24:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:24:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:24:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:24:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:24:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:24:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:24:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:24:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:24:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:24:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Apr 10, 2024 12:24:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.408 s -- in org.glassfish.jersey.tests.e2e.container.HeadTest [INFO] Running org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest Apr 10, 2024 12:24:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:24:26 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:24:26 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity. Apr 10, 2024 12:24:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:24:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:24:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:24:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:24:26 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity. Apr 10, 2024 12:24:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:24:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:24:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:24:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:24:27 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity. Apr 10, 2024 12:24:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:24:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:24:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:24:27 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:24:27 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity. Apr 10, 2024 12:24:27 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:24:27 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity. Apr 10, 2024 12:24:27 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:24:27 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity. Apr 10, 2024 12:24:27 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:24:27 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity. Apr 10, 2024 12:24:27 PM 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:650) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:377) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:266) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) 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 Apr 10, 2024 12:24:27 PM 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:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) 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) Apr 10, 2024 12:24:27 PM 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:650) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:377) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:266) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) 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 Apr 10, 2024 12:24:27 PM 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:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) 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) Apr 10, 2024 12:24:27 PM 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:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) 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 Apr 10, 2024 12:24:27 PM 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:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) 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 Apr 10, 2024 12:24:30 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:24:30 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity. Apr 10, 2024 12:24:30 PM 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:650) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:377) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:266) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) 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 Apr 10, 2024 12:24:30 PM 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:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) 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) Apr 10, 2024 12:24:30 PM 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:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) 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 Apr 10, 2024 12:24:33 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:24:33 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity. Apr 10, 2024 12:24:33 PM 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:650) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:377) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:266) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) 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 Apr 10, 2024 12:24:33 PM 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:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) 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) Apr 10, 2024 12:24:33 PM 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:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) 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 Apr 10, 2024 12:24:36 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:35489/ SLF4J(W): No SLF4J providers were found. SLF4J(W): Defaulting to no-operation (NOP) logger implementation SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details. Apr 10, 2024 12:24:37 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity. Apr 10, 2024 12:24:37 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:24:37 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity. Apr 10, 2024 12:24:37 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:24:37 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity. Apr 10, 2024 12:24:37 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity. Apr 10, 2024 12:24:37 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity. Apr 10, 2024 12:24:38 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity. [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.41 s -- in org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest [INFO] Running org.glassfish.jersey.tests.e2e.container.QueryParamTest Apr 10, 2024 12:24:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:24:40 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:24:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:24:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:24:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:24:40 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:24:40 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:24:44 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:35489/ SLF4J(W): No SLF4J providers were found. SLF4J(W): Defaulting to no-operation (NOP) logger implementation SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.277 s -- in org.glassfish.jersey.tests.e2e.container.QueryParamTest [INFO] Running org.glassfish.jersey.tests.e2e.container.GrizzlySlashesWithContextPathTest Apr 10, 2024 12:24:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/base Apr 10, 2024 12:24:46 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:24:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:24:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:24:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:24:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/base Apr 10, 2024 12:24:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:24:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:24:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:24:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/base Apr 10, 2024 12:24:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:24:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:24:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:24:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/base Apr 10, 2024 12:24:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:24:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:24:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:24:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/base Apr 10, 2024 12:24:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:24:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:24:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:24:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/base Apr 10, 2024 12:24:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:24:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:24:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.772 s -- in org.glassfish.jersey.tests.e2e.container.GrizzlySlashesWithContextPathTest [INFO] Running org.glassfish.jersey.tests.e2e.container.JdkSlashesWithContextPathTest Apr 10, 2024 12:24:49 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:35489/base Apr 10, 2024 12:24:50 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:24:54 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:35489/base Apr 10, 2024 12:24:57 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:35489/base Apr 10, 2024 12:25:00 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:35489/base Apr 10, 2024 12:25:03 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:35489/base [WARNING] Tests run: 6, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 17.75 s -- in org.glassfish.jersey.tests.e2e.container.JdkSlashesWithContextPathTest [INFO] Running org.glassfish.jersey.tests.e2e.container.LeadingSlashesTest Apr 10, 2024 12:25:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:25:08 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:25:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:25:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:25:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:25:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:25:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:25:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:25:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:25:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:25:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:25:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:25:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:25:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:25:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:25:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:25:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:25:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:25:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:25:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:25:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:25:10 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:25:10 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:25:10 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:25:10 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:25:10 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:25:11 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:25:14 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:25:17 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:25:20 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:25:23 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:25:26 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:35489/ SLF4J(W): No SLF4J providers were found. SLF4J(W): Defaulting to no-operation (NOP) logger implementation SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details. Apr 10, 2024 12:25:27 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:25:27 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:25:27 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:25:27 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:35489/ [INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.93 s -- in org.glassfish.jersey.tests.e2e.container.LeadingSlashesTest [INFO] Running org.glassfish.jersey.tests.e2e.container.GzipContentEncodingTest Apr 10, 2024 12:25:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:25:30 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:25:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:25:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:25:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:25:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:25:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:25:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:25:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:25:31 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:25:31 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:25:31 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:25:34 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:25:37 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:35489/ SLF4J(W): No SLF4J providers were found. SLF4J(W): Defaulting to no-operation (NOP) logger implementation SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details. Apr 10, 2024 12:25:38 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:35489/ [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.492 s -- in org.glassfish.jersey.tests.e2e.container.GzipContentEncodingTest [INFO] Running org.glassfish.jersey.tests.e2e.container.EscapedUriTest Apr 10, 2024 12:25:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:25:40 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:25:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:25:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:25:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:25:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:25:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:25:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:25:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:25:41 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:25:41 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:25:41 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:25:44 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:25:47 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:35489/ SLF4J(W): No SLF4J providers were found. SLF4J(W): Defaulting to no-operation (NOP) logger implementation SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details. Apr 10, 2024 12:25:48 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:35489/ [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.879 s -- in org.glassfish.jersey.tests.e2e.container.EscapedUriTest [INFO] Running org.glassfish.jersey.tests.e2e.container.TrailingSlashTest Apr 10, 2024 12:25:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:25:51 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:25:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:25:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:25:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:25:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:25:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:25:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:25:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:25:51 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:25:52 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:25:52 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:25:55 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:25:58 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:35489/ SLF4J(W): No SLF4J providers were found. SLF4J(W): Defaulting to no-operation (NOP) logger implementation SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details. Apr 10, 2024 12:25:58 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:35489/ [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.713 s -- in org.glassfish.jersey.tests.e2e.container.TrailingSlashTest [INFO] Running org.glassfish.jersey.tests.e2e.container.ResponseWriterMetadataTest Apr 10, 2024 12:26:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:26:01 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:26:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:26:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:26:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:26:01 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:26:02 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:26:05 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:35489/ SLF4J(W): No SLF4J providers were found. SLF4J(W): Defaulting to no-operation (NOP) logger implementation SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.891 s -- in org.glassfish.jersey.tests.e2e.container.ResponseWriterMetadataTest [INFO] Running org.glassfish.jersey.tests.e2e.container.JettyEmptyHeaderParamTest Apr 10, 2024 12:26:06 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:35489/ SLF4J(W): No SLF4J providers were found. SLF4J(W): Defaulting to no-operation (NOP) logger implementation SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details. Apr 10, 2024 12:26:08 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:26:08 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:35489/ [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.173 s -- in org.glassfish.jersey.tests.e2e.container.JettyEmptyHeaderParamTest [INFO] Running org.glassfish.jersey.tests.e2e.container.Jersey2462Test$GrizzlyContainerTest Apr 10, 2024 12:26:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:26:10 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:26:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:26:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:26:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.975 s -- in org.glassfish.jersey.tests.e2e.container.Jersey2462Test$GrizzlyContainerTest [INFO] Running org.glassfish.jersey.tests.e2e.container.Jersey2462Test$JettyContainerTest Apr 10, 2024 12:26:12 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:35489/ SLF4J(W): No SLF4J providers were found. SLF4J(W): Defaulting to no-operation (NOP) logger implementation SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details. Apr 10, 2024 12:26:13 PM 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.802 s -- in org.glassfish.jersey.tests.e2e.container.Jersey2462Test$JettyContainerTest [INFO] Running org.glassfish.jersey.tests.e2e.container.Jersey2462Test [INFO] Running org.glassfish.jersey.tests.e2e.container.Jersey2462Test$GrizzlyContainerTest Apr 10, 2024 12:26:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:26:16 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:26:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:26:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:26:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.819 s -- in org.glassfish.jersey.tests.e2e.container.Jersey2462Test$GrizzlyContainerTest [INFO] Running org.glassfish.jersey.tests.e2e.container.Jersey2462Test$JettyContainerTest Apr 10, 2024 12:26:16 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:35489/ SLF4J(W): No SLF4J providers were found. SLF4J(W): Defaulting to no-operation (NOP) logger implementation SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.472 s -- in org.glassfish.jersey.tests.e2e.container.Jersey2462Test$JettyContainerTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.334 s -- in org.glassfish.jersey.tests.e2e.container.Jersey2462Test [INFO] Running org.glassfish.jersey.tests.e2e.common.ContentLengthTest Apr 10, 2024 12:26:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:26:18 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:26:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:26:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:26:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:26:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:26:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:26:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:26:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:26:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:26:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:26:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:26:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:26:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:26:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:26:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:26:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.229 s -- in org.glassfish.jersey.tests.e2e.common.ContentLengthTest [INFO] Running org.glassfish.jersey.tests.e2e.common.Hk2BinderSupportTest Apr 10, 2024 12:26:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:26:21 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:26:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:26:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:26:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.874 s -- in org.glassfish.jersey.tests.e2e.common.Hk2BinderSupportTest [INFO] Running org.glassfish.jersey.tests.e2e.common.DetermineContentLengthTest Apr 10, 2024 12:26:23 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:26:24 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:26:24 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:26:24 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:26:25 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:26:25 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:26:25 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:26:25 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:26:25 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:26:25 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:35489/ [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.664 s -- in org.glassfish.jersey.tests.e2e.common.DetermineContentLengthTest [INFO] Running org.glassfish.jersey.tests.e2e.common.UriComponentTest Apr 10, 2024 12:26:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:26:27 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:26:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:26:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:26:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.947 s -- in org.glassfish.jersey.tests.e2e.common.UriComponentTest [INFO] Running org.glassfish.jersey.tests.e2e.common.ProvidersLegacyOrderingTest Apr 10, 2024 12:26:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:26:30 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:26:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:26:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:26:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.852 s -- in org.glassfish.jersey.tests.e2e.common.ProvidersLegacyOrderingTest [INFO] Running org.glassfish.jersey.tests.e2e.common.EncodingTest Apr 10, 2024 12:26:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:26:32 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:26:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:26:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:26:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:26:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:26:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:26:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:26:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:26:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:26:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:26:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:26:33 PM org.glassfish.jersey.server.filter.EncodingFilter filter WARNING: Expected separator ';' instead of '=' java.text.ParseException: Expected separator ';' instead of '=' at org.glassfish.jersey.message.internal.HttpHeaderReader.nextSeparator(HttpHeaderReader.java:128) at org.glassfish.jersey.message.internal.HttpHeaderReader.readQualityFactorParameter(HttpHeaderReader.java:253) 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:385) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:377) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:266) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:26:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:26:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:26:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:26:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:26:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:26:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:26:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:26:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:26:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.527 s -- in org.glassfish.jersey.tests.e2e.common.EncodingTest [INFO] Running org.glassfish.jersey.tests.e2e.common.HeaderParamTest Apr 10, 2024 12:26:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:26:36 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:26:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:26:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:26:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:26:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:26:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:26:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:26:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.975 s -- in org.glassfish.jersey.tests.e2e.common.HeaderParamTest [INFO] Running org.glassfish.jersey.tests.e2e.common.FeatureConstraintTest Apr 10, 2024 12:26:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:26:38 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:26:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:26:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:26:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.091 s -- in org.glassfish.jersey.tests.e2e.common.FeatureConstraintTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticResourceTest Apr 10, 2024 12:26:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:26:41 PM org.glassfish.jersey.server.ResourceModelConfigurator bindProvidersAndResources WARNING: Component of class class org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticResource cannot be instantiated and will be ignored. Apr 10, 2024 12:26:41 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:26:41 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, Resource{"/non-static", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "/non-static" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Apr 10, 2024 12:26:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:26:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:26:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.464 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticResourceSubResourceTest Apr 10, 2024 12:26:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:26:43 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:26:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:26:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:26:43 PM 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:200) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.createAndInitialize(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:153) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$3(ApplicationHandler.java:420) 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:255) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:26:43 PM 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:255) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:26:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.643 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticResourceSubResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceTest Apr 10, 2024 12:26:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:26:45 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:26:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:26:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:26:46 PM 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(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 Apr 10, 2024 12:26:46 PM 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:255) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:26:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.747 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceSubResourceTest Apr 10, 2024 12:26:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:26:48 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:26:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:26:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:26:48 PM 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(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 Apr 10, 2024 12:26:48 PM 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:255) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:26:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.832 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceSubResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$AbstractResourceTest Apr 10, 2024 12:26:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:26:50 PM org.glassfish.jersey.server.ResourceModelConfigurator bindProvidersAndResources WARNING: Component of class class org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$AbstractResource cannot be instantiated and will be ignored. Apr 10, 2024 12:26:50 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:26:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:26:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:26:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.399 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$AbstractResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$AbstractResourceSubResourceTest Apr 10, 2024 12:26:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:26:52 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:26:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:26:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:26:53 PM 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:200) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.createAndInitialize(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:153) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$3(ApplicationHandler.java:420) 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:255) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:26:53 PM 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:255) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:26:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.613 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$AbstractResourceSubResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$InterfaceResourceTest Apr 10, 2024 12:26:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:26:54 PM org.glassfish.jersey.server.ResourceModelConfigurator bindProvidersAndResources WARNING: Component of class interface org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$InterfaceResource cannot be instantiated and will be ignored. Apr 10, 2024 12:26:54 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:26:54 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, Resource{"interface", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "interface" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Apr 10, 2024 12:26:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:26:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:26:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.378 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$InterfaceResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$InterfaceResourceSubResourceTest Apr 10, 2024 12:26:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:26:56 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:26:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:26:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:26:57 PM 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:200) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.createAndInitialize(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:153) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$3(ApplicationHandler.java:420) 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:255) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:26:57 PM 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:255) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:26:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.609 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$InterfaceResourceSubResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceWithConstructorTest Apr 10, 2024 12:26:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:26:59 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:26:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:26:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:26:59 PM 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(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 Apr 10, 2024 12:26:59 PM 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:255) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:26:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.770 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceWithConstructorTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceSubresourceWithConstructorTest Apr 10, 2024 12:27:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:27:01 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:27:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:27:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:27:02 PM 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(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 Apr 10, 2024 12:27:02 PM 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:255) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:27:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.738 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceSubresourceWithConstructorTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructorTest Apr 10, 2024 12:27:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:27:03 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:27:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:27:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:27:04 PM 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:200) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.createAndInitialize(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:153) 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:255) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:27:04 PM 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:255) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:27:04 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructor] with an exception: MultiException stack 1 of 2 java.lang.NoSuchMethodException: Could not find a suitable constructor in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructor class. at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:168) at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java: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:161) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:152) 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:255) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(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=186 locatorId=0 identityHashCode=909789959 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:161) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:152) 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:255) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(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:161) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:152) 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:255) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(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=186 locatorId=0 identityHashCode=909789959 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:161) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:152) 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:255) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:27:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.741 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructorTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProviderTest Apr 10, 2024 12:27:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:27:06 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:27:06 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider] with an exception: MultiException stack 1 of 2 java.lang.NoSuchMethodException: Cannot instantiate org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider class. Instantiation of non-static member classes is not supported. at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:119) at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java: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:135) 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:247) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:116) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:373) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:373) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:317) at org.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:316) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:277) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:264) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:315) 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.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=186 locatorId=0 identityHashCode=1043148643 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:135) 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:247) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:116) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:373) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:373) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:317) at org.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:316) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:277) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:264) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:315) 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.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:135) 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:247) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:116) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:373) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:373) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:317) at org.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:316) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:277) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:264) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:315) 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.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=186 locatorId=0 identityHashCode=1043148643 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:135) 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:247) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:116) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:373) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:373) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:317) at org.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:316) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:277) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:264) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:315) 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.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:135) 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:248) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:116) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:373) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:373) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:317) at org.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:316) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:277) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:264) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:315) 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.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=186 locatorId=0 identityHashCode=1043148643 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:135) 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:248) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:116) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:373) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:373) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:317) at org.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:316) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:277) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:264) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:315) 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.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:135) 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:248) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:116) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:373) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:373) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:317) at org.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:316) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:277) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:264) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:315) 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.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=186 locatorId=0 identityHashCode=1043148643 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:135) 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:248) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:116) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:373) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:373) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:317) at org.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:316) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:277) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:264) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:315) 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.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) Apr 10, 2024 12:27:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:27:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:27:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.658 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProviderTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicProviderTest Apr 10, 2024 12:27:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:27:08 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:27:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:27:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:27:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.673 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicProviderTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructorTest Apr 10, 2024 12:27:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:27:10 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:27:11 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor] with an exception: MultiException stack 1 of 2 java.lang.NoSuchMethodException: Could not find a suitable constructor in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor class. at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:168) at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java: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:135) 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:247) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:116) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:373) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:373) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:317) at org.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:316) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:277) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:264) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:315) 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.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=186 locatorId=0 identityHashCode=1043148643 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:135) 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:247) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:116) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:373) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:373) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:317) at org.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:316) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:277) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:264) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:315) 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.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:135) 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:247) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:116) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:373) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:373) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:317) at org.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:316) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:277) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:264) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:315) 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.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=186 locatorId=0 identityHashCode=1043148643 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:135) 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:247) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:116) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:373) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:373) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:317) at org.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:316) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:277) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:264) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:315) 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.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:135) 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:248) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:116) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:373) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:373) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:317) at org.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:316) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:277) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:264) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:315) 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.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=186 locatorId=0 identityHashCode=1043148643 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:135) 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:248) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:116) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:373) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:373) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:317) at org.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:316) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:277) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:264) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:315) 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.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:135) 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:248) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:116) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:373) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:373) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:317) at org.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:316) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:277) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:264) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:315) 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.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=186 locatorId=0 identityHashCode=1043148643 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:135) 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:248) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:116) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:373) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:373) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:317) at org.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:316) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:277) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:264) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:315) 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.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) Apr 10, 2024 12:27:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:27:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:27:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.495 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 Apr 10, 2024 12:27:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:27:12 PM org.glassfish.jersey.server.ResourceModelConfigurator bindProvidersAndResources WARNING: Component of class class org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticResource cannot be instantiated and will be ignored. Apr 10, 2024 12:27:13 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:27:13 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, Resource{"/non-static", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "/non-static" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Apr 10, 2024 12:27:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:27:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:27:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.482 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticResourceSubResourceTest Apr 10, 2024 12:27:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:27:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:27:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:27:13 PM 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:200) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.createAndInitialize(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:153) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$3(ApplicationHandler.java:420) 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:255) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:27:13 PM 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:255) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:27:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.360 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticResourceSubResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceTest Apr 10, 2024 12:27:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:27:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:27:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:27:14 PM 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(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 Apr 10, 2024 12:27:14 PM 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:255) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:27:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.204 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceSubResourceTest Apr 10, 2024 12:27:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:27:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:27:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:27:14 PM 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(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 Apr 10, 2024 12:27:14 PM 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:255) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:27:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.168 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceSubResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$AbstractResourceTest Apr 10, 2024 12:27:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:27:14 PM org.glassfish.jersey.server.ResourceModelConfigurator bindProvidersAndResources WARNING: Component of class class org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$AbstractResource cannot be instantiated and will be ignored. Apr 10, 2024 12:27:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:27:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:27:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$AbstractResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$AbstractResourceSubResourceTest Apr 10, 2024 12:27:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:27:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:27:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:27:14 PM 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:200) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.createAndInitialize(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:153) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$3(ApplicationHandler.java:420) 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:255) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:27:14 PM 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:255) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:27:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.127 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$AbstractResourceSubResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$InterfaceResourceTest Apr 10, 2024 12:27:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:27:14 PM org.glassfish.jersey.server.ResourceModelConfigurator bindProvidersAndResources WARNING: Component of class interface org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$InterfaceResource cannot be instantiated and will be ignored. Apr 10, 2024 12:27:14 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, Resource{"interface", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "interface" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Apr 10, 2024 12:27:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:27:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:27:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$InterfaceResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$InterfaceResourceSubResourceTest Apr 10, 2024 12:27:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:27:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:27:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:27:14 PM 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:200) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.createAndInitialize(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:153) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$3(ApplicationHandler.java:420) 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:255) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:27:14 PM 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:255) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:27:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.143 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$InterfaceResourceSubResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceWithConstructorTest Apr 10, 2024 12:27:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:27:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:27:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Apr 10, 2024 12:27:14 PM 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(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 Apr 10, 2024 12:27:14 PM 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:255) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:27:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.119 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceWithConstructorTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceSubresourceWithConstructorTest Apr 10, 2024 12:27:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:27:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:27:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Apr 10, 2024 12:27:14 PM 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(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 Apr 10, 2024 12:27:14 PM 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:255) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:27:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceSubresourceWithConstructorTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructorTest Apr 10, 2024 12:27:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:27:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:27:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Apr 10, 2024 12:27:15 PM 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:200) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.createAndInitialize(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:153) 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:255) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:27:15 PM 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:255) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:27:15 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructor] with an exception: MultiException stack 1 of 2 java.lang.NoSuchMethodException: Could not find a suitable constructor in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructor class. at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:168) at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java: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:161) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:152) 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:255) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(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=17 identityHashCode=2095028900 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:161) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:152) 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:255) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(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:161) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:152) 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:255) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(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=17 identityHashCode=2095028900 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:161) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:152) 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:255) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:27:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.120 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructorTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProviderTest Apr 10, 2024 12:27:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:27:15 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider] with an exception: MultiException stack 1 of 2 java.lang.NoSuchMethodException: Cannot instantiate org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider class. Instantiation of non-static member classes is not supported. at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:119) at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java: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:135) 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:247) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:116) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:373) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:373) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:317) at org.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:316) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:277) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:264) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:315) 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.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=186 locatorId=19 identityHashCode=428410817 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:135) 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:247) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:116) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:373) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:373) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:317) at org.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:316) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:277) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:264) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:315) 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.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:135) 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:247) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:116) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:373) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:373) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:317) at org.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:316) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:277) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:264) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:315) 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.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=186 locatorId=19 identityHashCode=428410817 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:135) 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:247) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:116) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:373) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:373) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:317) at org.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:316) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:277) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:264) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:315) 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.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:135) 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:248) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:116) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:373) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:373) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:317) at org.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:316) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:277) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:264) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:315) 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.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=186 locatorId=19 identityHashCode=428410817 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:135) 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:248) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:116) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:373) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:373) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:317) at org.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:316) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:277) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:264) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:315) 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.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:135) 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:248) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:116) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:373) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:373) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:317) at org.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:316) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:277) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:264) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:315) 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.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=186 locatorId=19 identityHashCode=428410817 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:135) 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:248) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:116) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:373) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:373) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:317) at org.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:316) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:277) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:264) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:315) 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.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) Apr 10, 2024 12:27:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:27:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Apr 10, 2024 12:27:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProviderTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicProviderTest Apr 10, 2024 12:27:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:27:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:27:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Apr 10, 2024 12:27:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.143 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicProviderTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructorTest Apr 10, 2024 12:27:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:27:15 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor] with an exception: MultiException stack 1 of 2 java.lang.NoSuchMethodException: Could not find a suitable constructor in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor class. at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:168) at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java: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:135) 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:247) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:116) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:373) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:373) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:317) at org.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:316) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:277) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:264) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:315) 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.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=194 locatorId=22 identityHashCode=373701379 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:135) 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:247) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:116) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:373) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:373) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:317) at org.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:316) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:277) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:264) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:315) 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.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:135) 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:247) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:116) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:373) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:373) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:317) at org.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:316) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:277) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:264) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:315) 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.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=194 locatorId=22 identityHashCode=373701379 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:135) 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:247) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:116) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:373) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:373) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:317) at org.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:316) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:277) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:264) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:315) 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.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:135) 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:248) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:116) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:373) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:373) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:317) at org.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:316) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:277) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:264) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:315) 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.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=194 locatorId=22 identityHashCode=373701379 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:135) 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:248) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:116) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:373) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:373) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:317) at org.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:316) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:277) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:264) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:315) 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.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:135) 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:248) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:116) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:373) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:373) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:317) at org.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:316) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:277) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:264) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:315) 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.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=194 locatorId=22 identityHashCode=373701379 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:135) 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:248) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:116) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:373) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:373) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:317) at org.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:316) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:277) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:264) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:315) 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.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) Apr 10, 2024 12:27:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:27:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Apr 10, 2024 12:27:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.112 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructorTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.470 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest [INFO] Running org.glassfish.jersey.tests.e2e.common.AutoDiscoverableTest Apr 10, 2024 12:27:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:27:17 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:27:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:27:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:27:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.850 s -- in org.glassfish.jersey.tests.e2e.common.AutoDiscoverableTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NoEntityTest Apr 10, 2024 12:27:18 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:27:19 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:27:23 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:35489/ [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 8.021 s -- in org.glassfish.jersey.tests.e2e.common.NoEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.common.ProvidersOrderingTest Apr 10, 2024 12:27:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:27:28 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:27:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:27:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:27:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:27:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:27:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:27:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:27:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.080 s -- in org.glassfish.jersey.tests.e2e.common.ProvidersOrderingTest [INFO] Running org.glassfish.jersey.tests.e2e.common.ContentTypeTest Apr 10, 2024 12:27:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:27:31 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:27:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:27:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:27:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:27:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:27:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:27:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. filter2 filter1 filter2 reader Apr 10, 2024 12:27:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:27:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:27:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:27:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:27:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:27:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:27:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:27:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:27:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.493 s -- in org.glassfish.jersey.tests.e2e.common.ContentTypeTest [INFO] Running org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$ClientTest Apr 10, 2024 12:27:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:27:34 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:27:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:27:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:27:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:27:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:27:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:27:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:27:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:27:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:27:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:27:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:27:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:27:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:27:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:27:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:27:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:27:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:27:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:27:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:27:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:27:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:27:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:27:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:27:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:27:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:27:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:27:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:27:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:27:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:27:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:27:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:27:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:27:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:27:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:27:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Apr 10, 2024 12:27:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:27:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:27:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:27:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Apr 10, 2024 12:27:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:27:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:27:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:27:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Apr 10, 2024 12:27:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:27:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:27:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:27:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Apr 10, 2024 12:27:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:27:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:27:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:27:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Apr 10, 2024 12:27:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:27:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:27:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:27:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Apr 10, 2024 12:27:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:27:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:27:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:27:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Apr 10, 2024 12:27:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:27:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:27:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:27:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Apr 10, 2024 12:27:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:27:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:27:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:27:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Apr 10, 2024 12:27:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:27:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:27:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:27:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Apr 10, 2024 12:27:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:27:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:27:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:27:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Apr 10, 2024 12:27:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:27:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:27:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:27:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Apr 10, 2024 12:27:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.107 s -- in org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$ClientTest [INFO] Running org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$ContainerTest Apr 10, 2024 12:27:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:27:39 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:27:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:27:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:27:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:27:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:27:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:27:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:27:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:27:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:27:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:27:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:27:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:27:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:27:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:27:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:27:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.443 s -- in org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$ContainerTest [INFO] Running org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$ContainerAutodiscoveryTest Apr 10, 2024 12:27:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:27:42 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:27:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:27:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:27:42 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:35489/ 1 > accept: */* 1 > connection: keep-alive 1 > host: localhost:35489 1 > user-agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21.0.2) Apr 10, 2024 12:27:42 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < 001: First Header Value 1 < 002: Second Header Value 1 < 003: Third Header Value 1 < 004: Fourth Header Value 1 < 005: Fifth Header Value 1 < Content-Type: application/binary Apr 10, 2024 12:27:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.736 s -- in org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$ContainerAutodiscoveryTest [INFO] Running org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$FiltersOrderTest Apr 10, 2024 12:27:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:27:44 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:27:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:27:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:27:44 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Sending client request on thread ForkJoinPool-1-worker-1 1 > GET http://localhost:35489/ 1 > custom_header: client/request Apr 10, 2024 12:27:44 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:35489/ 1 > accept: */* 1 > connection: keep-alive 1 > custom_header: client/request 1 > host: localhost:35489 1 > user-agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21.0.2) Apr 10, 2024 12:27:44 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < 001: First Header Value 1 < 002: Second Header Value 1 < 003: Third Header Value 1 < 004: Fourth Header Value 1 < 005: Fifth Header Value 1 < Content-Type: application/binary 1 < custom_header: container/response Apr 10, 2024 12:27:44 PM 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:35489/ 1 > custom_header: client/request 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:35489/ 1 > accept: */* 1 > connection: keep-alive 1 > custom_header: client/request 1 > host: localhost:35489 1 > user-agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21.0.2) 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 Apr 10, 2024 12:27:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.381 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 Apr 10, 2024 12:27:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:27:46 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:27:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:27:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:27:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:27:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:27:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:27:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:27:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:27:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:27:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:27:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:27:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:27:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:27:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:27:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:27:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:27:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:27:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:27:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:27:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:27:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:27:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:27:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:27:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:27:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:27:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:27:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:27:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:27:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:27:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:27:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:27:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:27:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:27:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:27:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Apr 10, 2024 12:27:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:27:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:27:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:27:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Apr 10, 2024 12:27:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:27:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:27:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:27:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Apr 10, 2024 12:27:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:27:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:27:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:27:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Apr 10, 2024 12:27:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:27:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:27:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:27:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Apr 10, 2024 12:27:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:27:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:27:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:27:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Apr 10, 2024 12:27:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:27:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:27:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:27:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Apr 10, 2024 12:27:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:27:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:27:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:27:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Apr 10, 2024 12:27:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:27:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:27:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:27:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Apr 10, 2024 12:27:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:27:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:27:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:27:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Apr 10, 2024 12:27:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:27:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:27:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:27:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Apr 10, 2024 12:27:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:27:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:27:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:27:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Apr 10, 2024 12:27:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.256 s -- in org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$ClientTest [INFO] Running org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$ContainerTest Apr 10, 2024 12:27:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:27:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:27:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Apr 10, 2024 12:27:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:27:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:27:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:27:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Apr 10, 2024 12:27:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:27:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:27:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:27:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Apr 10, 2024 12:27:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:27:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:27:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:27:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Apr 10, 2024 12:27:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.367 s -- in org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$ContainerTest [INFO] Running org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$ContainerAutodiscoveryTest Apr 10, 2024 12:27:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:27:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:27:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Apr 10, 2024 12:27:50 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:35489/ 1 > accept: */* 1 > connection: keep-alive 1 > host: localhost:35489 1 > user-agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21.0.2) Apr 10, 2024 12:27:50 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < 001: First Header Value 1 < 002: Second Header Value 1 < 003: Third Header Value 1 < 004: Fourth Header Value 1 < 005: Fifth Header Value 1 < Content-Type: application/binary Apr 10, 2024 12:27:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 s -- in org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$ContainerAutodiscoveryTest [INFO] Running org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$FiltersOrderTest Apr 10, 2024 12:27:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:27:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:27:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Apr 10, 2024 12:27:50 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Sending client request on thread ForkJoinPool-2-worker-1 1 > GET http://localhost:35489/ 1 > custom_header: client/request Apr 10, 2024 12:27:50 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:35489/ 1 > accept: */* 1 > connection: keep-alive 1 > custom_header: client/request 1 > host: localhost:35489 1 > user-agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21.0.2) Apr 10, 2024 12:27:50 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < 001: First Header Value 1 < 002: Second Header Value 1 < 003: Third Header Value 1 < 004: Fourth Header Value 1 < 005: Fifth Header Value 1 < Content-Type: application/binary 1 < custom_header: container/response Apr 10, 2024 12:27:50 PM 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:35489/ 1 > custom_header: client/request 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:35489/ 1 > accept: */* 1 > connection: keep-alive 1 > custom_header: client/request 1 > host: localhost:35489 1 > user-agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21.0.2) 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 Apr 10, 2024 12:27:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 s -- in org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$FiltersOrderTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.869 s -- in org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest [INFO] Running org.glassfish.jersey.tests.e2e.common.HeaderValueExceptionTest Apr 10, 2024 12:27:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:27:52 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:27:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:27:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:27:52 PM 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.MessageHeaderMethods.exception(MessageHeaderMethods.java:453) at org.glassfish.jersey.message.internal.MessageHeaderMethods.singleHeader(MessageHeaderMethods.java:431) at org.glassfish.jersey.message.internal.MessageHeaderMethods.getDate(MessageHeaderMethods.java:172) 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(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: java.text.ParseException: Unparseable date: "foo" at org.glassfish.jersey.message.internal.MessageHeaderMethods.lambda$getDate$0(MessageHeaderMethods.java:176) at org.glassfish.jersey.message.internal.MessageHeaderMethods.singleHeader(MessageHeaderMethods.java:429) ... 27 more Caused by: java.text.ParseException: java.text.ParseException: Unparseable date: "foo" at org.glassfish.jersey.message.internal.HttpDateFormat.readDate(HttpDateFormat.java:225) at org.glassfish.jersey.message.internal.HttpDateFormat.readDateSDF(HttpDateFormat.java:208) at org.glassfish.jersey.message.internal.HttpDateFormat.readDate(HttpDateFormat.java:194) at org.glassfish.jersey.message.internal.HttpHeaderReader.readDate(HttpHeaderReader.java:179) at org.glassfish.jersey.message.internal.MessageHeaderMethods.lambda$getDate$0(MessageHeaderMethods.java:174) ... 28 more Apr 10, 2024 12:27:52 PM 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:255) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:27:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:27:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:27:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:27:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:27:53 PM 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.MessageHeaderMethods.exception(MessageHeaderMethods.java:453) at org.glassfish.jersey.message.internal.MessageHeaderMethods.singleHeader(MessageHeaderMethods.java:431) at org.glassfish.jersey.message.internal.MessageHeaderMethods.getDate(MessageHeaderMethods.java:172) at org.glassfish.jersey.server.ContainerResponse.getDate(ContainerResponse.java:185) 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:385) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:377) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:266) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(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: java.text.ParseException: Unparseable date: "bar" at org.glassfish.jersey.message.internal.MessageHeaderMethods.lambda$getDate$0(MessageHeaderMethods.java:176) at org.glassfish.jersey.message.internal.MessageHeaderMethods.singleHeader(MessageHeaderMethods.java:429) ... 22 more Caused by: java.text.ParseException: java.text.ParseException: Unparseable date: "bar" at org.glassfish.jersey.message.internal.HttpDateFormat.readDate(HttpDateFormat.java:225) at org.glassfish.jersey.message.internal.HttpDateFormat.readDateSDF(HttpDateFormat.java:208) at org.glassfish.jersey.message.internal.HttpDateFormat.readDate(HttpDateFormat.java:194) at org.glassfish.jersey.message.internal.HttpHeaderReader.readDate(HttpHeaderReader.java:179) at org.glassfish.jersey.message.internal.MessageHeaderMethods.lambda$getDate$0(MessageHeaderMethods.java:174) ... 23 more Apr 10, 2024 12:27:53 PM 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:255) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:27:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:27:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:27:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:27:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:27:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.130 s -- in org.glassfish.jersey.tests.e2e.common.HeaderValueExceptionTest [INFO] Running org.glassfish.jersey.tests.e2e.common.ResponseLinksTest Apr 10, 2024 12:27:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:27:55 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:27:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:27:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:27:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:27:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:27:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:27:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:27:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.139 s -- in org.glassfish.jersey.tests.e2e.common.ResponseLinksTest [INFO] Running org.glassfish.jersey.tests.e2e.common.ReaderProviderTest Apr 10, 2024 12:27:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:27:57 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:27:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:27:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:27:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:27:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:27:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:27:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:27:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:27:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:27:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:27:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:27:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:27:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:27:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:27:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:27:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:27:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:27:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:27:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:27:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.357 s -- in org.glassfish.jersey.tests.e2e.common.ReaderProviderTest [INFO] Running org.glassfish.jersey.tests.e2e.common.MessageBodyWriterObjectDistanceTest Apr 10, 2024 12:27:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:28:00 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:28:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:28:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:28:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.691 s -- in org.glassfish.jersey.tests.e2e.common.MessageBodyWriterObjectDistanceTest [INFO] Running org.glassfish.jersey.tests.e2e.common.ForcedAutoDiscoverableTest Apr 10, 2024 12:28:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:28:03 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:28:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:28:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:28:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.738 s -- in org.glassfish.jersey.tests.e2e.common.ForcedAutoDiscoverableTest [INFO] Running org.glassfish.jersey.tests.e2e.common.RequestScopeTest Apr 10, 2024 12:28:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:28:05 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:28:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:28:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:28:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.764 s -- in org.glassfish.jersey.tests.e2e.common.RequestScopeTest [INFO] Running org.glassfish.jersey.tests.e2e.common.MessageBodyReaderUnsupportedTest Apr 10, 2024 12:28:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:28:07 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:28:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:28:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:28:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.696 s -- in org.glassfish.jersey.tests.e2e.common.MessageBodyReaderUnsupportedTest [INFO] Running org.glassfish.jersey.tests.e2e.common.QueryParamEncodingTest Apr 10, 2024 12:28:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:28:10 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:28:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:28:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:28:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:28:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:28:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:28:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:28:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.086 s -- in org.glassfish.jersey.tests.e2e.common.QueryParamEncodingTest [INFO] Running org.glassfish.jersey.tests.e2e.common.ConstrainedToTest Apr 10, 2024 12:28:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:28:12 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:28:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:28:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:28:13 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A registered provider org.glassfish.jersey.tests.e2e.common.ConstrainedToTest$ClientFilterConstrainedToServer constrained (via @ConstrainedTo) to SERVER runtime implements interface 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. Apr 10, 2024 12:28:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:28:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:28:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:28:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:28:13 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A registered provider org.glassfish.jersey.tests.e2e.common.ConstrainedToTest$ClientFilterConstrainedToServer constrained (via @ConstrainedTo) to SERVER runtime implements interface 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. Apr 10, 2024 12:28:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.885 s -- in org.glassfish.jersey.tests.e2e.common.ConstrainedToTest [INFO] Running org.glassfish.jersey.tests.e2e.common.MessageBodyWorkerInheritanceTest Apr 10, 2024 12:28:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:28:15 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:28:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:28:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:28:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:28:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:28:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:28:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:28:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.954 s -- in org.glassfish.jersey.tests.e2e.common.MessageBodyWorkerInheritanceTest [INFO] Running org.glassfish.jersey.tests.e2e.ExecutorServiceProviderTest Apr 10, 2024 12:28:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:28:18 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:28:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:28:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:28:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:28:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:28:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:28:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:28:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:28:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:28:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:28:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:28:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:28:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:28:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:28:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:28:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:28:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:28:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:28:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:28:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:28:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:28:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:28:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:28:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:28:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:28:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:28:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:28:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:28:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:28:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:28:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:28:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:28:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:28:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:28:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Apr 10, 2024 12:28:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.991 s -- in org.glassfish.jersey.tests.e2e.ExecutorServiceProviderTest [INFO] Running org.glassfish.jersey.tests.e2e.oauth.OAuthClientServerTest Apr 10, 2024 12:28:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:28:21 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:28:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:28:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Token received from user: 6cc5cbc84aa14029a1646285e6d16f38 Verifier: f6488a57b1644c2499de69a444af75a5 Apr 10, 2024 12:28:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:28:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:28:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:28:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. request: 0 request: 2 request: 4 request: 6 request: 8 request: 10 request: 12 request: 14 Apr 10, 2024 12:28:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:28:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:28:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:28:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. request: 0 request: 2 request: 4 request: 6 request: 8 request: 10 request: 12 request: 14 request: 16 request: 18 Apr 10, 2024 12:28:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.518 s -- in org.glassfish.jersey.tests.e2e.oauth.OAuthClientServerTest [INFO] Running org.glassfish.jersey.tests.e2e.oauth.OAuth2Test Apr 10, 2024 12:28:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:28:24 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:28:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:28:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:28:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:28:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:28:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:28:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:28:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.233 s -- in org.glassfish.jersey.tests.e2e.oauth.OAuth2Test [INFO] Running org.glassfish.jersey.tests.e2e.oauth.OauthClientAuthorizationFlowTest Apr 10, 2024 12:28:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:28:27 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:28:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:28:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:28:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:28:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:28:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:28:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:28:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.208 s -- in org.glassfish.jersey.tests.e2e.oauth.OauthClientAuthorizationFlowTest [INFO] Running org.glassfish.jersey.tests.e2e.LinkTest Apr 10, 2024 12:28:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:28:30 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:28:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:28:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:28:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:28:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:28:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:28:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:28:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:28:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:28:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:28:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:28:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:28:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:28:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:28:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:28:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.170 s -- in org.glassfish.jersey.tests.e2e.LinkTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.MethodTest$GrizzlyConnectorProviderMethodTest Apr 10, 2024 12:28:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:28:33 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:28:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:28:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. SLF4J(W): No SLF4J providers were found. SLF4J(W): Defaulting to no-operation (NOP) logger implementation SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details. Apr 10, 2024 12:28:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:28:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:28:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:28:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:28:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:28:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:28:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:28:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:28:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:28:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:28:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:28:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:28:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.330 s -- in org.glassfish.jersey.tests.e2e.client.connector.MethodTest$GrizzlyConnectorProviderMethodTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.MethodTest$JdkConnectorProviderMethodTest Apr 10, 2024 12:28:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:28:36 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:28:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:28:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:28:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:28:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:28:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:28:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:28:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:28:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:28:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:28:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:28:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:28:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:28:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:28:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:28:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.349 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 Apr 10, 2024 12:28:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:28:39 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:28:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:28:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:28:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:28:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:28:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:28:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:28:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:28:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:28:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:28:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:28:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:28:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:28:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:28:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:28:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.442 s -- in org.glassfish.jersey.tests.e2e.client.connector.MethodTest$JdkConnectorProviderMethodTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.MethodTest$GrizzlyConnectorProviderMethodTest Apr 10, 2024 12:28:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:28:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:28:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. SLF4J(W): No SLF4J providers were found. SLF4J(W): Defaulting to no-operation (NOP) logger implementation SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details. Apr 10, 2024 12:28:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:28:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:28:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:28:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:28:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:28:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:28:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:28:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:28:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:28:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:28:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:28:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:28:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.720 s -- in org.glassfish.jersey.tests.e2e.client.connector.MethodTest$GrizzlyConnectorProviderMethodTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.205 s -- in org.glassfish.jersey.tests.e2e.client.connector.MethodTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.HugeEntityTest$GrizzlyConnectorProviderHugeEntityTest Apr 10, 2024 12:28:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:28:43 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:28:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:28:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. SLF4J(W): No SLF4J providers were found. SLF4J(W): Defaulting to no-operation (NOP) logger implementation SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details. Apr 10, 2024 12:28:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:28:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:28:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:28:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:29:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.75 s -- in org.glassfish.jersey.tests.e2e.client.connector.HugeEntityTest$GrizzlyConnectorProviderHugeEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.HugeEntityTest$JdkConnectorProviderHugeEntityTest Apr 10, 2024 12:29:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:29:06 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:29:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:29:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:29:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:29:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:29:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:29:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:29:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 50.04 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 Apr 10, 2024 12:29:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:29:57 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:29:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:29:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. SLF4J(W): No SLF4J providers were found. SLF4J(W): Defaulting to no-operation (NOP) logger implementation SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details. Apr 10, 2024 12:30:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:30:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:30:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:30:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:30:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.59 s -- in org.glassfish.jersey.tests.e2e.client.connector.HugeEntityTest$GrizzlyConnectorProviderHugeEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.HugeEntityTest$JdkConnectorProviderHugeEntityTest Apr 10, 2024 12:30:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:30:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:30:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:30:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:30:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:30:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:30:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:31:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 45.33 s -- in org.glassfish.jersey.tests.e2e.client.connector.HugeEntityTest$JdkConnectorProviderHugeEntityTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 66.97 s -- in org.glassfish.jersey.tests.e2e.client.connector.HugeEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.sonar.SonarJerseyE2ETest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s -- in org.glassfish.jersey.tests.e2e.sonar.SonarJerseyE2ETest [INFO] Running org.glassfish.jersey.tests.e2e.MessageBodyExceptionWrappingTest Apr 10, 2024 12:31:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:31:05 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:31:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:31:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:31:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:31:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:31:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:31:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:31:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.881 s -- in org.glassfish.jersey.tests.e2e.MessageBodyExceptionWrappingTest [INFO] Running org.glassfish.jersey.tests.e2e.ClientTest Apr 10, 2024 12:31:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:31:08 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:31:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:31:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:31:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:31:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:31:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:31:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:31:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:31:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:31:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:31:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:31:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:31:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:31:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:31:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:31:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.350 s -- in org.glassfish.jersey.tests.e2e.ClientTest [INFO] Running org.glassfish.jersey.tests.e2e.InterceptorGzipTest Apr 10, 2024 12:31:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:31:11 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:31:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:31:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. resource: hello, this is text entity Apr 10, 2024 12:31:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:31:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:31:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:31:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. resource: hello, this is text entity Apr 10, 2024 12:31:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.911 s -- in org.glassfish.jersey.tests.e2e.InterceptorGzipTest [INFO] Running org.glassfish.jersey.tests.e2e.InterceptorCustomTest Apr 10, 2024 12:31:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:31:13 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:31:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:31:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. resource: hello, this is text entity Apr 10, 2024 12:31:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:31:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35489/ Apr 10, 2024 12:31:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:31:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. resource: hello, this is text entity Apr 10, 2024 12:31:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.898 s -- in org.glassfish.jersey.tests.e2e.InterceptorCustomTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 485, Failures: 0, Errors: 0, Skipped: 4 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ e2e --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [100/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ e2e-client --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ e2e-client --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/AbortResponseClientTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/AbortResponseClientTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/connector/ProviderFiltering.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/connector/ProviderFiltering.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ e2e-client --- [INFO] Reserved port 38253 for jersey.config.test.container.port [INFO] Reserved port 33991 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ e2e-client --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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.SslConnectorConfigurationTest Apr 10, 2024 12:31:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:31:24 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:38253/ Hit CTRL + C to stop it... Apr 10, 2024 12:31:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:31:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:31:25 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:38253/ Hit CTRL + C to stop it... SLF4J(W): No SLF4J providers were found. SLF4J(W): Defaulting to no-operation (NOP) logger implementation SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details. Apr 10, 2024 12:31:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:31:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:31:25 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:38253/ Hit CTRL + C to stop it... Apr 10, 2024 12:31:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:31:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:31:25 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:38253/ Hit CTRL + C to stop it... Apr 10, 2024 12:31:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:31:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:31:26 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:38253/ Hit CTRL + C to stop it... Apr 10, 2024 12:31:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:31:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:31:26 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:38253/ Hit CTRL + C to stop it... Apr 10, 2024 12:31:26 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:26 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:31:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:31:26 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:38253/ Hit CTRL + C to stop it... Apr 10, 2024 12:31:26 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:26 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:31:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:31:26 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:38253/ Hit CTRL + C to stop it... Apr 10, 2024 12:31:26 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:26 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:31:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Apr 10, 2024 12:31:27 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:38253/ Hit CTRL + C to stop it... Apr 10, 2024 12:31:27 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:27 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:31:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Apr 10, 2024 12:31:27 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:38253/ Hit CTRL + C to stop it... Apr 10, 2024 12:31:27 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:27 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:31:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Apr 10, 2024 12:31:27 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:38253/ Hit CTRL + C to stop it... Apr 10, 2024 12:31:27 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:27 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:31:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Apr 10, 2024 12:31:27 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:38253/ Hit CTRL + C to stop it... Apr 10, 2024 12:31:27 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:27 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:31:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Apr 10, 2024 12:31:27 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:38253/ Hit CTRL + C to stop it... Apr 10, 2024 12:31:27 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:27 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:31:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Apr 10, 2024 12:31:27 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:38253/ Hit CTRL + C to stop it... Apr 10, 2024 12:31:27 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:27 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:31:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Apr 10, 2024 12:31:27 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:38253/ Hit CTRL + C to stop it... Apr 10, 2024 12:31:27 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:27 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:31:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Apr 10, 2024 12:31:28 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:38253/ Hit CTRL + C to stop it... Apr 10, 2024 12:31:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:31:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Apr 10, 2024 12:31:28 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:38253/ Hit CTRL + C to stop it... Apr 10, 2024 12:31:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:31:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Apr 10, 2024 12:31:28 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:38253/ Hit CTRL + C to stop it... Apr 10, 2024 12:31:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:31:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Apr 10, 2024 12:31:28 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:38253/ Hit CTRL + C to stop it... Apr 10, 2024 12:31:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:31:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Apr 10, 2024 12:31:28 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:38253/ Hit CTRL + C to stop it... Apr 10, 2024 12:31:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.353 s -- in org.glassfish.jersey.tests.e2e.client.connector.ssl.SslConnectorConfigurationTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.ssl.SslHttpUrlConnectorTest Apr 10, 2024 12:31:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:31:30 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:38253/ Hit CTRL + C to stop it... Apr 10, 2024 12:31:31 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:31 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:31:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:31:31 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:38253/ Hit CTRL + C to stop it... Apr 10, 2024 12:31:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:31:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:31:31 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:38253/ Hit CTRL + C to stop it... SLF4J(W): No SLF4J providers were found. SLF4J(W): Defaulting to no-operation (NOP) logger implementation SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details. Apr 10, 2024 12:31:32 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:32 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:32 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:32 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:32 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:32 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:32 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:32 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:32 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:32 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:32 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:32 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:32 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:32 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:32 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:32 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:32 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:32 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:32 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:32 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:32 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:32 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:32 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:32 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:32 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:32 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:32 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:32 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:32 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:32 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:32 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:32 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:32 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:32 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:32 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:32 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:32 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:32 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:32 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:32 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:32 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:32 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:32 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:32 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:32 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:32 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:32 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:32 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:32 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:32 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:32 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:32 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:32 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:32 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:32 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:32 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:32 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:32 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:32 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:32 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:32 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:32 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:32 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:32 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:32 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:32 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:32 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:32 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:32 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:32 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:32 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:32 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:32 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:32 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:32 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:32 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:32 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:32 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:32 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:32 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:32 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:32 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:32 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:32 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:32 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:32 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:32 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:32 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:32 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:32 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:32 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:32 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:32 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:32 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:32 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:32 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:32 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:32 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:32 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:32 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:31:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:31:32 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:38253/ Hit CTRL + C to stop it... Apr 10, 2024 12:31:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:31:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:31:32 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:38253/ Hit CTRL + C to stop it... Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:31:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:38253/ Hit CTRL + C to stop it... Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:31:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:31:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.559 s -- in org.glassfish.jersey.tests.e2e.client.connector.ssl.SslHttpUrlConnectorTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.ssl.SslConnectorHostnameVerifierTest Apr 10, 2024 12:31:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:31:36 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:38253/ Hit CTRL + C to stop it... Apr 10, 2024 12:31:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:31:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:31:36 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:38253/ Hit CTRL + C to stop it... Apr 10, 2024 12:31:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:31:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:31:37 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:38253/ Hit CTRL + C to stop it... SLF4J(W): No SLF4J providers were found. SLF4J(W): Defaulting to no-operation (NOP) logger implementation SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details. Apr 10, 2024 12:31:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:31:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:31:37 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:38253/ Hit CTRL + C to stop it... Apr 10, 2024 12:31:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:31:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:31:37 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:38253/ Hit CTRL + C to stop it... Apr 10, 2024 12:31:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.820 s -- in org.glassfish.jersey.tests.e2e.client.connector.ssl.SslConnectorHostnameVerifierTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.HttpPatchTest Apr 10, 2024 12:31:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:31:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. SERVER: patch request received. Apr 10, 2024 12:31:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:31:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:31:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. SERVER: patch request received. Apr 10, 2024 12:31:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:31:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:31:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. SERVER: patch request received. Apr 10, 2024 12:31:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:31:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:31:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. SERVER: patch request received. Apr 10, 2024 12:31:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:31:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:31:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. SERVER: patch request received. Apr 10, 2024 12:31:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:31:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:31:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. SERVER: patch request received. Apr 10, 2024 12:31:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:31:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:31:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. SERVER: patch request received. Apr 10, 2024 12:31:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:31:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:31:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. SERVER: patch request received. Apr 10, 2024 12:31:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:31:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:31:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. SERVER: patch request received. Apr 10, 2024 12:31:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:31:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:31:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. SLF4J(W): No SLF4J providers were found. SLF4J(W): Defaulting to no-operation (NOP) logger implementation SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details. SERVER: patch request received. Apr 10, 2024 12:31:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:31:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:31:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. SERVER: patch request received. Apr 10, 2024 12:31:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:31:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:31:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. SERVER: patch request received. Apr 10, 2024 12:31:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:31:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:31:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. SERVER: patch request received. Apr 10, 2024 12:31:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:31:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:31:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. SERVER: patch request received. Apr 10, 2024 12:31:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:31:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:31:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. SERVER: patch request received. Apr 10, 2024 12:31:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:31:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:31:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. SERVER: patch request received. Apr 10, 2024 12:31:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:31:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:31:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. SERVER: patch request received. Apr 10, 2024 12:31:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:31:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:31:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. SERVER: patch request received. Apr 10, 2024 12:31:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:31:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:31:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. SERVER: patch request received. Apr 10, 2024 12:31:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:31:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:31:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. SERVER: patch request received. Apr 10, 2024 12:31:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:31:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:31:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. SERVER: patch request received. Apr 10, 2024 12:31:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:31:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:31:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. SERVER: patch request received. Apr 10, 2024 12:31:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:31:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:31:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. SERVER: patch request received. Apr 10, 2024 12:31:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:31:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:31:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. SERVER: patch request received. Apr 10, 2024 12:31:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:31:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:31:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. SERVER: patch request received. Apr 10, 2024 12:31:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:31:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:31:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. SERVER: patch request received. Apr 10, 2024 12:31:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:31:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:31:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. SERVER: patch request received. Apr 10, 2024 12:31:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:31:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:31:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. SERVER: patch request received. Apr 10, 2024 12:31:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:31:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:31:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. SERVER: patch request received. Apr 10, 2024 12:31:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:31:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:31:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. SERVER: patch request received. Apr 10, 2024 12:31:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:31:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:31:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. SERVER: patch request received. Apr 10, 2024 12:31:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:31:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:31:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. SERVER: patch request received. Apr 10, 2024 12:31:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:31:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:31:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. SERVER: patch request received. Apr 10, 2024 12:31:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:31:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:31:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. SERVER: patch request received. Apr 10, 2024 12:31:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:31:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:31:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. SERVER: patch request received. Apr 10, 2024 12:31:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:31:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:31:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. SERVER: patch request received. Apr 10, 2024 12:31:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:31:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:31:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. SERVER: patch request received. Apr 10, 2024 12:31:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:31:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:31:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. SERVER: patch request received. Apr 10, 2024 12:31:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:31:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:31:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. SERVER: patch request received. Apr 10, 2024 12:31:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:31:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:31:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. SERVER: patch request received. Apr 10, 2024 12:31:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:31:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:31:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. SERVER: patch request received. Apr 10, 2024 12:31:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:31:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:31:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. SERVER: patch request received. Apr 10, 2024 12:31:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:31:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:31:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. SERVER: patch request received. Apr 10, 2024 12:31:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:31:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:31:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-43] Started. SERVER: patch request received. Apr 10, 2024 12:31:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:31:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:31:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-44] Started. SERVER: patch request received. Apr 10, 2024 12:31:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:31:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:31:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-45] Started. SERVER: patch request received. Apr 10, 2024 12:31:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:31:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:31:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-46] Started. SERVER: patch request received. Apr 10, 2024 12:31:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:31:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:31:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-47] Started. SERVER: patch request received. Apr 10, 2024 12:31:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:31:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:31:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-48] Started. SERVER: patch request received. Apr 10, 2024 12:31:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:31:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:31:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-49] Started. SERVER: patch request received. Apr 10, 2024 12:31:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:31:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:31:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-50] Started. SERVER: patch request received. Apr 10, 2024 12:31:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:31:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:31:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-51] Started. SERVER: patch request received. Apr 10, 2024 12:31:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:31:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:31:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-52] Started. SERVER: patch request received. Apr 10, 2024 12:31:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:31:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:31:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-53] Started. SERVER: patch request received. Apr 10, 2024 12:31:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] [INFO] Tests run: 54, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.188 s -- in org.glassfish.jersey.tests.e2e.client.connector.HttpPatchTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxySelectorTest SLF4J(W): No SLF4J providers were found. SLF4J(W): Defaulting to no-operation (NOP) logger implementation SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.888 s -- in org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxySelectorTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$Apache5ConnectorProviderProxyTest SLF4J(W): No SLF4J providers were found. SLF4J(W): Defaulting to no-operation (NOP) logger implementation SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.008 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.325 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.200 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.332 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.078 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.020 s -- in org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.MultiPartTest Apr 10, 2024 12:31:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:31:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:31:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:31:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:31:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. SLF4J(W): No SLF4J providers were found. SLF4J(W): Defaulting to no-operation (NOP) logger implementation SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details. Apr 10, 2024 12:31:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:31:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:31:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:31:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:31:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:31:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:31:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.101 s -- in org.glassfish.jersey.tests.e2e.client.connector.MultiPartTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.RequestHeaderModificationsTest Apr 10, 2024 12:31:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:31:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:31:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:31:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:31:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:31:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:31:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:31:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. SLF4J(W): No SLF4J providers were found. SLF4J(W): Defaulting to no-operation (NOP) logger implementation SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details. Apr 10, 2024 12:31:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:31:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:31:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:31:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:31:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:31:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:31:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:31:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:31:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:31:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:31:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:31:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:31:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:31:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:31:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:31:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:31:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:31:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Apr 10, 2024 12:31:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:31:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:31:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Apr 10, 2024 12:31:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:31:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:31:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Apr 10, 2024 12:31:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:31:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:31:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Apr 10, 2024 12:31:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:31:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:31:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Apr 10, 2024 12:31:59 PM org.glassfish.jersey.message.internal.HeaderUtils checkHeaderChanges WARNING: There are some request headers that have not been sent by connector [org.glassfish.jersey.grizzly.connector.GrizzlyConnector]. Probably you added those headers in WriterInterceptor or MessageBodyWriter. That feature is not supported by the connector. Please, do not modify headers in WriterInterceptor or MessageBodyWriter or use default HttpUrlConnector instead. Unsent header changes: [Mbw-Prop, Iceptor-Prop] Apr 10, 2024 12:31:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:31:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:31:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Apr 10, 2024 12:31:59 PM org.glassfish.jersey.message.internal.HeaderUtils checkHeaderChanges WARNING: There are some request headers that have not been sent by connector [org.glassfish.jersey.grizzly.connector.GrizzlyConnector]. Probably you added those headers in WriterInterceptor or MessageBodyWriter. That feature is not supported by the connector. Please, do not modify headers in WriterInterceptor or MessageBodyWriter or use default HttpUrlConnector instead. Unsent header changes: [Mbw-Prop, Iceptor-Prop] Apr 10, 2024 12:31:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:31:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:31:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Apr 10, 2024 12:31:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:31:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:31:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Apr 10, 2024 12:31:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:31:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:31:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Apr 10, 2024 12:31:59 PM org.glassfish.jersey.message.internal.HeaderUtils checkHeaderChanges WARNING: There are some request headers that have not been sent by connector [org.glassfish.jersey.apache5.connector.Apache5Connector]. Probably you added those headers in WriterInterceptor or MessageBodyWriter. That feature is not supported by the connector. Please, do not modify headers in WriterInterceptor or MessageBodyWriter or use default HttpUrlConnector instead. Unsent header changes: [Mbw-Prop, Iceptor-Prop] Apr 10, 2024 12:31:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:31:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:31:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:31:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Apr 10, 2024 12:31:59 PM org.glassfish.jersey.message.internal.HeaderUtils checkHeaderChanges WARNING: There are some request headers that have not been sent by connector [org.glassfish.jersey.apache5.connector.Apache5Connector]. Probably you added those headers in WriterInterceptor or MessageBodyWriter. That feature is not supported by the connector. Please, do not modify headers in WriterInterceptor or MessageBodyWriter or use default HttpUrlConnector instead. Unsent header changes: [Mbw-Prop, Iceptor-Prop] Apr 10, 2024 12:31:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:31:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:32:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:32:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Apr 10, 2024 12:32:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:32:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:32:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:32:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Apr 10, 2024 12:32:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.478 s -- in org.glassfish.jersey.tests.e2e.client.connector.RequestHeaderModificationsTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.FutureCancelTest Apr 10, 2024 12:32:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:32:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:32:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. SLF4J(W): No SLF4J providers were found. SLF4J(W): Defaulting to no-operation (NOP) logger implementation SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details. Apr 10, 2024 12:32:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:32:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:32:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:32:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:32:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:32:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:32:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:32:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:32:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.003 s -- in org.glassfish.jersey.tests.e2e.client.connector.FutureCancelTest [INFO] Running org.glassfish.jersey.tests.e2e.client.BasicClientTest Apr 10, 2024 12:32:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:32:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:32:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:32:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:32:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:32:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:32:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:32:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:32:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:32:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:32:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:32:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:32:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:32:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:32:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:32:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:32:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:32:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:32:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:32:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:32:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:32:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:32:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:32:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:32:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:32:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:32:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:32:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:32:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:32:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:32:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:32:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:32:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:32:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:32:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Apr 10, 2024 12:32:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:32:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:32:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:32:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Apr 10, 2024 12:32:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.909 s -- in org.glassfish.jersey.tests.e2e.client.BasicClientTest [INFO] Running org.glassfish.jersey.tests.e2e.client.NonSuccessfulResponseTest Apr 10, 2024 12:32:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:32:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:32:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:32:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:32:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:32:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:32:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:32:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:32:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:32:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:32:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:32:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:32:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:32:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:32:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:32:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:32:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:32:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:32:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:32:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:32:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:32:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:32:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:32:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.372 s -- in org.glassfish.jersey.tests.e2e.client.NonSuccessfulResponseTest [INFO] Running org.glassfish.jersey.tests.e2e.client.ResponseCloseTest Apr 10, 2024 12:32:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:32:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:32:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:32:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:32:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:32:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:32:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:32:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:32:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:32:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:32:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:32:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:32:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:32:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:32:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:32:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:32:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:32:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:32:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:32:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:32:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:32:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:32:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:32:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:32:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:32:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:32:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:32:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.472 s -- in org.glassfish.jersey.tests.e2e.client.ResponseCloseTest [INFO] Running org.glassfish.jersey.tests.e2e.client.FollowRedirectHeadTest Apr 10, 2024 12:32:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:32:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:32:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:32:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:32:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:32:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:32:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:32:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:32:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:32:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:32:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:32:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:32:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:32:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:32:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:32:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.000 s -- in org.glassfish.jersey.tests.e2e.client.FollowRedirectHeadTest [INFO] Running org.glassfish.jersey.tests.e2e.client.CancelFutureClientTest Apr 10, 2024 12:32:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:32:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:32:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:32:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.481 s -- in org.glassfish.jersey.tests.e2e.client.CancelFutureClientTest [INFO] Running org.glassfish.jersey.tests.e2e.client.HttpDigestAuthFilterTest Apr 10, 2024 12:32:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:32:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:32:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:32:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:32:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:32:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:32:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:32:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:32:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:32:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:32:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:32:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:32:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:32:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:32:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:32:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:32:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:32:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:32:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:32:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:32:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:32:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:32:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:32:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.407 s -- in org.glassfish.jersey.tests.e2e.client.HttpDigestAuthFilterTest [INFO] Running org.glassfish.jersey.tests.e2e.client.ClientPathTest Apr 10, 2024 12:32:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:32:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:32:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:32:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:32:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:32:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:32:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:32:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:32:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:32:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:32:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:32:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:32:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:32:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:32:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:32:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:32:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:32:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:32:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:32:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:32:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:32:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:32:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:32:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.139 s -- in org.glassfish.jersey.tests.e2e.client.ClientPathTest [INFO] Running org.glassfish.jersey.tests.e2e.client.HttpAuthorizationTest Apr 10, 2024 12:32:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:32:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:32:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:32:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:32:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:32:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:32:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:32:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:32:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:32:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:32:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:32:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:32:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:32:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:32:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:32:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.625 s -- in org.glassfish.jersey.tests.e2e.client.HttpAuthorizationTest [INFO] Running org.glassfish.jersey.tests.e2e.client.ClientExecutorCloseTest [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.058 s -- in org.glassfish.jersey.tests.e2e.client.ClientExecutorCloseTest [INFO] Running org.glassfish.jersey.tests.e2e.client.AbortResponseClientTest Apr 10, 2024 12:32:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:32:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:32:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:32:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:32:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:32:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:32:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:32:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.667 s -- in org.glassfish.jersey.tests.e2e.client.AbortResponseClientTest [INFO] Running org.glassfish.jersey.tests.e2e.client.FollowRedirectsTest Apr 10, 2024 12:32:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:32:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:32:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:32:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:32:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:32:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:32:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:32:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.696 s -- in org.glassfish.jersey.tests.e2e.client.FollowRedirectsTest [INFO] Running org.glassfish.jersey.tests.e2e.client.HttpHeadersInjectionTest Apr 10, 2024 12:32:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:32:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:32:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:32:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:32:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:32:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:32:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:32:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:32:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:32:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:32:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:32:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:32:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:32:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:32:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:32:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:32:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:32:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:32:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:32:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:32:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:32:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:32:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:32:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.210 s -- in org.glassfish.jersey.tests.e2e.client.HttpHeadersInjectionTest [INFO] Running org.glassfish.jersey.tests.e2e.client.IgnoreExceptionResponseTest Apr 10, 2024 12:32:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:32:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:32:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:32:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.500 s -- in org.glassfish.jersey.tests.e2e.client.IgnoreExceptionResponseTest [INFO] Running org.glassfish.jersey.tests.e2e.client.ClientExecutorTest Apr 10, 2024 12:32:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:32:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:32:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:32:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:32:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:32:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:32:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:32:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:32:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:32:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:32:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:32:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:32:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:32:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:32:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:32:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.986 s -- in org.glassfish.jersey.tests.e2e.client.ClientExecutorTest [INFO] Running org.glassfish.jersey.tests.e2e.client.TimeoutTest Apr 10, 2024 12:32:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:32:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:32:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:32:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:32:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:32:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:32:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:32:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.633 s -- in org.glassfish.jersey.tests.e2e.client.TimeoutTest [INFO] Running org.glassfish.jersey.tests.e2e.client.ResponseReadAndBufferEntityTest Apr 10, 2024 12:32:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:32:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:32:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:32:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:32:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:32:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:32:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:32:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:32:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:32:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:32:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:32:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:32:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:32:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:32:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:32:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:32:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:32:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:32:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:32:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:32:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:32:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:32:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:32:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.251 s -- in org.glassfish.jersey.tests.e2e.client.ResponseReadAndBufferEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.client.httpurlconnector.Expect100ContinueTest Apr 10, 2024 12:32:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:32:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:32:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:32:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:32:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:32:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:32:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:32:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:32:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:32:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:32:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:32:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:32:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:32:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:32:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:32:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:32:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:32:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:32:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:32:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:32:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:32:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:32:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:32:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:32:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:32:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:32:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:32:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.337 s -- in org.glassfish.jersey.tests.e2e.client.httpurlconnector.Expect100ContinueTest [INFO] Running org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest Apr 10, 2024 12:32:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:32:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:32:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:32:58 PM org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 2 on thread grizzly-http-server-2 Apr 10, 2024 12:32:58 PM org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 3 on thread grizzly-http-server-0 Apr 10, 2024 12:32:58 PM org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 1 on thread grizzly-http-server-1 Apr 10, 2024 12:32:59 PM org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-2 Apr 10, 2024 12:32:59 PM org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-3 Apr 10, 2024 12:32:59 PM org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-1 Apr 10, 2024 12:32:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:32:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:32:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:32:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:32:59 PM org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest$AsyncResource asyncGetWithTimeout INFO: Async long-running get with timeout called on thread grizzly-http-server-0 Apr 10, 2024 12:33:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 4.699 s -- in org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest [INFO] Running org.glassfish.jersey.tests.e2e.client.InjectionManagerProviderTest Apr 10, 2024 12:33:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:33:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:33:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:33:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:33:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:33:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:33:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:33:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:33:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:33:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:33:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:33:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:33:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:33:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:33:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:33:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:33:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:33:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:33:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:33:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:33:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:33:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:33:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:33:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:33:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:33:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:33:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:33:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:33:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:33:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:33:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:33:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:33:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:33:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:33:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Apr 10, 2024 12:33:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:33:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:33:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:33:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Apr 10, 2024 12:33:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.587 s -- in org.glassfish.jersey.tests.e2e.client.InjectionManagerProviderTest [INFO] Running org.glassfish.jersey.tests.e2e.client.ClientFilterTest Apr 10, 2024 12:33:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:33:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:33:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:33:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:33:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:33:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:33:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:33:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:33:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:33:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:33:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:33:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.774 s -- in org.glassfish.jersey.tests.e2e.client.ClientFilterTest [INFO] Running org.glassfish.jersey.tests.e2e.client.ClientDestroyTest Apr 10, 2024 12:33:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:33:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:33:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:33:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:33:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:33:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:33:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:33:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.743 s -- in org.glassfish.jersey.tests.e2e.client.ClientDestroyTest [INFO] Running org.glassfish.jersey.tests.e2e.client.ShutdownHookMemoryLeakTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 s -- in org.glassfish.jersey.tests.e2e.client.ShutdownHookMemoryLeakTest [INFO] Running org.glassfish.jersey.tests.e2e.client.grizzlyconnector.NonBlockingTest Apr 10, 2024 12:33:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:33:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:33:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. SLF4J(W): No SLF4J providers were found. SLF4J(W): Defaulting to no-operation (NOP) logger implementation SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details. Apr 10, 2024 12:33:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] [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.HttpMethodEntityTest Apr 10, 2024 12:33:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:33:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:33:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:33:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:33:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:33:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:33:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:33:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:33:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:33:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:33:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:33:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:33:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:33:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:33:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:33:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:33:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:33:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:33:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:33:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:33:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:33:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:33:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:33:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:33:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:33:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:33:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:33:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:33:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:33:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:33:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:33:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.820 s -- in org.glassfish.jersey.tests.e2e.client.HttpMethodEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.client.ClientBufferingDisabledTest Apr 10, 2024 12:33:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:33:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:33:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:33:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 8.435 s -- in org.glassfish.jersey.tests.e2e.client.ClientBufferingDisabledTest [INFO] Running org.glassfish.jersey.tests.e2e.client.InvocationBuilderRxTest Apr 10, 2024 12:33:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:33:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:33:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:33:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:33:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:33:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:33:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:33:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:33:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:33:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:33:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:33:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:33:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:33:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:33:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:33:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.900 s -- in org.glassfish.jersey.tests.e2e.client.InvocationBuilderRxTest [INFO] Running org.glassfish.jersey.tests.e2e.client.GenericResponseTest Apr 10, 2024 12:33:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:33:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:33:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:33:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:33:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:33:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:33:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:33:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:33:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:33:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:33:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:33:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:33:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:33:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:33:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:33:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:33:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:33:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:33:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:33:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.043 s -- in org.glassfish.jersey.tests.e2e.client.GenericResponseTest [INFO] Running org.glassfish.jersey.tests.e2e.client.NonInjectionManagerTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.391 s -- in org.glassfish.jersey.tests.e2e.client.NonInjectionManagerTest [INFO] Running org.glassfish.jersey.tests.e2e.client.ClientPreInitTest Apr 10, 2024 12:33:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:33:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:33:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:33:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:33:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:33:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:33:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:33:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:33:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:33:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:33:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:33:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:33:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:33:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:33:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:33:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:33:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:33:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:33:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:33:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:33:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:33:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:33:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:33:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.367 s -- in org.glassfish.jersey.tests.e2e.client.ClientPreInitTest [INFO] Running org.glassfish.jersey.tests.e2e.client.BufferingTest Apr 10, 2024 12:33:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:33:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:33:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. SLF4J(W): No SLF4J providers were found. SLF4J(W): Defaulting to no-operation (NOP) logger implementation SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details. Apr 10, 2024 12:33:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:33:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:33:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:33:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:33:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:33:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:33:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:33:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:33:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:33:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:33:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:33:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:33:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:33:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:33:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:33:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:33:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.279 s -- in org.glassfish.jersey.tests.e2e.client.BufferingTest [INFO] Running org.glassfish.jersey.tests.e2e.client.ClientEntityAnnotationTest Apr 10, 2024 12:33:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:33:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:33:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:33:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.467 s -- in org.glassfish.jersey.tests.e2e.client.ClientEntityAnnotationTest [INFO] Running org.glassfish.jersey.tests.e2e.client.JaxRsTimeoutTest Apr 10, 2024 12:33:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:33:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:33:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:33:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:33:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:33:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:33:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:33:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.730 s -- in org.glassfish.jersey.tests.e2e.client.JaxRsTimeoutTest [INFO] Running org.glassfish.jersey.tests.e2e.client.RequestScopedReadEntityTest Apr 10, 2024 12:33:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:33:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:33:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:33:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.485 s -- in org.glassfish.jersey.tests.e2e.client.RequestScopedReadEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.client.ChunkedInputStreamClosedPrematurelyTest Apr 10, 2024 12:33:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:33:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:33:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:33:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:33:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:33:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:33:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:33:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.735 s -- in org.glassfish.jersey.tests.e2e.client.ChunkedInputStreamClosedPrematurelyTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 276, Failures: 0, Errors: 0, Skipped: 4 [INFO] [INFO] [INFO] --- surefire:3.2.5:test (WithHK2) @ e2e-client --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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.SslConnectorConfigurationTest Apr 10, 2024 12:33:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:33:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:33:52 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:38253/ Hit CTRL + C to stop it... Apr 10, 2024 12:33:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:33:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:33:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:33:52 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:38253/ Hit CTRL + C to stop it... SLF4J(W): No SLF4J providers were found. SLF4J(W): Defaulting to no-operation (NOP) logger implementation SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details. Apr 10, 2024 12:33:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:33:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:33:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:33:53 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:38253/ Hit CTRL + C to stop it... Apr 10, 2024 12:33:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:33:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:33:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:33:53 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:38253/ Hit CTRL + C to stop it... Apr 10, 2024 12:33:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:33:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:33:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:33:54 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:38253/ Hit CTRL + C to stop it... Apr 10, 2024 12:33:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:33:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:33:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:33:54 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:38253/ Hit CTRL + C to stop it... Apr 10, 2024 12:33:54 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:33:54 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:33:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:33:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:33:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:33:54 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:38253/ Hit CTRL + C to stop it... Apr 10, 2024 12:33:54 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:33:54 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:33:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:33:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:33:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:33:54 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:38253/ Hit CTRL + C to stop it... Apr 10, 2024 12:33:54 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:33:54 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:33:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:33:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:33:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Apr 10, 2024 12:33:54 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:38253/ Hit CTRL + C to stop it... Apr 10, 2024 12:33:55 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:33:55 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:33:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:33:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:33:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Apr 10, 2024 12:33:55 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:38253/ Hit CTRL + C to stop it... Apr 10, 2024 12:33:55 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:33:55 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:33:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:33:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:33:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Apr 10, 2024 12:33:55 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:38253/ Hit CTRL + C to stop it... Apr 10, 2024 12:33:55 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:33:55 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:33:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:33:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:33:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Apr 10, 2024 12:33:55 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:38253/ Hit CTRL + C to stop it... Apr 10, 2024 12:33:55 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:33:55 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:33:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:33:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:33:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Apr 10, 2024 12:33:55 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:38253/ Hit CTRL + C to stop it... Apr 10, 2024 12:33:55 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:33:55 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:33:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:33:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:33:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Apr 10, 2024 12:33:55 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:38253/ Hit CTRL + C to stop it... Apr 10, 2024 12:33:55 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:33:55 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:33:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:33:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:33:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Apr 10, 2024 12:33:55 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:38253/ Hit CTRL + C to stop it... Apr 10, 2024 12:33:55 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:33:55 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:33:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:33:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:33:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Apr 10, 2024 12:33:56 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:38253/ Hit CTRL + C to stop it... Apr 10, 2024 12:33:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:33:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:33:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Apr 10, 2024 12:33:56 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:38253/ Hit CTRL + C to stop it... Apr 10, 2024 12:33:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:33:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:33:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Apr 10, 2024 12:33:56 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:38253/ Hit CTRL + C to stop it... Apr 10, 2024 12:33:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:33:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:33:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Apr 10, 2024 12:33:56 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:38253/ Hit CTRL + C to stop it... Apr 10, 2024 12:33:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:33:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:33:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Apr 10, 2024 12:33:56 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:38253/ Hit CTRL + C to stop it... Apr 10, 2024 12:33:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.640 s -- in org.glassfish.jersey.tests.e2e.client.connector.ssl.SslConnectorConfigurationTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.ssl.SslHttpUrlConnectorTest Apr 10, 2024 12:33:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:33:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:33:58 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:38253/ Hit CTRL + C to stop it... Apr 10, 2024 12:33:59 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:33:59 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:33:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:33:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:33:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:33:59 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:38253/ Hit CTRL + C to stop it... Apr 10, 2024 12:33:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:33:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:33:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:33:59 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:38253/ Hit CTRL + C to stop it... SLF4J(W): No SLF4J providers were found. SLF4J(W): Defaulting to no-operation (NOP) logger implementation SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details. Apr 10, 2024 12:33:59 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:33:59 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:33:59 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:33:59 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:33:59 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:33:59 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:33:59 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:33:59 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:33:59 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:33:59 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:33:59 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:33:59 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:33:59 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:38253/ Hit CTRL + C to stop it... Apr 10, 2024 12:34:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:38253/ Hit CTRL + C to stop it... Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:34:01 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:38253/ Hit CTRL + C to stop it... Apr 10, 2024 12:34:01 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:01 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:01 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:01 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:01 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:01 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:01 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:01 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:01 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:01 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:01 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:01 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:01 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:01 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:01 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:01 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:01 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:01 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:01 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:01 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:01 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:01 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:01 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:01 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:01 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:01 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:01 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:01 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:01 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:01 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:01 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:01 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:01 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:01 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:01 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:01 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:01 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:01 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:01 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:01 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:01 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:01 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:01 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:01 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:01 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:01 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:01 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:01 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:01 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:01 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:01 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:01 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:01 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:01 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:01 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:01 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:01 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:01 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:01 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:01 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:01 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:01 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:01 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:01 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:01 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:01 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:01 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:01 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:01 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:01 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:01 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:01 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:01 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:01 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:01 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:01 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:01 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:01 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:01 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:01 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:01 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:01 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:01 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:01 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:01 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:01 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:01 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:01 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:01 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:01 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:01 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:01 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:01 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:01 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:01 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:01 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:01 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:01 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Apr 10, 2024 12:34:01 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:01 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Apr 10, 2024 12:34:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.071 s -- in org.glassfish.jersey.tests.e2e.client.connector.ssl.SslHttpUrlConnectorTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.ssl.SslConnectorHostnameVerifierTest Apr 10, 2024 12:34:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:34:03 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:38253/ Hit CTRL + C to stop it... Apr 10, 2024 12:34:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:34:04 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:38253/ Hit CTRL + C to stop it... Apr 10, 2024 12:34:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:34:04 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:38253/ Hit CTRL + C to stop it... SLF4J(W): No SLF4J providers were found. SLF4J(W): Defaulting to no-operation (NOP) logger implementation SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details. Apr 10, 2024 12:34:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:34:04 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:38253/ Hit CTRL + C to stop it... Apr 10, 2024 12:34:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:34:05 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:38253/ Hit CTRL + C to stop it... Apr 10, 2024 12:34:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.972 s -- in org.glassfish.jersey.tests.e2e.client.connector.ssl.SslConnectorHostnameVerifierTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.HttpPatchTest Apr 10, 2024 12:34:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. SERVER: patch request received. Apr 10, 2024 12:34:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. SERVER: patch request received. Apr 10, 2024 12:34:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. SERVER: patch request received. Apr 10, 2024 12:34:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. SERVER: patch request received. Apr 10, 2024 12:34:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. SERVER: patch request received. Apr 10, 2024 12:34:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. SERVER: patch request received. Apr 10, 2024 12:34:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. SERVER: patch request received. Apr 10, 2024 12:34:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. SERVER: patch request received. Apr 10, 2024 12:34:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. SERVER: patch request received. Apr 10, 2024 12:34:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. SLF4J(W): No SLF4J providers were found. SLF4J(W): Defaulting to no-operation (NOP) logger implementation SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details. SERVER: patch request received. Apr 10, 2024 12:34:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. SERVER: patch request received. Apr 10, 2024 12:34:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. SERVER: patch request received. Apr 10, 2024 12:34:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. SERVER: patch request received. Apr 10, 2024 12:34:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. SERVER: patch request received. Apr 10, 2024 12:34:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. SERVER: patch request received. Apr 10, 2024 12:34:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. SERVER: patch request received. Apr 10, 2024 12:34:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. SERVER: patch request received. Apr 10, 2024 12:34:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. SERVER: patch request received. Apr 10, 2024 12:34:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. SERVER: patch request received. Apr 10, 2024 12:34:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. SERVER: patch request received. Apr 10, 2024 12:34:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. SERVER: patch request received. Apr 10, 2024 12:34:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. SERVER: patch request received. Apr 10, 2024 12:34:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. SERVER: patch request received. Apr 10, 2024 12:34:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. SERVER: patch request received. Apr 10, 2024 12:34:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. SERVER: patch request received. Apr 10, 2024 12:34:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. SERVER: patch request received. Apr 10, 2024 12:34:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. SERVER: patch request received. Apr 10, 2024 12:34:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. SERVER: patch request received. Apr 10, 2024 12:34:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. SERVER: patch request received. Apr 10, 2024 12:34:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. SERVER: patch request received. Apr 10, 2024 12:34:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. SERVER: patch request received. Apr 10, 2024 12:34:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. SERVER: patch request received. Apr 10, 2024 12:34:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. SERVER: patch request received. Apr 10, 2024 12:34:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. SERVER: patch request received. Apr 10, 2024 12:34:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. SERVER: patch request received. Apr 10, 2024 12:34:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. SERVER: patch request received. Apr 10, 2024 12:34:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. SERVER: patch request received. Apr 10, 2024 12:34:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. SERVER: patch request received. Apr 10, 2024 12:34:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. SERVER: patch request received. Apr 10, 2024 12:34:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. SERVER: patch request received. Apr 10, 2024 12:34:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. SERVER: patch request received. Apr 10, 2024 12:34:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. SERVER: patch request received. Apr 10, 2024 12:34:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. SERVER: patch request received. Apr 10, 2024 12:34:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-43] Started. SERVER: patch request received. Apr 10, 2024 12:34:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-44] Started. SERVER: patch request received. Apr 10, 2024 12:34:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-45] Started. SERVER: patch request received. Apr 10, 2024 12:34:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-46] Started. SERVER: patch request received. Apr 10, 2024 12:34:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-47] Started. SERVER: patch request received. Apr 10, 2024 12:34:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-48] Started. SERVER: patch request received. Apr 10, 2024 12:34:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-49] Started. SERVER: patch request received. Apr 10, 2024 12:34:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-50] Started. SERVER: patch request received. Apr 10, 2024 12:34:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-51] Started. SERVER: patch request received. Apr 10, 2024 12:34:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-52] Started. SERVER: patch request received. Apr 10, 2024 12:34:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-53] Started. SERVER: patch request received. Apr 10, 2024 12:34:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] [INFO] Tests run: 54, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.309 s -- in org.glassfish.jersey.tests.e2e.client.connector.HttpPatchTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxySelectorTest SLF4J(W): No SLF4J providers were found. SLF4J(W): Defaulting to no-operation (NOP) logger implementation SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.161 s -- in org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxySelectorTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$Apache5ConnectorProviderProxyTest SLF4J(W): No SLF4J providers were found. SLF4J(W): Defaulting to no-operation (NOP) logger implementation SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.277 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(W): No SLF4J providers were found. SLF4J(W): Defaulting to no-operation (NOP) logger implementation SLF4J(W): 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.307 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(W): No SLF4J providers were found. SLF4J(W): Defaulting to no-operation (NOP) logger implementation SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.307 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(W): No SLF4J providers were found. SLF4J(W): Defaulting to no-operation (NOP) logger implementation SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.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 SLF4J(W): No SLF4J providers were found. SLF4J(W): Defaulting to no-operation (NOP) logger implementation SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.994 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$Apache5ConnectorProviderProxyTest SLF4J(W): No SLF4J providers were found. SLF4J(W): Defaulting to no-operation (NOP) logger implementation SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.236 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.351 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.232 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.320 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.109 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.341 s -- in org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.MultiPartTest Apr 10, 2024 12:34:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:34:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. SLF4J(W): No SLF4J providers were found. SLF4J(W): Defaulting to no-operation (NOP) logger implementation SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details. Apr 10, 2024 12:34:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:34:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:34:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.205 s -- in org.glassfish.jersey.tests.e2e.client.connector.MultiPartTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.RequestHeaderModificationsTest Apr 10, 2024 12:34:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:34:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:34:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. SLF4J(W): No SLF4J providers were found. SLF4J(W): Defaulting to no-operation (NOP) logger implementation SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details. Apr 10, 2024 12:34:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:34:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:34:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:34:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:34:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:34:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Apr 10, 2024 12:34:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Apr 10, 2024 12:34:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Apr 10, 2024 12:34:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Apr 10, 2024 12:34:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Apr 10, 2024 12:34:38 PM org.glassfish.jersey.message.internal.HeaderUtils checkHeaderChanges WARNING: There are some request headers that have not been sent by connector [org.glassfish.jersey.grizzly.connector.GrizzlyConnector]. Probably you added those headers in WriterInterceptor or MessageBodyWriter. That feature is not supported by the connector. Please, do not modify headers in WriterInterceptor or MessageBodyWriter or use default HttpUrlConnector instead. Unsent header changes: [Mbw-Prop, Iceptor-Prop] Apr 10, 2024 12:34:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Apr 10, 2024 12:34:38 PM org.glassfish.jersey.message.internal.HeaderUtils checkHeaderChanges WARNING: There are some request headers that have not been sent by connector [org.glassfish.jersey.grizzly.connector.GrizzlyConnector]. Probably you added those headers in WriterInterceptor or MessageBodyWriter. That feature is not supported by the connector. Please, do not modify headers in WriterInterceptor or MessageBodyWriter or use default HttpUrlConnector instead. Unsent header changes: [Mbw-Prop, Iceptor-Prop] Apr 10, 2024 12:34:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Apr 10, 2024 12:34:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Apr 10, 2024 12:34:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Apr 10, 2024 12:34:38 PM org.glassfish.jersey.message.internal.HeaderUtils checkHeaderChanges WARNING: There are some request headers that have not been sent by connector [org.glassfish.jersey.apache5.connector.Apache5Connector]. Probably you added those headers in WriterInterceptor or MessageBodyWriter. That feature is not supported by the connector. Please, do not modify headers in WriterInterceptor or MessageBodyWriter or use default HttpUrlConnector instead. Unsent header changes: [Mbw-Prop, Iceptor-Prop] Apr 10, 2024 12:34:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Apr 10, 2024 12:34:38 PM org.glassfish.jersey.message.internal.HeaderUtils checkHeaderChanges WARNING: There are some request headers that have not been sent by connector [org.glassfish.jersey.apache5.connector.Apache5Connector]. Probably you added those headers in WriterInterceptor or MessageBodyWriter. That feature is not supported by the connector. Please, do not modify headers in WriterInterceptor or MessageBodyWriter or use default HttpUrlConnector instead. Unsent header changes: [Mbw-Prop, Iceptor-Prop] Apr 10, 2024 12:34:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Apr 10, 2024 12:34:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Apr 10, 2024 12:34:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.367 s -- in org.glassfish.jersey.tests.e2e.client.connector.RequestHeaderModificationsTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.FutureCancelTest Apr 10, 2024 12:34:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. SLF4J(W): No SLF4J providers were found. SLF4J(W): Defaulting to no-operation (NOP) logger implementation SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details. Apr 10, 2024 12:34:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:34:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:34:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.734 s -- in org.glassfish.jersey.tests.e2e.client.connector.FutureCancelTest [INFO] Running org.glassfish.jersey.tests.e2e.client.BasicClientTest Apr 10, 2024 12:34:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:34:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:34:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:34:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:34:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:34:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:34:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:34:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:34:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Apr 10, 2024 12:34:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Apr 10, 2024 12:34:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.759 s -- in org.glassfish.jersey.tests.e2e.client.BasicClientTest [INFO] Running org.glassfish.jersey.tests.e2e.client.NonSuccessfulResponseTest Apr 10, 2024 12:34:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:34:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:34:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:34:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:34:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:34:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:34:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.374 s -- in org.glassfish.jersey.tests.e2e.client.NonSuccessfulResponseTest [INFO] Running org.glassfish.jersey.tests.e2e.client.ResponseCloseTest Apr 10, 2024 12:34:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:34:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:34:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:34:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:34:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:34:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:34:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:34:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.418 s -- in org.glassfish.jersey.tests.e2e.client.ResponseCloseTest [INFO] Running org.glassfish.jersey.tests.e2e.client.FollowRedirectHeadTest Apr 10, 2024 12:34:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:34:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:34:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:34:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:34:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.902 s -- in org.glassfish.jersey.tests.e2e.client.FollowRedirectHeadTest [INFO] Running org.glassfish.jersey.tests.e2e.client.CancelFutureClientTest Apr 10, 2024 12:34:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:34:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.419 s -- in org.glassfish.jersey.tests.e2e.client.CancelFutureClientTest [INFO] Running org.glassfish.jersey.tests.e2e.client.HttpDigestAuthFilterTest Apr 10, 2024 12:34:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:34:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:34:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:34:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:34:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:34:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:35:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:35:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:35:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:35:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:35:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:35:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:35:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:35:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:35:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:35:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:35:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:35:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:35:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.494 s -- in org.glassfish.jersey.tests.e2e.client.HttpDigestAuthFilterTest [INFO] Running org.glassfish.jersey.tests.e2e.client.ClientPathTest Apr 10, 2024 12:35:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:35:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:35:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:35:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:35:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:35:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:35:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:35:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:35:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:35:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:35:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:35:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:35:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:35:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:35:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:35:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:35:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:35:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:35:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:35:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:35:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:35:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:35:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:35:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.331 s -- in org.glassfish.jersey.tests.e2e.client.ClientPathTest [INFO] Running org.glassfish.jersey.tests.e2e.client.HttpAuthorizationTest Apr 10, 2024 12:35:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:35:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:35:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:35:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:35:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:35:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:35:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:35:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:35:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:35:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:35:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:35:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:35:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:35:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:35:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:35:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.689 s -- in org.glassfish.jersey.tests.e2e.client.HttpAuthorizationTest [INFO] Running org.glassfish.jersey.tests.e2e.client.ClientExecutorCloseTest [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.067 s -- in org.glassfish.jersey.tests.e2e.client.ClientExecutorCloseTest [INFO] Running org.glassfish.jersey.tests.e2e.client.AbortResponseClientTest Apr 10, 2024 12:35:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:35:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:35:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:35:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:35:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:35:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:35:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:35:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.518 s -- in org.glassfish.jersey.tests.e2e.client.AbortResponseClientTest [INFO] Running org.glassfish.jersey.tests.e2e.client.FollowRedirectsTest Apr 10, 2024 12:35:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:35:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:35:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:35:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:35:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:35:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:35:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:35:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.640 s -- in org.glassfish.jersey.tests.e2e.client.FollowRedirectsTest [INFO] Running org.glassfish.jersey.tests.e2e.client.HttpHeadersInjectionTest Apr 10, 2024 12:35:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:35:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:35:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:35:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:35:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:35:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:35:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:35:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:35:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:35:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:35:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:35:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:35:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:35:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:35:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:35:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:35:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:35:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:35:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:35:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:35:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:35:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:35:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:35:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.303 s -- in org.glassfish.jersey.tests.e2e.client.HttpHeadersInjectionTest [INFO] Running org.glassfish.jersey.tests.e2e.client.IgnoreExceptionResponseTest Apr 10, 2024 12:35:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:35:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:35:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:35:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.548 s -- in org.glassfish.jersey.tests.e2e.client.IgnoreExceptionResponseTest [INFO] Running org.glassfish.jersey.tests.e2e.client.ClientExecutorTest Apr 10, 2024 12:35:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:35:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:35:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:35:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:35:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:35:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:35:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:35:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:35:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:35:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:35:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:35:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:35:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:35:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:35:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:35:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.016 s -- in org.glassfish.jersey.tests.e2e.client.ClientExecutorTest [INFO] Running org.glassfish.jersey.tests.e2e.client.TimeoutTest Apr 10, 2024 12:35:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:35:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:35:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:35:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:35:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:35:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:35:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:35:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.697 s -- in org.glassfish.jersey.tests.e2e.client.TimeoutTest [INFO] Running org.glassfish.jersey.tests.e2e.client.ResponseReadAndBufferEntityTest Apr 10, 2024 12:35:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:35:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:35:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:35:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:35:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:35:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:35:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:35:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:35:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:35:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:35:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:35:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:35:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:35:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:35:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:35:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:35:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:35:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:35:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:35:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:35:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:35:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:35:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:35:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.183 s -- in org.glassfish.jersey.tests.e2e.client.ResponseReadAndBufferEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.client.httpurlconnector.Expect100ContinueTest Apr 10, 2024 12:35:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:35:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:35:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:35:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:35:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:35:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:35:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:35:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:35:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:35:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:35:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:35:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:35:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:35:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:35:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:35:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:35:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:35:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:35:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:35:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:35:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:35:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:35:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:35:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:35:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:35:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:35:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:35:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.329 s -- in org.glassfish.jersey.tests.e2e.client.httpurlconnector.Expect100ContinueTest [INFO] Running org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest Apr 10, 2024 12:35:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:35:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:35:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:35:37 PM org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 1 on thread grizzly-http-server-0 Apr 10, 2024 12:35:37 PM org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 2 on thread grizzly-http-server-1 Apr 10, 2024 12:35:37 PM org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 3 on thread grizzly-http-server-2 Apr 10, 2024 12:35:38 PM org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-1 Apr 10, 2024 12:35:38 PM org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-2 Apr 10, 2024 12:35:38 PM org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-3 Apr 10, 2024 12:35:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:35:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:35:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:35:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:35:38 PM org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest$AsyncResource asyncGetWithTimeout INFO: Async long-running get with timeout called on thread grizzly-http-server-0 Apr 10, 2024 12:35:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 4.751 s -- in org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest [INFO] Running org.glassfish.jersey.tests.e2e.client.InjectionManagerProviderTest Apr 10, 2024 12:35:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:35:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:35:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:35:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:35:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:35:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:35:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:35:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:35:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:35:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:35:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:35:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:35:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:35:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:35:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:35:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:35:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:35:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:35:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:35:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:35:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:35:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:35:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:35:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:35:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:35:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:35:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:35:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:35:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:35:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:35:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:35:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:35:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:35:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:35:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Apr 10, 2024 12:35:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:35:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:35:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:35:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Apr 10, 2024 12:35:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.604 s -- in org.glassfish.jersey.tests.e2e.client.InjectionManagerProviderTest [INFO] Running org.glassfish.jersey.tests.e2e.client.ClientFilterTest Apr 10, 2024 12:35:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:35:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:35:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:35:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:35:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:35:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:35:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:35:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:35:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:35:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:35:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:35:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.788 s -- in org.glassfish.jersey.tests.e2e.client.ClientFilterTest [INFO] Running org.glassfish.jersey.tests.e2e.client.ClientDestroyTest Apr 10, 2024 12:35:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:35:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:35:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:35:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:35:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:35:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:35:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:35:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.728 s -- in org.glassfish.jersey.tests.e2e.client.ClientDestroyTest [INFO] Running org.glassfish.jersey.tests.e2e.client.ShutdownHookMemoryLeakTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 s -- in org.glassfish.jersey.tests.e2e.client.ShutdownHookMemoryLeakTest [INFO] Running org.glassfish.jersey.tests.e2e.client.grizzlyconnector.NonBlockingTest Apr 10, 2024 12:35:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:35:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:35:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. SLF4J(W): No SLF4J providers were found. SLF4J(W): Defaulting to no-operation (NOP) logger implementation SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details. Apr 10, 2024 12:35:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.848 s -- in org.glassfish.jersey.tests.e2e.client.grizzlyconnector.NonBlockingTest [INFO] Running org.glassfish.jersey.tests.e2e.client.HttpMethodEntityTest Apr 10, 2024 12:35:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:35:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:35:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:35:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:35:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:35:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:35:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:35:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:35:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:35:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:35:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:35:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:35:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:35:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:35:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:35:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:35:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:35:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:35:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:35:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:35:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:35:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:35:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:35:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:35:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:35:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:35:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:35:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:35:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:35:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:35:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:35:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.801 s -- in org.glassfish.jersey.tests.e2e.client.HttpMethodEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.client.ClientBufferingDisabledTest Apr 10, 2024 12:35:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:35:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:35:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:36:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 10.19 s -- in org.glassfish.jersey.tests.e2e.client.ClientBufferingDisabledTest [INFO] Running org.glassfish.jersey.tests.e2e.client.InvocationBuilderRxTest Apr 10, 2024 12:36:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:36:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:36:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:36:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:36:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:36:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:36:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:36:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:36:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:36:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:36:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:36:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:36:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:36:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:36:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:36:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.032 s -- in org.glassfish.jersey.tests.e2e.client.InvocationBuilderRxTest [INFO] Running org.glassfish.jersey.tests.e2e.client.GenericResponseTest Apr 10, 2024 12:36:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:36:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:36:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:36:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:36:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:36:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:36:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:36:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:36:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:36:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:36:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:36:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:36:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:36:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:36:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:36:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:36:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:36:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:36:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:36:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.151 s -- in org.glassfish.jersey.tests.e2e.client.GenericResponseTest [INFO] Running org.glassfish.jersey.tests.e2e.client.ClientPreInitTest Apr 10, 2024 12:36:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:36:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:36:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:36:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:36:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:36:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:36:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:36:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:36:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:36:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:36:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:36:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:36:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:36:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:36:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:36:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:36:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:36:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:36:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:36:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:36:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:36:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:36:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:36:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.343 s -- in org.glassfish.jersey.tests.e2e.client.ClientPreInitTest [INFO] Running org.glassfish.jersey.tests.e2e.client.BufferingTest Apr 10, 2024 12:36:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:36:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:36:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. SLF4J(W): No SLF4J providers were found. SLF4J(W): Defaulting to no-operation (NOP) logger implementation SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details. Apr 10, 2024 12:36:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:36:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:36:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:36:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:36:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:36:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:36:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:36:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:36:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:36:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:36:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:36:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:36:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:36:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:36:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:36:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:36:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.560 s -- in org.glassfish.jersey.tests.e2e.client.BufferingTest [INFO] Running org.glassfish.jersey.tests.e2e.client.ClientEntityAnnotationTest Apr 10, 2024 12:36:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:36:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:36:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:36:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.403 s -- in org.glassfish.jersey.tests.e2e.client.ClientEntityAnnotationTest [INFO] Running org.glassfish.jersey.tests.e2e.client.JaxRsTimeoutTest Apr 10, 2024 12:36:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:36:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:36:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:36:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:36:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:36:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:36:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:36:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.702 s -- in org.glassfish.jersey.tests.e2e.client.JaxRsTimeoutTest [INFO] Running org.glassfish.jersey.tests.e2e.client.RequestScopedReadEntityTest Apr 10, 2024 12:36:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:36:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:36:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:36:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.434 s -- in org.glassfish.jersey.tests.e2e.client.RequestScopedReadEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.client.ChunkedInputStreamClosedPrematurelyTest Apr 10, 2024 12:36:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:36:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:36:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:36:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] Apr 10, 2024 12:36:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38253/ Apr 10, 2024 12:36:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38253] Apr 10, 2024 12:36:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:36:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38253] [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.694 s -- in org.glassfish.jersey.tests.e2e.client.ChunkedInputStreamClosedPrematurelyTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 290, 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/ci-cd-integration_4.0/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 36 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [101/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ e2e-core-common --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ e2e-core-common --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/uri/internal/JerseyUriBuilderTest.java:[340,93] Integer(int) in java.lang.Integer has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/uri/internal/JerseyUriBuilderTest.java:[354,101] Integer(int) in java.lang.Integer has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/uri/internal/JerseyUriBuilderTest.java:[357,101] Integer(int) in java.lang.Integer has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/uri/internal/JerseyUriBuilderTest.java:[360,87] Integer(int) in java.lang.Integer has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/uri/internal/JerseyUriBuilderTest.java:[374,34] Integer(int) in java.lang.Integer has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/uri/internal/JerseyUriBuilderTest.java:[378,34] Integer(int) in java.lang.Integer has been deprecated and marked for removal [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/message/internal/OutboundMessageContextTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/message/internal/OutboundMessageContextTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/internal/ExceptionMapperFactoryTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/internal/ExceptionMapperFactoryTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ e2e-core-common --- [INFO] Reserved port 41999 for jersey.config.test.container.port [INFO] Reserved port 33905 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ e2e-core-common --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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.internal.ExceptionMapperFactoryTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.205 s -- in org.glassfish.jersey.tests.e2e.common.internal.ExceptionMapperFactoryTest [INFO] Running org.glassfish.jersey.tests.e2e.common.internal.inject.ReferencingFactoryTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.glassfish.jersey.tests.e2e.common.internal.inject.ReferencingFactoryTest [INFO] Running org.glassfish.jersey.tests.e2e.common.internal.JaxrsProvidersTest Apr 10, 2024 12:36:37 PM 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: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.157 s -- in org.glassfish.jersey.tests.e2e.common.internal.JaxrsProvidersTest [INFO] Running org.glassfish.jersey.tests.e2e.common.internal.ProviderBinderTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 s -- in org.glassfish.jersey.tests.e2e.common.internal.ProviderBinderTest [INFO] Running org.glassfish.jersey.tests.e2e.common.internal.ContextResolverFactoryTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.glassfish.jersey.tests.e2e.common.internal.ContextResolverFactoryTest [INFO] Running org.glassfish.jersey.tests.e2e.common.internal.ParamConvertersTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s -- in org.glassfish.jersey.tests.e2e.common.internal.ParamConvertersTest [INFO] Running org.glassfish.jersey.tests.e2e.common.internal.LocalizationMessagesTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.glassfish.jersey.tests.e2e.common.internal.LocalizationMessagesTest [INFO] Running org.glassfish.jersey.tests.e2e.common.message.internal.OutboundMessageContextTest [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.139 s -- in org.glassfish.jersey.tests.e2e.common.message.internal.OutboundMessageContextTest [INFO] Running org.glassfish.jersey.tests.e2e.common.message.internal.MediaTypesTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.glassfish.jersey.tests.e2e.common.message.internal.MediaTypesTest [INFO] Running org.glassfish.jersey.tests.e2e.common.message.internal.ReaderWriterTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.glassfish.jersey.tests.e2e.common.message.internal.ReaderWriterTest [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.097 s -- in org.glassfish.jersey.tests.e2e.common.message.internal.CommittingOutputStreamTest [INFO] Running org.glassfish.jersey.tests.e2e.common.message.internal.JerseyLinkTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.glassfish.jersey.tests.e2e.common.message.internal.JerseyLinkTest [INFO] Running org.glassfish.jersey.tests.e2e.common.message.internal.InboundMessageContextTest [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s -- in org.glassfish.jersey.tests.e2e.common.message.internal.InboundMessageContextTest [INFO] Running org.glassfish.jersey.tests.e2e.common.message.internal.QualitySourceMediaTypeTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 s -- in org.glassfish.jersey.tests.e2e.common.message.internal.QualitySourceMediaTypeTest [INFO] Running org.glassfish.jersey.tests.e2e.common.message.internal.CookiesParserTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.glassfish.jersey.tests.e2e.common.message.internal.CookiesParserTest [INFO] Running org.glassfish.jersey.tests.e2e.common.message.internal.LinkProviderTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.glassfish.jersey.tests.e2e.common.message.internal.LinkProviderTest [INFO] Running org.glassfish.jersey.tests.e2e.common.message.internal.OutboundJaxrsResponseBuilderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.glassfish.jersey.tests.e2e.common.message.internal.OutboundJaxrsResponseBuilderTest [INFO] Running org.glassfish.jersey.tests.e2e.common.message.internal.OutboundJaxrsResponseTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.glassfish.jersey.tests.e2e.common.message.internal.OutboundJaxrsResponseTest [INFO] Running org.glassfish.jersey.tests.e2e.common.message.internal.AcceptableMediaTypeStringRepresentationTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.glassfish.jersey.tests.e2e.common.message.internal.AcceptableMediaTypeStringRepresentationTest [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.HeaderUtilsTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.glassfish.jersey.tests.e2e.common.message.internal.HeaderUtilsTest [INFO] Running org.glassfish.jersey.tests.e2e.common.message.internal.AcceptableMediaTypeTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.glassfish.jersey.tests.e2e.common.message.internal.AcceptableMediaTypeTest [INFO] Running org.glassfish.jersey.tests.e2e.common.config.ServiceFinderBinderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s -- in org.glassfish.jersey.tests.e2e.common.config.ServiceFinderBinderTest [INFO] Running org.glassfish.jersey.tests.e2e.common.model.internal.CommonConfigTest Apr 10, 2024 12:36:38 PM 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. Apr 10, 2024 12:36:38 PM 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. Apr 10, 2024 12:36:38 PM 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. Apr 10, 2024 12:36:38 PM 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. Apr 10, 2024 12:36:38 PM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class org.glassfish.jersey.tests.e2e.common.model.internal.CommonConfigTest$ComplexEmptyProvider to null or empty array of contracts is ignored. Apr 10, 2024 12:36:38 PM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class org.glassfish.jersey.tests.e2e.common.model.internal.CommonConfigTest$ComplexEmptyProvider to null or empty array of contracts is ignored. Apr 10, 2024 12:36:38 PM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class org.glassfish.jersey.tests.e2e.common.model.internal.CommonConfigTest$ComplexEmptyProvider to null or empty array of contracts is ignored. Apr 10, 2024 12:36:38 PM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class org.glassfish.jersey.tests.e2e.common.model.internal.CommonConfigTest$ComplexEmptyProvider to null or empty array of contracts is ignored. [WARNING] Tests run: 37, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.128 s -- in org.glassfish.jersey.tests.e2e.common.model.internal.CommonConfigTest [INFO] Running org.glassfish.jersey.tests.e2e.common.process.internal.RequestScopeTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.glassfish.jersey.tests.e2e.common.process.internal.RequestScopeTest [INFO] Running org.glassfish.jersey.tests.e2e.common.process.internal.ExecutorProvidersTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.glassfish.jersey.tests.e2e.common.process.internal.ExecutorProvidersTest [INFO] Running org.glassfish.jersey.tests.e2e.common.uri.internal.JerseyUriBuilderTest [WARNING] Tests run: 125, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.169 s -- in org.glassfish.jersey.tests.e2e.common.uri.internal.JerseyUriBuilderTest [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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [102/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ e2e-entity --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ e2e-entity --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/JsonTest.java:[214,36] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/JsonTest.java:[221,17] java.security.AccessController in java.security has been deprecated and marked for removal [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/entity/AbstractParameterTypeArgumentOrderTest.java: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/entity/AbstractParameterTypeArgumentOrderTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/entity/AbstractParameterTypeArgumentOrderTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ e2e-entity --- [INFO] Reserved port 41637 for jersey.config.test.container.port [INFO] Reserved port 42077 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ e2e-entity --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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.XmlJaxBElementProviderTest Apr 10, 2024 12:36:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:36:45 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:36:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:36:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:36:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:36:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:36:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:36:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:36:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:36:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:36:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:36:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:36:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.199 s -- in org.glassfish.jersey.tests.e2e.entity.XmlJaxBElementProviderTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.ParameterTypeArgumentReversedOrderTest Apr 10, 2024 12:36:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:36:48 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:36:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:36:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:36:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.865 s -- in org.glassfish.jersey.tests.e2e.entity.ParameterTypeArgumentReversedOrderTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringOnClassTest Apr 10, 2024 12:36:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:36:51 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:36:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:36:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:36:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:36:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:36:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:36:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:36:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:36:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:36:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:36:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:36:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:36:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:36:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:36:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:36:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:36:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:36:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:36:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:36:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:36:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:36:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:36:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:36:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:36:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:36:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:36:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:36:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:36:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:36:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:36:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:36:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.002 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringOnClassTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringOnPropertiesTest Apr 10, 2024 12:36:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:36:54 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:36:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:36:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:36:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:36:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:36:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:36:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:36:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:36:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:36:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:36:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:36:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:36:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:36:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:36:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:36:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:36:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:36:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:36:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:36:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:36:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:36:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:36:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:36:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:36:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:36:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:36:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:36:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.673 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringOnPropertiesTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnClassTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnClassTest$JacksonFeatureJsonEntityFilteringOnClassTest Apr 10, 2024 12:36:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:36:58 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:36:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:36:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:36:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:36:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:36:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:36:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:36:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:36:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:36:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:36:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:36:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:36:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:36:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:36:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:36:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:36:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:36:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:36:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:36:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:36:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:37:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:37:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:37:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:37:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:37:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.321 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnClassTest$JacksonFeatureJsonEntityFilteringOnClassTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnClassTest$MoxyJsonFeatureJsonEntityFilteringOnClassTest Apr 10, 2024 12:37:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Apr 10, 2024 12:37:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:37:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Apr 10, 2024 12:37:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:37:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Apr 10, 2024 12:37:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:37:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Apr 10, 2024 12:37:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:37:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Apr 10, 2024 12:37:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:37:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Apr 10, 2024 12:37:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:37:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Apr 10, 2024 12:37:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:37:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Apr 10, 2024 12:37:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.008 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.372 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnClassTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnPropertiesTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnPropertiesTest$JacksonFeatureJsonEntityFilteringOnPropertiesTest Apr 10, 2024 12:37:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:03 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:37:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:37:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:37:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:37:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:37:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:37:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:37:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:37:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:37:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:37:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:37:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:37:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:37:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:37:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:37:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:37:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.361 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnPropertiesTest$JacksonFeatureJsonEntityFilteringOnPropertiesTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnPropertiesTest$MoxyJsonFeatureJsonEntityFilteringOnPropertiesTest Apr 10, 2024 12:37:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Apr 10, 2024 12:37:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:37:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Apr 10, 2024 12:37:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:37:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Apr 10, 2024 12:37:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:37:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Apr 10, 2024 12:37:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:37:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Apr 10, 2024 12:37:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:37:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Apr 10, 2024 12:37:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:37:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Apr 10, 2024 12:37:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:37:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Apr 10, 2024 12:37:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.001 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnPropertiesTest$MoxyJsonFeatureJsonEntityFilteringOnPropertiesTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.405 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnPropertiesTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.MoxyEntityFilteringTest Apr 10, 2024 12:37:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:08 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:37:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:37:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.875 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.MoxyEntityFilteringTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringClientTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringClientTest$JacksonFeatureJsonEntityFilteringClientTest Apr 10, 2024 12:37:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:10 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:37:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:37:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:37:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:37:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:37:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:37:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:37:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:37:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:37:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:37:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:37:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:37:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:37:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:37:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:37:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:37:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.114 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringClientTest$JacksonFeatureJsonEntityFilteringClientTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringClientTest$MoxyJsonFeatureJsonEntityFilteringClientTest Apr 10, 2024 12:37:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Apr 10, 2024 12:37:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:37:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Apr 10, 2024 12:37:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:37:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Apr 10, 2024 12:37:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:37:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Apr 10, 2024 12:37:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:37:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Apr 10, 2024 12:37:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:37:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Apr 10, 2024 12:37:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:37:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Apr 10, 2024 12:37:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:37:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Apr 10, 2024 12:37:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.875 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringClientTest$MoxyJsonFeatureJsonEntityFilteringClientTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.033 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringClientTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEmptyEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEmptyEntityTest$JacksonFeatureJsonEmptyEntityTest Apr 10, 2024 12:37:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:15 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:37:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:37:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:37:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:37:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.240 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEmptyEntityTest$JacksonFeatureJsonEmptyEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEmptyEntityTest$MoxyJsonFeatureJsonEmptyEntityTest Apr 10, 2024 12:37:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:37:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:37:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:37:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.343 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.647 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEmptyEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringServerTest Apr 10, 2024 12:37:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:18 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:37:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:37:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:37:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:37:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:37:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:37:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:37:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:37:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:37:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:37:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:37:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:37:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:37:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:37:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:37:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:37:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:37:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Apr 10, 2024 12:37:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:37:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Apr 10, 2024 12:37:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:37:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Apr 10, 2024 12:37:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:37:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Apr 10, 2024 12:37:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:37:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Apr 10, 2024 12:37:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:37:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Apr 10, 2024 12:37:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.025 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringServerTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringScopesTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringScopesTest$JacksonFeatureJsonEntityFilteringScopesTest Apr 10, 2024 12:37:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:23 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:37:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:37:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.123 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringScopesTest$JacksonFeatureJsonEntityFilteringScopesTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringScopesTest$MoxyJsonFeatureJsonEntityFilteringScopesTest Apr 10, 2024 12:37:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:37:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.228 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.393 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringScopesTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EmptyEntityTest Apr 10, 2024 12:37:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:26 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:37:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:37:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:37:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:37:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.953 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.EmptyEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringServerTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringServerTest$ConfigurationServerTest Apr 10, 2024 12:37:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:29 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:37:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:37:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:37:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:37:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.945 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringServerTest$ConfigurationServerTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringServerTest$ConfigurationDefaultViewServerTest Apr 10, 2024 12:37:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:37:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.204 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringServerTest$ConfigurationDefaultViewServerTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringServerTest$AnnotationsServerTest Apr 10, 2024 12:37:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:37:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:37:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:37:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.316 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringServerTest$AnnotationsServerTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringServerTest$AnnotationsOverConfigurationServerTest Apr 10, 2024 12:37:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:37:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:37:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:37:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.293 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringServerTest$AnnotationsOverConfigurationServerTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.826 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringServerTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringScopesTest Apr 10, 2024 12:37:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:32 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:37:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:37:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.906 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringScopesTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringClientTest Apr 10, 2024 12:37:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:35 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:37:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:37:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:37:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:37:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:37:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:37:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:37:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:37:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.386 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringClientTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.RenderedImageTypeTest Apr 10, 2024 12:37:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:38 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:37:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:37:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:37:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:37:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:37:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:37:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.193 s -- in org.glassfish.jersey.tests.e2e.entity.RenderedImageTypeTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.InvalidEntityTest Apr 10, 2024 12:37:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:40 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:37:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:37:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.713 s -- in org.glassfish.jersey.tests.e2e.entity.InvalidEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.EmptyEntityTest Apr 10, 2024 12:37:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:43 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:37:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:37:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:37:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:37:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:37:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:37:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:37:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:37:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:37:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:37:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:37:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:37:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:37:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:37:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:37:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:37:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:37:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Apr 10, 2024 12:37:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:37:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Apr 10, 2024 12:37:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:37:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Apr 10, 2024 12:37:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:37:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Apr 10, 2024 12:37:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:37:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Apr 10, 2024 12:37:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:37:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Apr 10, 2024 12:37:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.522 s -- in org.glassfish.jersey.tests.e2e.entity.EmptyEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JsonMoxyTest Apr 10, 2024 12:37:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:47 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:37:47 PM 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. Apr 10, 2024 12:37:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:37:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:37:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:48 PM 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. Apr 10, 2024 12:37:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:37:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [WARNING] Tests run: 15, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 2.441 s -- in org.glassfish.jersey.tests.e2e.entity.JsonMoxyTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.ParameterTypeArgumentOrderTest Apr 10, 2024 12:37:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:50 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:37:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:37:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.685 s -- in org.glassfish.jersey.tests.e2e.entity.ParameterTypeArgumentOrderTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.XXETest Apr 10, 2024 12:37:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:52 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:37:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:37:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:37:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:37:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:37:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:37:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:37:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:37:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:37:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:37:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:37:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:37:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [WARNING] Tests run: 7, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 2.777 s -- in org.glassfish.jersey.tests.e2e.entity.XXETest [INFO] Running org.glassfish.jersey.tests.e2e.entity.EntityTypesTest Apr 10, 2024 12:37:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:56 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:37:56 PM 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. Apr 10, 2024 12:37:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:37:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:37:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:57 PM 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. Apr 10, 2024 12:37:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:37:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:37:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:58 PM 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. Apr 10, 2024 12:37:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:58 PM 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. Apr 10, 2024 12:37:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:37:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:37:58 PM 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. Apr 10, 2024 12:37:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:37:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:37:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [WARNING] Tests run: 51, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 3.499 s -- in org.glassfish.jersey.tests.e2e.entity.EntityTypesTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.GenericTypeAndEntityTest Apr 10, 2024 12:37:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:38:00 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:38:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:38:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:38:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:38:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:38:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:38:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:38:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:38:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:38:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:38:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:38:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:38:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:38:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:38:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:38:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.420 s -- in org.glassfish.jersey.tests.e2e.entity.GenericTypeAndEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.SubResourceDynamicProxyTest Apr 10, 2024 12:38:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:38:03 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:38:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:38:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:38:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.758 s -- in org.glassfish.jersey.tests.e2e.entity.SubResourceDynamicProxyTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.CharsetTest Apr 10, 2024 12:38:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:38:06 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:38:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:38:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:38:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:38:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:38:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:38:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:38:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:38:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:38:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:38:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:38:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:38:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:38:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:38:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:38:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:38:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:38:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:38:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:38:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:38:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:38:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:38:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:38:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:38:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:38:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:38:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:38:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:38:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:38:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:38:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:38:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:38:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:38:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:38:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Apr 10, 2024 12:38:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:38:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:38:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:38:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Apr 10, 2024 12:38:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.637 s -- in org.glassfish.jersey.tests.e2e.entity.CharsetTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.MediaTypeSelectionTest Apr 10, 2024 12:38:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:38:10 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:38:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:38:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:38:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:38:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:38:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:38:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:38:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:38:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:38:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:38:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:38:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:38:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:38:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:38:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:38:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:38:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:38:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:38:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:38:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:38:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:38:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:38:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:38:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:38:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:38:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:38:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:38:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:38:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:38:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:38:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:38:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:38:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:38:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:38:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Apr 10, 2024 12:38:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [WARNING] Tests run: 10, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 3.271 s -- in org.glassfish.jersey.tests.e2e.entity.MediaTypeSelectionTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.NoMessageBodyWorkerTest Apr 10, 2024 12:38:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:38:14 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:38:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:38:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:38:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:38:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:38:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:38:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:38:15 PM org.eclipse.yasson.internal.SerializationContextImpl marshall SEVERE: Generating incomplete JSON Apr 10, 2024 12:38:15 PM 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:41) 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) Apr 10, 2024 12:38:15 PM 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:255) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:38:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.005 s -- in org.glassfish.jersey.tests.e2e.entity.NoMessageBodyWorkerTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.InvalidFormTest Apr 10, 2024 12:38:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:38:17 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:38:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:38:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:38:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:38:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:38:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:38:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:38:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.903 s -- in org.glassfish.jersey.tests.e2e.entity.InvalidFormTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.MessageBodyProviderAnnotationsTest Apr 10, 2024 12:38:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:38:19 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:38:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:38:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:38:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:38:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:38:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:38:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:38:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.003 s -- in org.glassfish.jersey.tests.e2e.entity.MessageBodyProviderAnnotationsTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.XmlMoxyTest Apr 10, 2024 12:38:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:38:22 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:38:22 PM 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. Apr 10, 2024 12:38:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:38:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:38:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:38:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:38:23 PM 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. Apr 10, 2024 12:38:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:38:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:38:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:38:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:38:23 PM 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. Apr 10, 2024 12:38:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:38:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:38:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:38:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:38:23 PM 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. Apr 10, 2024 12:38:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:38:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:38:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:38:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:38:24 PM 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. Apr 10, 2024 12:38:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:38:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:38:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:38:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:38:24 PM 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. Apr 10, 2024 12:38:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:38:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. [Fatal Error] :1:17: XML document structures must start and end within the same entity. Apr 10, 2024 12:38:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.239 s -- in org.glassfish.jersey.tests.e2e.entity.XmlMoxyTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.InterceptedStreamCloseTest Apr 10, 2024 12:38:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:38:26 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:38:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:38:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:38:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.776 s -- in org.glassfish.jersey.tests.e2e.entity.InterceptedStreamCloseTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.EmptyRequestWithJaxbTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.EmptyRequestWithJaxbTest$EmptyRequestTest Apr 10, 2024 12:38:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:38:28 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:38:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:38:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:38:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:38:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:38:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:38:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:38:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.011 s -- in org.glassfish.jersey.tests.e2e.entity.EmptyRequestWithJaxbTest$EmptyRequestTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.EmptyRequestWithJaxbTest$BadgerFishCRTest Apr 10, 2024 12:38:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:38:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:38:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:38:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.202 s -- in org.glassfish.jersey.tests.e2e.entity.EmptyRequestWithJaxbTest$BadgerFishCRTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.EmptyRequestWithJaxbTest$MappedJettisonCRTest Apr 10, 2024 12:38:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:38:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:38:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:38:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.195 s -- in org.glassfish.jersey.tests.e2e.entity.EmptyRequestWithJaxbTest$MappedJettisonCRTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.454 s -- in org.glassfish.jersey.tests.e2e.entity.EmptyRequestWithJaxbTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$JAXBContextTest Apr 10, 2024 12:38:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:38:31 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:38:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:38:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:38:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.929 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$JAXBContextTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$JAXBContextAllTest Apr 10, 2024 12:38:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:38:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:38:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:38:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.245 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$JAXBContextAllTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$JAXBContextAppTest Apr 10, 2024 12:38:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:38:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:38:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:38:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.202 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$JAXBContextAppTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$JAXBContextAllWithOtherJaxbBeanTest Apr 10, 2024 12:38:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:38:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:38:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:38:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.212 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$JAXBContextAllWithOtherJaxbBeanTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$JAXBContextTextTest Apr 10, 2024 12:38:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:38:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:38:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:38:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.208 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$JAXBContextTextTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$UnmarshallerAllTest Apr 10, 2024 12:38:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:38:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:38:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:38:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.216 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$UnmarshallerAllTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$UnmarshallerAppTest Apr 10, 2024 12:38:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:38:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:38:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:38:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.180 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$UnmarshallerAppTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$UnmarshallerFooTest Apr 10, 2024 12:38:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:38:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:38:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:38:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.128 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$UnmarshallerFooTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$UnmarshallerTest Apr 10, 2024 12:38:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:38:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:38:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Apr 10, 2024 12:38:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.140 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$UnmarshallerTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$UnmarshallerTextTest Apr 10, 2024 12:38:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:38:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:38:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Apr 10, 2024 12:38:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$UnmarshallerTextTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.680 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.ParameterTypeArgumentResourceReaderWriterOrderTest Apr 10, 2024 12:38:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:38:36 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:38:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:38:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:38:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.717 s -- in org.glassfish.jersey.tests.e2e.entity.ParameterTypeArgumentResourceReaderWriterOrderTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.InjectedProviderTest Apr 10, 2024 12:38:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:38:38 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:38:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:38:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:38:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.836 s -- in org.glassfish.jersey.tests.e2e.entity.InjectedProviderTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.EmptyRequestToEntityParamTest Apr 10, 2024 12:38:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:38:41 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:38:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:38:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:38:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.786 s -- in org.glassfish.jersey.tests.e2e.entity.EmptyRequestToEntityParamTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.EnumEntityTest Apr 10, 2024 12:38:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:38:43 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:38:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:38:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:38:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:38:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:38:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:38:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:38:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:38:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:38:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:38:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:38:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:38:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:38:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:38:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:38:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.239 s -- in org.glassfish.jersey.tests.e2e.entity.EnumEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest Apr 10, 2024 12:38:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:38:45 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2 registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2 will be ignored. Apr 10, 2024 12:38:45 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean will be ignored. Apr 10, 2024 12:38:46 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:38:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:38:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:38:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:38:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:38:46 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2 registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2 will be ignored. Apr 10, 2024 12:38:46 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean will be ignored. Apr 10, 2024 12:38:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:38:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:38:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:38:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:38:46 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2 registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2 will be ignored. Apr 10, 2024 12:38:46 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean will be ignored. Apr 10, 2024 12:38:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:38:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:38:47 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=text/plain, type=class org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2, genericType=class org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2. Apr 10, 2024 12:38:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:38:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:38:47 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2 registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2 will be ignored. Apr 10, 2024 12:38:47 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean will be ignored. Apr 10, 2024 12:38:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:38:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:38:47 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=text/plain, type=class org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean, genericType=class org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean. Apr 10, 2024 12:38:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:38:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:38:47 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2 registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2 will be ignored. Apr 10, 2024 12:38:47 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean will be ignored. Apr 10, 2024 12:38:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:38:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:38:47 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=text/plain, type=class org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2, genericType=class org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2. Apr 10, 2024 12:38:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:38:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:38:47 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2 registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2 will be ignored. Apr 10, 2024 12:38:47 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean will be ignored. Apr 10, 2024 12:38:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:38:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:38:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.505 s -- in org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.MultipartTest Apr 10, 2024 12:38:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:38:49 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:38:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:38:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:38:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:38:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:38:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:38:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:38:50 PM 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(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 Apr 10, 2024 12:38:50 PM 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:255) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:38:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:38:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:38:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:38:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:38:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:38:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:38:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:38:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:38:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:38:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:38:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:38:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:38:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:38:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:38:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:38:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:38:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:38:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:38:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:38:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:38:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:38:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:38:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:38:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:38:51 PM 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(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 Apr 10, 2024 12:38:51 PM 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:255) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:38:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:38:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:38:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:38:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Apr 10, 2024 12:38:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:38:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:38:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:38:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Apr 10, 2024 12:38:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:38:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:38:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:38:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Apr 10, 2024 12:38:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:38:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:38:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:38:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Apr 10, 2024 12:38:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:38:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:38:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:38:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Apr 10, 2024 12:38:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:38:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:38:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:38:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Apr 10, 2024 12:38:52 PM 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(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 Apr 10, 2024 12:38:52 PM 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:255) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:38:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:38:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:38:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:38:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Apr 10, 2024 12:38:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:38:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:38:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:38:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Apr 10, 2024 12:38:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:38:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:38:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:38:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Apr 10, 2024 12:38:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:38:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:38:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:38:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Apr 10, 2024 12:38:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.296 s -- in org.glassfish.jersey.tests.e2e.entity.MultipartTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.ContextResolverMediaTypeTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.ContextResolverMediaTypeTest$ProduceTest Apr 10, 2024 12:38:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:38:54 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:38:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:38:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:38:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.681 s -- in org.glassfish.jersey.tests.e2e.entity.ContextResolverMediaTypeTest$ProduceTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.ContextResolverMediaTypeTest$ProducesSeparateTest Apr 10, 2024 12:38:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:38:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:38:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:38:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.205 s -- in org.glassfish.jersey.tests.e2e.entity.ContextResolverMediaTypeTest$ProducesSeparateTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.ContextResolverMediaTypeTest$ProducesTest Apr 10, 2024 12:38:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:38:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:38:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:38:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.236 s -- in org.glassfish.jersey.tests.e2e.entity.ContextResolverMediaTypeTest$ProducesTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.ContextResolverMediaTypeTest$ProducesXXXTest Apr 10, 2024 12:38:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:38:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:38:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:38:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.191 s -- in org.glassfish.jersey.tests.e2e.entity.ContextResolverMediaTypeTest$ProducesXXXTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.372 s -- in org.glassfish.jersey.tests.e2e.entity.ContextResolverMediaTypeTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.StreamingOutputTest Apr 10, 2024 12:38:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:38:57 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:38:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:38:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:38:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.625 s -- in org.glassfish.jersey.tests.e2e.entity.StreamingOutputTest [INFO] Running org.glassfish.jersey.tests.e2e.json.Jersey1835Test Apr 10, 2024 12:38:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:38:59 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:39:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:39:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.017 s -- in org.glassfish.jersey.tests.e2e.json.Jersey1835Test [INFO] Running org.glassfish.jersey.tests.e2e.json.JaxbTest Apr 10, 2024 12:39:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:03 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:39:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:39:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:39:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:39:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:39:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:39:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:39:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:39:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:39:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Apr 10, 2024 12:39:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Apr 10, 2024 12:39:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Apr 10, 2024 12:39:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Apr 10, 2024 12:39:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Apr 10, 2024 12:39:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Apr 10, 2024 12:39:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Apr 10, 2024 12:39:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Apr 10, 2024 12:39:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Apr 10, 2024 12:39:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Apr 10, 2024 12:39:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Apr 10, 2024 12:39:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Apr 10, 2024 12:39:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Apr 10, 2024 12:39:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Apr 10, 2024 12:39:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Apr 10, 2024 12:39:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Apr 10, 2024 12:39:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Apr 10, 2024 12:39:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Apr 10, 2024 12:39:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Apr 10, 2024 12:39:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Apr 10, 2024 12:39:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Apr 10, 2024 12:39:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Apr 10, 2024 12:39:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Apr 10, 2024 12:39:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Apr 10, 2024 12:39:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Apr 10, 2024 12:39:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Apr 10, 2024 12:39:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Apr 10, 2024 12:39:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Apr 10, 2024 12:39:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Apr 10, 2024 12:39:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Apr 10, 2024 12:39:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Apr 10, 2024 12:39:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Apr 10, 2024 12:39:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Apr 10, 2024 12:39:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. Apr 10, 2024 12:39:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. Apr 10, 2024 12:39:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-43] Started. Apr 10, 2024 12:39:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-44] Started. Apr 10, 2024 12:39:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-45] Started. Apr 10, 2024 12:39:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-46] Started. Apr 10, 2024 12:39:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-47] Started. Apr 10, 2024 12:39:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-48] Started. Apr 10, 2024 12:39:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-49] Started. Apr 10, 2024 12:39:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-50] Started. Apr 10, 2024 12:39:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-51] Started. Apr 10, 2024 12:39:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-52] Started. Apr 10, 2024 12:39:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-53] Started. Apr 10, 2024 12:39:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-54] Started. Apr 10, 2024 12:39:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-55] Started. Apr 10, 2024 12:39:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-56] Started. Apr 10, 2024 12:39:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-57] Started. Apr 10, 2024 12:39:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-58] Started. Apr 10, 2024 12:39:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-59] Started. Apr 10, 2024 12:39:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-60] Started. Apr 10, 2024 12:39:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-61] Started. Apr 10, 2024 12:39:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-62] Started. Apr 10, 2024 12:39:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-63] Started. Apr 10, 2024 12:39:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-64] Started. Apr 10, 2024 12:39:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-65] Started. Apr 10, 2024 12:39:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-66] Started. Apr 10, 2024 12:39:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-67] Started. Apr 10, 2024 12:39:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-68] Started. Apr 10, 2024 12:39:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-69] Started. Apr 10, 2024 12:39:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-70] Started. Apr 10, 2024 12:39:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-71] Started. Apr 10, 2024 12:39:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-72] Started. Apr 10, 2024 12:39:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-73] Started. Apr 10, 2024 12:39:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-74] Started. Apr 10, 2024 12:39:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-75] Started. Apr 10, 2024 12:39:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-76] Started. Apr 10, 2024 12:39:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-77] Started. Apr 10, 2024 12:39:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-78] Started. Apr 10, 2024 12:39:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-79] Started. Apr 10, 2024 12:39:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-80] Started. Apr 10, 2024 12:39:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-81] Started. Apr 10, 2024 12:39:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-82] Started. Apr 10, 2024 12:39:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-83] Started. Apr 10, 2024 12:39:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-84] Started. Apr 10, 2024 12:39:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-85] Started. Apr 10, 2024 12:39:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-86] Started. Apr 10, 2024 12:39:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-87] Started. Apr 10, 2024 12:39:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-88] Started. Apr 10, 2024 12:39:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-89] Started. Apr 10, 2024 12:39:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-90] Started. Apr 10, 2024 12:39:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-91] Started. Apr 10, 2024 12:39:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-92] Started. Apr 10, 2024 12:39:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-93] Started. Apr 10, 2024 12:39:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-94] Started. Apr 10, 2024 12:39:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-95] Started. Apr 10, 2024 12:39:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-96] Started. Apr 10, 2024 12:39:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-97] Started. Apr 10, 2024 12:39:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-98] Started. Apr 10, 2024 12:39:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-99] Started. Apr 10, 2024 12:39:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-100] Started. Apr 10, 2024 12:39:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-101] Started. Apr 10, 2024 12:39:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-102] Started. Apr 10, 2024 12:39:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-103] Started. Apr 10, 2024 12:39:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-104] Started. Apr 10, 2024 12:39:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-105] Started. Apr 10, 2024 12:39:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-106] Started. Apr 10, 2024 12:39:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-107] Started. Apr 10, 2024 12:39:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-108] Started. Apr 10, 2024 12:39:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-109] Started. Apr 10, 2024 12:39:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-110] Started. Apr 10, 2024 12:39:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-111] Started. Apr 10, 2024 12:39:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-112] Started. Apr 10, 2024 12:39:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-113] Started. Apr 10, 2024 12:39:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-114] Started. Apr 10, 2024 12:39:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-115] Started. Apr 10, 2024 12:39:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-116] Started. Apr 10, 2024 12:39:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-117] Started. Apr 10, 2024 12:39:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-118] Started. Apr 10, 2024 12:39:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-119] Started. Apr 10, 2024 12:39:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-120] Started. Apr 10, 2024 12:39:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-121] Started. Apr 10, 2024 12:39:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-122] Started. Apr 10, 2024 12:39:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-123] Started. Apr 10, 2024 12:39:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-124] Started. Apr 10, 2024 12:39:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-125] Started. Apr 10, 2024 12:39:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-126] Started. Apr 10, 2024 12:39:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-127] Started. Apr 10, 2024 12:39:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-128] Started. Apr 10, 2024 12:39:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-129] Started. Apr 10, 2024 12:39:14 PM org.glassfish.jersey.tests.e2e.json.JsonTest$1 apply SEVERE: Expected: {"property":null} Apr 10, 2024 12:39:14 PM org.glassfish.jersey.tests.e2e.json.JsonTest$1 apply SEVERE: Actual: {} Apr 10, 2024 12:39:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-130] Started. Apr 10, 2024 12:39:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-131] Started. Apr 10, 2024 12:39:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-132] Started. Apr 10, 2024 12:39:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-133] Started. Apr 10, 2024 12:39:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-134] Started. Apr 10, 2024 12:39:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-135] Started. Apr 10, 2024 12:39:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-136] Started. Apr 10, 2024 12:39:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-137] Started. Apr 10, 2024 12:39:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-138] Started. Apr 10, 2024 12:39:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-139] Started. Apr 10, 2024 12:39:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-140] Started. Apr 10, 2024 12:39:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-141] Started. Apr 10, 2024 12:39:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-142] Started. Apr 10, 2024 12:39:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-143] Started. Apr 10, 2024 12:39:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-144] Started. Apr 10, 2024 12:39:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 145, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.65 s -- in org.glassfish.jersey.tests.e2e.json.JaxbTest [INFO] Running org.glassfish.jersey.tests.e2e.json.Jersey1199Test Apr 10, 2024 12:39:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:17 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:39:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:39:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:39:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:39:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:39:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:39:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.232 s -- in org.glassfish.jersey.tests.e2e.json.Jersey1199Test [INFO] Running org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest Apr 10, 2024 12:39:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:21 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:39:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:39:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:39:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:39:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:39:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:39:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:39:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:39:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:39:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Apr 10, 2024 12:39:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Apr 10, 2024 12:39:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Apr 10, 2024 12:39:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Apr 10, 2024 12:39:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Apr 10, 2024 12:39:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Apr 10, 2024 12:39:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Apr 10, 2024 12:39:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Apr 10, 2024 12:39:24 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=application/x-javascript, type=class org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest$JsonBean, genericType=class org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest$JsonBean. Apr 10, 2024 12:39:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Apr 10, 2024 12:39:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Apr 10, 2024 12:39:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Apr 10, 2024 12:39:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Apr 10, 2024 12:39:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Apr 10, 2024 12:39:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Apr 10, 2024 12:39:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Apr 10, 2024 12:39:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Apr 10, 2024 12:39:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Apr 10, 2024 12:39:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Apr 10, 2024 12:39:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Apr 10, 2024 12:39:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Apr 10, 2024 12:39:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Apr 10, 2024 12:39:25 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=application/x-javascript, type=class org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest$JsonBean, genericType=class org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest$JsonBean. Apr 10, 2024 12:39:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Apr 10, 2024 12:39:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Apr 10, 2024 12:39:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Apr 10, 2024 12:39:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Apr 10, 2024 12:39:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Apr 10, 2024 12:39:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Apr 10, 2024 12:39:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Apr 10, 2024 12:39:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Apr 10, 2024 12:39:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Apr 10, 2024 12:39:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Apr 10, 2024 12:39:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Apr 10, 2024 12:39:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Apr 10, 2024 12:39:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. Apr 10, 2024 12:39:27 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=application/x-javascript, type=class org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest$JsonBean, genericType=class org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest$JsonBean. Apr 10, 2024 12:39:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. Apr 10, 2024 12:39:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-43] Started. Apr 10, 2024 12:39:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-44] Started. Apr 10, 2024 12:39:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-45] Started. Apr 10, 2024 12:39:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-46] Started. Apr 10, 2024 12:39:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-47] Started. Apr 10, 2024 12:39:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-48] Started. Apr 10, 2024 12:39:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-49] Started. Apr 10, 2024 12:39:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-50] Started. Apr 10, 2024 12:39:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-51] Started. Apr 10, 2024 12:39:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-52] Started. Apr 10, 2024 12:39:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-53] Started. Apr 10, 2024 12:39:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-54] Started. Apr 10, 2024 12:39:28 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=application/x-javascript, type=class org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest$JsonBean, genericType=class org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest$JsonBean. Apr 10, 2024 12:39:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-55] Started. Apr 10, 2024 12:39:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-56] Started. Apr 10, 2024 12:39:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-57] Started. Apr 10, 2024 12:39:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-58] Started. Apr 10, 2024 12:39:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-59] Started. Apr 10, 2024 12:39:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-60] Started. Apr 10, 2024 12:39:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-61] Started. Apr 10, 2024 12:39:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-62] Started. Apr 10, 2024 12:39:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-63] Started. Apr 10, 2024 12:39:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-64] Started. Apr 10, 2024 12:39:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 65, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.563 s -- in org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest [INFO] Running org.glassfish.jersey.tests.e2e.json.JsonProcessingDisabledTest Apr 10, 2024 12:39:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:30 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:39:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:39:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.910 s -- in org.glassfish.jersey.tests.e2e.json.JsonProcessingDisabledTest [INFO] Running org.glassfish.jersey.tests.e2e.json.JsonWithoutExceptionMapperTest Apr 10, 2024 12:39:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:33 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:39:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:39:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.110 s -- in org.glassfish.jersey.tests.e2e.json.JsonWithoutExceptionMapperTest [INFO] Running org.glassfish.jersey.tests.e2e.json.InheritanceTest Apr 10, 2024 12:39:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:36 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:39:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:39:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:39:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:39:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:39:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.957 s -- in org.glassfish.jersey.tests.e2e.json.InheritanceTest [INFO] Running org.glassfish.jersey.tests.e2e.json.JsonWithPaddingEncodingFilterTest Apr 10, 2024 12:39:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:39 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:39:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:40 PM 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.0.2),  host: localhost:41637,  connection: keep-alive,  Apr 10, 2024 12:39:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:40 PM 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.0.2),  host: localhost:41637,  connection: keep-alive,  Apr 10, 2024 12:39:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.097 s -- in org.glassfish.jersey.tests.e2e.json.JsonWithPaddingEncodingFilterTest [INFO] Running org.glassfish.jersey.tests.e2e.json.GenericTest [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.002 s -- in org.glassfish.jersey.tests.e2e.json.GenericTest [INFO] Running org.glassfish.jersey.tests.e2e.json.PojoTest Apr 10, 2024 12:39:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:43 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:39:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:39:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.254 s -- in org.glassfish.jersey.tests.e2e.json.PojoTest [INFO] Running org.glassfish.jersey.tests.e2e.json.JsonProcessingTest Apr 10, 2024 12:39:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:45 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:39:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:39:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:39:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:39:47 PM 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(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 Apr 10, 2024 12:39:47 PM 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:255) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:39:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:39:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:39:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:39:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:39:47 PM 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(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 Apr 10, 2024 12:39:47 PM 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:255) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:39:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:39:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Apr 10, 2024 12:39:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Apr 10, 2024 12:39:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Apr 10, 2024 12:39:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Apr 10, 2024 12:39:48 PM 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. Apr 10, 2024 12:39:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Apr 10, 2024 12:39:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Apr 10, 2024 12:39:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Apr 10, 2024 12:39:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Apr 10, 2024 12:39:48 PM 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. Apr 10, 2024 12:39:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Apr 10, 2024 12:39:48 PM 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. Apr 10, 2024 12:39:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Apr 10, 2024 12:39:48 PM 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. Apr 10, 2024 12:39:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Apr 10, 2024 12:39:49 PM 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(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 Apr 10, 2024 12:39:49 PM 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:255) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:39:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Apr 10, 2024 12:39:49 PM 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(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 Apr 10, 2024 12:39:49 PM 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:255) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:39:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Apr 10, 2024 12:39:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Apr 10, 2024 12:39:49 PM 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(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 Apr 10, 2024 12:39:49 PM 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:255) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:39:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Apr 10, 2024 12:39:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Apr 10, 2024 12:39:49 PM 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(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 Apr 10, 2024 12:39:49 PM 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:255) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:39:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Apr 10, 2024 12:39:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Apr 10, 2024 12:39:49 PM 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(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 Apr 10, 2024 12:39:49 PM 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:255) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:39:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Apr 10, 2024 12:39:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Apr 10, 2024 12:39:49 PM 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(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 Apr 10, 2024 12:39:49 PM 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:255) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:39:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Apr 10, 2024 12:39:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Apr 10, 2024 12:39:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.181 s -- in org.glassfish.jersey.tests.e2e.json.JsonProcessingTest [INFO] Running org.glassfish.jersey.tests.e2e.json.JacksonJsonViewTest Apr 10, 2024 12:39:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:52 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:39:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:39:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:39:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.327 s -- in org.glassfish.jersey.tests.e2e.json.JacksonJsonViewTest [INFO] Running org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest Apr 10, 2024 12:39:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:54 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:39:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=0] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=0] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=1] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=1] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=2] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=2] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=3] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=3] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=4] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=4] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=5] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=5] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=6] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=6] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=7] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=7] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=8] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=8] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=9] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=9] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=10] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=10] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=11] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=11] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=12] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=12] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=13] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=13] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=14] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=14] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=15] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=15] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=16] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=16] Apr 10, 2024 12:39:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=17] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=17] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=18] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=18] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=19] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=19] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Apr 10, 2024 12:39:55 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Apr 10, 2024 12:39:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:39:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:39:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.682 s -- in org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest [INFO] Running org.glassfish.jersey.tests.e2e.sse.EventOutputTest Apr 10, 2024 12:39:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:58 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:39:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:39:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:39:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:39:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. SLF4J(W): No SLF4J providers were found. SLF4J(W): Defaulting to no-operation (NOP) logger implementation SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details. Apr 10, 2024 12:39:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:39:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:39:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:39:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:40:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.970 s -- in org.glassfish.jersey.tests.e2e.sse.EventOutputTest [INFO] Running org.glassfish.jersey.tests.e2e.sse.EventSourceWithNamedEventsTest Apr 10, 2024 12:40:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:40:02 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:40:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:40:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. message-to-client; 0 message-to-client; 1 message-to-client; 2 message-to-client; 3 message-to-client; 4 message-to-client; 5 message-to-client; 6 message-to-client; 7 message-to-client; 8 message-to-client; 9 Apr 10, 2024 12:40:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.847 s -- in org.glassfish.jersey.tests.e2e.sse.EventSourceWithNamedEventsTest [INFO] Running org.glassfish.jersey.tests.e2e.sse.BroadcasterExecutorTest Apr 10, 2024 12:40:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:40:04 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:40:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:40:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Broadcaster created: org.glassfish.jersey.media.sse.internal.JerseySseBroadcaster@52c67f73 Apr 10, 2024 12:40:04 PM org.glassfish.jersey.tests.e2e.sse.BroadcasterExecutorTest$SseResource$1 send INFO: onNext called with [org.glassfish.jersey.media.sse.OutboundEvent@1579c8e0] from custom-executor-thread-1 Apr 10, 2024 12:40:04 PM org.glassfish.jersey.tests.e2e.sse.BroadcasterExecutorTest lambda$test$0 INFO: Event: InboundEvent{name='null', id='null', comment=[no comments], data=firstBroadcast} from: custom-client-executor-0 Apr 10, 2024 12:40:04 PM org.glassfish.jersey.tests.e2e.sse.BroadcasterExecutorTest$SseResource$1 send INFO: onNext called with [org.glassfish.jersey.media.sse.OutboundEvent@321a0ffe] from custom-executor-thread-1 Apr 10, 2024 12:40:04 PM org.glassfish.jersey.tests.e2e.sse.BroadcasterExecutorTest lambda$test$0 INFO: Event: InboundEvent{name='null', id='null', comment=[no comments], data=secondBroadcast} from: custom-client-executor-0 Apr 10, 2024 12:40:04 PM org.glassfish.jersey.tests.e2e.sse.BroadcasterExecutorTest$SseResource$1 close INFO: onComplete called from custom-executor-thread-1 Apr 10, 2024 12:40:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.004 s -- in org.glassfish.jersey.tests.e2e.sse.BroadcasterExecutorTest [INFO] Running org.glassfish.jersey.tests.e2e.sse.SseCustomEventImplTest Apr 10, 2024 12:40:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:40:07 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:40:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:40:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:40:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:40:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:40:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:40:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:40:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.090 s -- in org.glassfish.jersey.tests.e2e.sse.SseCustomEventImplTest [INFO] Running org.glassfish.jersey.tests.e2e.sse.BroadcasterCloseTest Apr 10, 2024 12:40:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:40:10 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:40:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:40:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:40:10 PM 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.util.JerseyPublisher.publish(JerseyPublisher.java:308) 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:40:10 PM 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:255) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(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 Apr 10, 2024 12:40:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.422 s -- in org.glassfish.jersey.tests.e2e.sse.BroadcasterCloseTest [INFO] Running org.glassfish.jersey.tests.e2e.sse.BroadcasterTest Apr 10, 2024 12:40:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:40:13 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:40:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:40:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:40:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.483 s -- in org.glassfish.jersey.tests.e2e.sse.BroadcasterTest [INFO] Running org.glassfish.jersey.tests.e2e.sse.GenericEntityTest Apr 10, 2024 12:40:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:40:17 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:40:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:40:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:40:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:40:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:40:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:40:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:40:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:40:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:40:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:40:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:40:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:40:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:40:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:40:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:40:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.724 s -- in org.glassfish.jersey.tests.e2e.sse.GenericEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.header.HeaderDelegateProviderTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.166 s -- in org.glassfish.jersey.tests.e2e.header.HeaderDelegateProviderTest [INFO] Running org.glassfish.jersey.tests.e2e.header.RuntimeDelegateProviderEnabledTest Apr 10, 2024 12:40:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:40:22 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:40:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:40:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:40:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:40:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:40:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:40:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:40:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:40:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:40:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:40:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:40:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:40:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:40:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:40:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:40:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.585 s -- in org.glassfish.jersey.tests.e2e.header.RuntimeDelegateProviderEnabledTest [INFO] Running org.glassfish.jersey.tests.e2e.header.RuntimeDelegateProviderDisabledTest Apr 10, 2024 12:40:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:40:25 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:40:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:40:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:40:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:40:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:40:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:40:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:40:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:40:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:40:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:40:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:40:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:40:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:40:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:40:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:40:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.281 s -- in org.glassfish.jersey.tests.e2e.header.RuntimeDelegateProviderDisabledTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 592, Failures: 0, Errors: 0, Skipped: 8 [INFO] [INFO] [INFO] --- surefire:3.2.5:test (WithHK2) @ e2e-entity --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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.XmlJaxBElementProviderTest Apr 10, 2024 12:40:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:40:29 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:40:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:40:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:40:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:40:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:40:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:40:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:40:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:40:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:40:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:40:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:40:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.375 s -- in org.glassfish.jersey.tests.e2e.entity.XmlJaxBElementProviderTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.ParameterTypeArgumentReversedOrderTest Apr 10, 2024 12:40:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:40:32 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:40:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:40:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:40:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.851 s -- in org.glassfish.jersey.tests.e2e.entity.ParameterTypeArgumentReversedOrderTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringOnClassTest Apr 10, 2024 12:40:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:40:35 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:40:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:40:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:40:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:40:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:40:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:40:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:40:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:40:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:40:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:40:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:40:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:40:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:40:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:40:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:40:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:40:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:40:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:40:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:40:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:40:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:40:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:40:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:40:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:40:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:40:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:40:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:40:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:40:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:40:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:40:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:40:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.368 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringOnClassTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringOnPropertiesTest Apr 10, 2024 12:40:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:40:39 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:40:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:40:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:40:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:40:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:40:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:40:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:40:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:40:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:40:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:40:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:40:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:40:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:40:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:40:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:40:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:40:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:40:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:40:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:40:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:40:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:40:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:40:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:40:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:40:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:40:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:40:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:40:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.396 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringOnPropertiesTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnClassTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnClassTest$JacksonFeatureJsonEntityFilteringOnClassTest Apr 10, 2024 12:40:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:40:43 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:40:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:40:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:40:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:40:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:40:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:40:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:40:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:40:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:40:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:40:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:40:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:40:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:40:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:40:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:40:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:40:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:40:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:40:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:40:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:40:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:40:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:40:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:40:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:40:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:40:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:40:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:40:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:40:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:40:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:40:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:40:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.828 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnClassTest$JacksonFeatureJsonEntityFilteringOnClassTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnClassTest$MoxyJsonFeatureJsonEntityFilteringOnClassTest Apr 10, 2024 12:40:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:40:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:40:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Apr 10, 2024 12:40:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:40:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:40:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:40:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Apr 10, 2024 12:40:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:40:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:40:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:40:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Apr 10, 2024 12:40:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:40:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:40:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:40:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Apr 10, 2024 12:40:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:40:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:40:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:40:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Apr 10, 2024 12:40:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:40:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:40:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:40:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Apr 10, 2024 12:40:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:40:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:40:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:40:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Apr 10, 2024 12:40:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:40:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:40:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:40:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Apr 10, 2024 12:40:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.166 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnClassTest$MoxyJsonFeatureJsonEntityFilteringOnClassTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.038 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnClassTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnPropertiesTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnPropertiesTest$JacksonFeatureJsonEntityFilteringOnPropertiesTest Apr 10, 2024 12:40:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:40:49 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:40:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:40:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:40:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:40:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:40:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:40:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:40:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:40:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:40:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:40:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:40:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:40:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:40:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:40:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:40:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:40:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:40:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:40:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:40:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:40:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:40:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:40:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:40:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:40:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:40:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:40:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:40:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:40:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:40:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:40:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:40:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.897 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnPropertiesTest$JacksonFeatureJsonEntityFilteringOnPropertiesTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnPropertiesTest$MoxyJsonFeatureJsonEntityFilteringOnPropertiesTest Apr 10, 2024 12:40:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:40:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:40:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Apr 10, 2024 12:40:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:40:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:40:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:40:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Apr 10, 2024 12:40:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:40:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:40:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:40:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Apr 10, 2024 12:40:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:40:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:40:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:40:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Apr 10, 2024 12:40:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:40:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:40:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:40:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Apr 10, 2024 12:40:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:40:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:40:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:40:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Apr 10, 2024 12:40:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:40:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:40:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:40:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Apr 10, 2024 12:40:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:40:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:40:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:40:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Apr 10, 2024 12:40:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.290 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnPropertiesTest$MoxyJsonFeatureJsonEntityFilteringOnPropertiesTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.233 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnPropertiesTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.MoxyEntityFilteringTest Apr 10, 2024 12:40:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:40:54 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:40:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:40:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:40:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.030 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.MoxyEntityFilteringTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringClientTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringClientTest$JacksonFeatureJsonEntityFilteringClientTest Apr 10, 2024 12:40:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:40:57 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:40:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:40:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:40:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:40:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:40:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:40:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:40:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:40:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:40:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:40:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:40:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:40:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:40:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:40:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:40:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:40:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:40:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:40:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:40:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:40:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:40:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:40:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:40:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:40:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:40:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:40:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:40:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:40:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:41:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:41:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:41:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.660 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringClientTest$JacksonFeatureJsonEntityFilteringClientTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringClientTest$MoxyJsonFeatureJsonEntityFilteringClientTest Apr 10, 2024 12:41:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:41:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:41:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Apr 10, 2024 12:41:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:41:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:41:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:41:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Apr 10, 2024 12:41:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:41:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:41:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:41:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Apr 10, 2024 12:41:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:41:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:41:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:41:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Apr 10, 2024 12:41:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:41:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:41:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:41:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Apr 10, 2024 12:41:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:41:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:41:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:41:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Apr 10, 2024 12:41:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:41:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:41:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:41:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Apr 10, 2024 12:41:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:41:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:41:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:41:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Apr 10, 2024 12:41:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.282 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringClientTest$MoxyJsonFeatureJsonEntityFilteringClientTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.990 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringClientTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEmptyEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEmptyEntityTest$JacksonFeatureJsonEmptyEntityTest Apr 10, 2024 12:41:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:41:03 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:41:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:41:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:41:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:41:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:41:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:41:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:41:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.387 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEmptyEntityTest$JacksonFeatureJsonEmptyEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEmptyEntityTest$MoxyJsonFeatureJsonEmptyEntityTest Apr 10, 2024 12:41:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:41:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:41:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:41:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:41:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:41:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:41:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:41:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.443 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.905 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEmptyEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringServerTest Apr 10, 2024 12:41:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:41:07 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:41:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:41:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:41:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:41:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:41:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:41:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:41:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:41:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:41:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:41:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:41:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:41:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:41:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:41:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:41:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:41:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:41:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:41:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:41:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:41:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:41:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:41:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:41:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:41:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:41:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:41:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:41:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:41:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:41:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:41:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:41:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:41:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:41:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:41:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Apr 10, 2024 12:41:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:41:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:41:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:41:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Apr 10, 2024 12:41:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:41:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:41:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:41:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Apr 10, 2024 12:41:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:41:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:41:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:41:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Apr 10, 2024 12:41:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:41:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:41:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:41:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Apr 10, 2024 12:41:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:41:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:41:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:41:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Apr 10, 2024 12:41:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.459 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringServerTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringScopesTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringScopesTest$JacksonFeatureJsonEntityFilteringScopesTest Apr 10, 2024 12:41:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:41:12 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:41:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:41:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:41:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.063 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringScopesTest$JacksonFeatureJsonEntityFilteringScopesTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringScopesTest$MoxyJsonFeatureJsonEntityFilteringScopesTest Apr 10, 2024 12:41:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:41:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:41:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:41:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.295 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.398 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringScopesTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EmptyEntityTest Apr 10, 2024 12:41:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:41:15 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:41:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:41:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:41:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:41:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:41:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:41:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:41:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.086 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.EmptyEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringServerTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringServerTest$ConfigurationServerTest Apr 10, 2024 12:41:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:41:18 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:41:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:41:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:41:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:41:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:41:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:41:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:41:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.240 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringServerTest$ConfigurationServerTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringServerTest$ConfigurationDefaultViewServerTest Apr 10, 2024 12:41:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:41:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:41:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:41:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.282 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringServerTest$ConfigurationDefaultViewServerTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringServerTest$AnnotationsServerTest Apr 10, 2024 12:41:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:41:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:41:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:41:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:41:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:41:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:41:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:41:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.326 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringServerTest$AnnotationsServerTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringServerTest$AnnotationsOverConfigurationServerTest Apr 10, 2024 12:41:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:41:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:41:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:41:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:41:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:41:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:41:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:41:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.297 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringServerTest$AnnotationsOverConfigurationServerTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.205 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringServerTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringScopesTest Apr 10, 2024 12:41:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:41:21 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:41:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:41:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:41:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.850 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringScopesTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringClientTest Apr 10, 2024 12:41:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:41:24 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:41:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:41:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:41:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:41:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:41:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:41:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:41:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:41:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:41:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:41:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:41:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.502 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringClientTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.RenderedImageTypeTest Apr 10, 2024 12:41:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:41:27 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:41:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:41:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:41:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:41:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:41:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:41:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:41:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:41:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:41:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:41:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:41:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.476 s -- in org.glassfish.jersey.tests.e2e.entity.RenderedImageTypeTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.InvalidEntityTest Apr 10, 2024 12:41:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:41:30 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:41:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:41:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:41:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.739 s -- in org.glassfish.jersey.tests.e2e.entity.InvalidEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.EmptyEntityTest Apr 10, 2024 12:41:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:41:33 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:41:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:41:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:41:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:41:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:41:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:41:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:41:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:41:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:41:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:41:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:41:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:41:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:41:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:41:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:41:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:41:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:41:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:41:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:41:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:41:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:41:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:41:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:41:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:41:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:41:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:41:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:41:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:41:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:41:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:41:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:41:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:41:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:41:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:41:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Apr 10, 2024 12:41:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:41:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:41:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:41:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Apr 10, 2024 12:41:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:41:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:41:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:41:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Apr 10, 2024 12:41:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:41:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:41:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:41:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Apr 10, 2024 12:41:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:41:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:41:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:41:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Apr 10, 2024 12:41:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:41:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:41:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:41:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Apr 10, 2024 12:41:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.251 s -- in org.glassfish.jersey.tests.e2e.entity.EmptyEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JsonMoxyTest Apr 10, 2024 12:41:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:41:38 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:41:38 PM 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. Apr 10, 2024 12:41:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:41:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:41:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:41:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:41:39 PM 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. Apr 10, 2024 12:41:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:41:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:41:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:41:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:41:39 PM 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. Apr 10, 2024 12:41:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:41:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:41:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [WARNING] Tests run: 15, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 2.906 s -- in org.glassfish.jersey.tests.e2e.entity.JsonMoxyTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.ParameterTypeArgumentOrderTest Apr 10, 2024 12:41:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:41:41 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:41:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:41:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:41:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.854 s -- in org.glassfish.jersey.tests.e2e.entity.ParameterTypeArgumentOrderTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.XXETest Apr 10, 2024 12:41:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:41:44 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:41:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:41:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:41:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:41:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:41:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:41:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:41:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:41:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:41:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:41:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:41:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:41:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:41:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:41:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:41:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:41:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:41:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:41:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:41:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:41:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:41:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:41:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:41:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [WARNING] Tests run: 7, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 3.204 s -- in org.glassfish.jersey.tests.e2e.entity.XXETest [INFO] Running org.glassfish.jersey.tests.e2e.entity.EntityTypesTest Apr 10, 2024 12:41:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:41:48 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:41:48 PM 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. Apr 10, 2024 12:41:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:41:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:41:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:41:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:41:49 PM 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. Apr 10, 2024 12:41:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:41:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:41:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:41:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:41:50 PM 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. Apr 10, 2024 12:41:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:41:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:41:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:41:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:41:50 PM 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. Apr 10, 2024 12:41:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:41:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:41:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:41:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:41:50 PM 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. Apr 10, 2024 12:41:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:41:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:41:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:41:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:41:51 PM 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. Apr 10, 2024 12:41:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:41:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:41:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:41:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:41:51 PM 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. Apr 10, 2024 12:41:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:41:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. [Fatal Error] :1:17: XML document structures must start and end within the same entity. Apr 10, 2024 12:41:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:41:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:41:52 PM 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. Apr 10, 2024 12:41:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:41:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:41:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:41:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:41:52 PM 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. Apr 10, 2024 12:41:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:41:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Apr 10, 2024 12:41:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [WARNING] Tests run: 51, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 5.209 s -- in org.glassfish.jersey.tests.e2e.entity.EntityTypesTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.GenericTypeAndEntityTest Apr 10, 2024 12:41:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:41:54 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:41:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:41:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:41:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:41:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:41:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:41:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:41:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:41:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:41:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:41:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:41:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:41:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:41:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:41:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:41:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.619 s -- in org.glassfish.jersey.tests.e2e.entity.GenericTypeAndEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.SubResourceDynamicProxyTest Apr 10, 2024 12:41:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:41:57 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:41:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:41:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:41:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.035 s -- in org.glassfish.jersey.tests.e2e.entity.SubResourceDynamicProxyTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.CharsetTest Apr 10, 2024 12:41:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:42:00 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:42:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:42:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:42:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:42:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:42:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:42:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:42:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:42:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:42:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:42:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:42:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:42:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:42:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:42:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:42:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:42:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:42:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:42:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:42:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:42:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:42:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:42:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:42:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:42:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:42:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:42:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:42:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:42:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:42:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:42:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:42:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:42:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:42:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:42:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Apr 10, 2024 12:42:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:42:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:42:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:42:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Apr 10, 2024 12:42:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.074 s -- in org.glassfish.jersey.tests.e2e.entity.CharsetTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.MediaTypeSelectionTest Apr 10, 2024 12:42:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:42:05 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:42:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:42:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:42:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:42:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:42:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:42:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:42:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:42:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:42:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:42:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:42:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:42:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:42:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:42:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:42:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:42:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:42:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:42:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:42:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:42:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:42:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:42:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:42:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:42:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:42:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:42:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:42:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:42:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:42:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:42:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:42:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:42:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:42:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:42:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Apr 10, 2024 12:42:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [WARNING] Tests run: 10, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 3.577 s -- in org.glassfish.jersey.tests.e2e.entity.MediaTypeSelectionTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.NoMessageBodyWorkerTest Apr 10, 2024 12:42:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:42:09 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:42:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:42:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:42:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:42:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:42:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:42:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:42:10 PM org.eclipse.yasson.internal.SerializationContextImpl marshall SEVERE: Generating incomplete JSON Apr 10, 2024 12:42:10 PM 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:41) 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) Apr 10, 2024 12:42:10 PM 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:255) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:42:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.202 s -- in org.glassfish.jersey.tests.e2e.entity.NoMessageBodyWorkerTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.InvalidFormTest Apr 10, 2024 12:42:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:42:12 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:42:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:42:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:42:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:42:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:42:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:42:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:42:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.433 s -- in org.glassfish.jersey.tests.e2e.entity.InvalidFormTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.MessageBodyProviderAnnotationsTest Apr 10, 2024 12:42:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:42:15 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:42:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:42:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:42:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:42:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:42:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:42:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:42:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.067 s -- in org.glassfish.jersey.tests.e2e.entity.MessageBodyProviderAnnotationsTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.XmlMoxyTest Apr 10, 2024 12:42:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:42:18 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:42:18 PM 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. Apr 10, 2024 12:42:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:42:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:42:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:42:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:42:19 PM 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. Apr 10, 2024 12:42:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:42:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. [Fatal Error] :1:17: XML document structures must start and end within the same entity. Apr 10, 2024 12:42:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.914 s -- in org.glassfish.jersey.tests.e2e.entity.XmlMoxyTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.InterceptedStreamCloseTest Apr 10, 2024 12:42:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:42:21 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:42:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:42:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:42:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.798 s -- in org.glassfish.jersey.tests.e2e.entity.InterceptedStreamCloseTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.EmptyRequestWithJaxbTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.EmptyRequestWithJaxbTest$EmptyRequestTest Apr 10, 2024 12:42:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:42:24 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:42:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:42:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:42:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:42:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:42:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:42:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:42:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.253 s -- in org.glassfish.jersey.tests.e2e.entity.EmptyRequestWithJaxbTest$EmptyRequestTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.EmptyRequestWithJaxbTest$BadgerFishCRTest Apr 10, 2024 12:42:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:42:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:42:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:42:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.303 s -- in org.glassfish.jersey.tests.e2e.entity.EmptyRequestWithJaxbTest$BadgerFishCRTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.EmptyRequestWithJaxbTest$MappedJettisonCRTest Apr 10, 2024 12:42:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:42:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:42:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:42:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.201 s -- in org.glassfish.jersey.tests.e2e.entity.EmptyRequestWithJaxbTest$MappedJettisonCRTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.817 s -- in org.glassfish.jersey.tests.e2e.entity.EmptyRequestWithJaxbTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$JAXBContextTest Apr 10, 2024 12:42:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:42:28 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:42:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:42:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:42:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.883 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$JAXBContextTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$JAXBContextAllTest Apr 10, 2024 12:42:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:42:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:42:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:42:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.270 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$JAXBContextAllTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$JAXBContextAppTest Apr 10, 2024 12:42:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:42:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:42:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:42:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.151 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$JAXBContextAppTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$JAXBContextAllWithOtherJaxbBeanTest Apr 10, 2024 12:42:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:42:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:42:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:42:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.246 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$JAXBContextAllWithOtherJaxbBeanTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$JAXBContextTextTest Apr 10, 2024 12:42:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:42:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:42:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:42:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.198 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$JAXBContextTextTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$UnmarshallerAllTest Apr 10, 2024 12:42:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:42:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:42:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:42:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.202 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$UnmarshallerAllTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$UnmarshallerAppTest Apr 10, 2024 12:42:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:42:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:42:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:42:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.201 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$UnmarshallerAppTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$UnmarshallerFooTest Apr 10, 2024 12:42:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:42:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:42:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:42:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.174 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$UnmarshallerFooTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$UnmarshallerTest Apr 10, 2024 12:42:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:42:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:42:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Apr 10, 2024 12:42:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.146 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$UnmarshallerTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$UnmarshallerTextTest Apr 10, 2024 12:42:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:42:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:42:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Apr 10, 2024 12:42:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.186 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$UnmarshallerTextTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.738 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.ParameterTypeArgumentResourceReaderWriterOrderTest Apr 10, 2024 12:42:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:42:32 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:42:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:42:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:42:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.952 s -- in org.glassfish.jersey.tests.e2e.entity.ParameterTypeArgumentResourceReaderWriterOrderTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.InjectedProviderTest Apr 10, 2024 12:42:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:42:35 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:42:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:42:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:42:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.893 s -- in org.glassfish.jersey.tests.e2e.entity.InjectedProviderTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.EmptyRequestToEntityParamTest Apr 10, 2024 12:42:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:42:37 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:42:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:42:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:42:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.813 s -- in org.glassfish.jersey.tests.e2e.entity.EmptyRequestToEntityParamTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.EnumEntityTest Apr 10, 2024 12:42:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:42:40 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:42:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:42:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:42:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:42:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:42:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:42:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:42:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:42:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:42:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:42:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:42:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:42:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:42:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:42:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:42:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.699 s -- in org.glassfish.jersey.tests.e2e.entity.EnumEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest Apr 10, 2024 12:42:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:42:43 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean will be ignored. Apr 10, 2024 12:42:43 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2 registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2 will be ignored. Apr 10, 2024 12:42:43 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:42:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:42:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:42:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:42:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:42:44 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean will be ignored. Apr 10, 2024 12:42:44 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2 registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2 will be ignored. Apr 10, 2024 12:42:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:42:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:42:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:42:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:42:44 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean will be ignored. Apr 10, 2024 12:42:44 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2 registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2 will be ignored. Apr 10, 2024 12:42:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:42:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:42:44 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=text/plain, type=class org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2, genericType=class org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2. Apr 10, 2024 12:42:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:42:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:42:44 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean will be ignored. Apr 10, 2024 12:42:44 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2 registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2 will be ignored. Apr 10, 2024 12:42:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:42:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:42:44 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=text/plain, type=class org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean, genericType=class org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean. Apr 10, 2024 12:42:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:42:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:42:44 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean will be ignored. Apr 10, 2024 12:42:44 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2 registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2 will be ignored. Apr 10, 2024 12:42:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:42:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:42:45 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=text/plain, type=class org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2, genericType=class org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2. Apr 10, 2024 12:42:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:42:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:42:45 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean will be ignored. Apr 10, 2024 12:42:45 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2 registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2 will be ignored. Apr 10, 2024 12:42:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:42:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:42:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.754 s -- in org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.MultipartTest Apr 10, 2024 12:42:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:42:47 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:42:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:42:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:42:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:42:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:42:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:42:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:42:48 PM 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(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 Apr 10, 2024 12:42:48 PM 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:255) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:42:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:42:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:42:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:42:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:42:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:42:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:42:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:42:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:42:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:42:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:42:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:42:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:42:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:42:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:42:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:42:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:42:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:42:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:42:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:42:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:42:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:42:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:42:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:42:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:42:49 PM 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(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 Apr 10, 2024 12:42:49 PM 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:255) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:42:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:42:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:42:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:42:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Apr 10, 2024 12:42:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:42:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:42:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:42:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Apr 10, 2024 12:42:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:42:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:42:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:42:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Apr 10, 2024 12:42:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:42:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:42:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:42:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Apr 10, 2024 12:42:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:42:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:42:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:42:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Apr 10, 2024 12:42:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:42:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:42:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:42:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Apr 10, 2024 12:42:50 PM 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(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 Apr 10, 2024 12:42:50 PM 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:255) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:42:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:42:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:42:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:42:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Apr 10, 2024 12:42:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:42:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:42:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:42:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Apr 10, 2024 12:42:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:42:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:42:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:42:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Apr 10, 2024 12:42:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:42:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:42:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:42:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Apr 10, 2024 12:42:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.141 s -- in org.glassfish.jersey.tests.e2e.entity.MultipartTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.ContextResolverMediaTypeTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.ContextResolverMediaTypeTest$ProduceTest Apr 10, 2024 12:42:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:42:53 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:42:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:42:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:42:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.898 s -- in org.glassfish.jersey.tests.e2e.entity.ContextResolverMediaTypeTest$ProduceTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.ContextResolverMediaTypeTest$ProducesSeparateTest Apr 10, 2024 12:42:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:42:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:42:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:42:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.211 s -- in org.glassfish.jersey.tests.e2e.entity.ContextResolverMediaTypeTest$ProducesSeparateTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.ContextResolverMediaTypeTest$ProducesTest Apr 10, 2024 12:42:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:42:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:42:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:42:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.280 s -- in org.glassfish.jersey.tests.e2e.entity.ContextResolverMediaTypeTest$ProducesTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.ContextResolverMediaTypeTest$ProducesXXXTest Apr 10, 2024 12:42:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:42:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:42:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:42:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.226 s -- in org.glassfish.jersey.tests.e2e.entity.ContextResolverMediaTypeTest$ProducesXXXTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.666 s -- in org.glassfish.jersey.tests.e2e.entity.ContextResolverMediaTypeTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.StreamingOutputTest Apr 10, 2024 12:42:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:42:56 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:42:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:42:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:42:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.862 s -- in org.glassfish.jersey.tests.e2e.entity.StreamingOutputTest [INFO] Running org.glassfish.jersey.tests.e2e.json.Jersey1835Test Apr 10, 2024 12:42:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:42:58 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:42:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:42:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:42:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.973 s -- in org.glassfish.jersey.tests.e2e.json.Jersey1835Test [INFO] Running org.glassfish.jersey.tests.e2e.json.JaxbTest Apr 10, 2024 12:43:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:02 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:43:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:43:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:43:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:43:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:43:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:43:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:43:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:43:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:43:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Apr 10, 2024 12:43:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Apr 10, 2024 12:43:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Apr 10, 2024 12:43:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Apr 10, 2024 12:43:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Apr 10, 2024 12:43:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Apr 10, 2024 12:43:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Apr 10, 2024 12:43:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Apr 10, 2024 12:43:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Apr 10, 2024 12:43:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Apr 10, 2024 12:43:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Apr 10, 2024 12:43:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Apr 10, 2024 12:43:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Apr 10, 2024 12:43:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Apr 10, 2024 12:43:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Apr 10, 2024 12:43:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Apr 10, 2024 12:43:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Apr 10, 2024 12:43:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Apr 10, 2024 12:43:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Apr 10, 2024 12:43:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Apr 10, 2024 12:43:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Apr 10, 2024 12:43:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Apr 10, 2024 12:43:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Apr 10, 2024 12:43:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Apr 10, 2024 12:43:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Apr 10, 2024 12:43:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Apr 10, 2024 12:43:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Apr 10, 2024 12:43:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Apr 10, 2024 12:43:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Apr 10, 2024 12:43:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Apr 10, 2024 12:43:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Apr 10, 2024 12:43:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Apr 10, 2024 12:43:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Apr 10, 2024 12:43:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. Apr 10, 2024 12:43:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. Apr 10, 2024 12:43:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-43] Started. Apr 10, 2024 12:43:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-44] Started. Apr 10, 2024 12:43:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-45] Started. Apr 10, 2024 12:43:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-46] Started. Apr 10, 2024 12:43:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-47] Started. Apr 10, 2024 12:43:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-48] Started. Apr 10, 2024 12:43:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-49] Started. Apr 10, 2024 12:43:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-50] Started. Apr 10, 2024 12:43:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-51] Started. Apr 10, 2024 12:43:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-52] Started. Apr 10, 2024 12:43:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-53] Started. Apr 10, 2024 12:43:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-54] Started. Apr 10, 2024 12:43:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-55] Started. Apr 10, 2024 12:43:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-56] Started. Apr 10, 2024 12:43:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-57] Started. Apr 10, 2024 12:43:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-58] Started. Apr 10, 2024 12:43:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-59] Started. Apr 10, 2024 12:43:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-60] Started. Apr 10, 2024 12:43:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-61] Started. Apr 10, 2024 12:43:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-62] Started. Apr 10, 2024 12:43:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-63] Started. Apr 10, 2024 12:43:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-64] Started. Apr 10, 2024 12:43:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-65] Started. Apr 10, 2024 12:43:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-66] Started. Apr 10, 2024 12:43:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-67] Started. Apr 10, 2024 12:43:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-68] Started. Apr 10, 2024 12:43:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-69] Started. Apr 10, 2024 12:43:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-70] Started. Apr 10, 2024 12:43:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-71] Started. Apr 10, 2024 12:43:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-72] Started. Apr 10, 2024 12:43:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-73] Started. Apr 10, 2024 12:43:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-74] Started. Apr 10, 2024 12:43:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-75] Started. Apr 10, 2024 12:43:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-76] Started. Apr 10, 2024 12:43:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-77] Started. Apr 10, 2024 12:43:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-78] Started. Apr 10, 2024 12:43:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-79] Started. Apr 10, 2024 12:43:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-80] Started. Apr 10, 2024 12:43:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-81] Started. Apr 10, 2024 12:43:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-82] Started. Apr 10, 2024 12:43:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-83] Started. Apr 10, 2024 12:43:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-84] Started. Apr 10, 2024 12:43:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-85] Started. Apr 10, 2024 12:43:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-86] Started. Apr 10, 2024 12:43:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-87] Started. Apr 10, 2024 12:43:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-88] Started. Apr 10, 2024 12:43:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-89] Started. Apr 10, 2024 12:43:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-90] Started. Apr 10, 2024 12:43:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-91] Started. Apr 10, 2024 12:43:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-92] Started. Apr 10, 2024 12:43:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-93] Started. Apr 10, 2024 12:43:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-94] Started. Apr 10, 2024 12:43:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-95] Started. Apr 10, 2024 12:43:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-96] Started. Apr 10, 2024 12:43:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-97] Started. Apr 10, 2024 12:43:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-98] Started. Apr 10, 2024 12:43:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-99] Started. Apr 10, 2024 12:43:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-100] Started. Apr 10, 2024 12:43:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-101] Started. Apr 10, 2024 12:43:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-102] Started. Apr 10, 2024 12:43:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-103] Started. Apr 10, 2024 12:43:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-104] Started. Apr 10, 2024 12:43:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-105] Started. Apr 10, 2024 12:43:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-106] Started. Apr 10, 2024 12:43:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-107] Started. Apr 10, 2024 12:43:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-108] Started. Apr 10, 2024 12:43:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-109] Started. Apr 10, 2024 12:43:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-110] Started. Apr 10, 2024 12:43:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-111] Started. Apr 10, 2024 12:43:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-112] Started. Apr 10, 2024 12:43:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-113] Started. Apr 10, 2024 12:43:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-114] Started. Apr 10, 2024 12:43:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-115] Started. Apr 10, 2024 12:43:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-116] Started. Apr 10, 2024 12:43:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-117] Started. Apr 10, 2024 12:43:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-118] Started. Apr 10, 2024 12:43:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-119] Started. Apr 10, 2024 12:43:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-120] Started. Apr 10, 2024 12:43:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-121] Started. Apr 10, 2024 12:43:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-122] Started. Apr 10, 2024 12:43:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-123] Started. Apr 10, 2024 12:43:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-124] Started. Apr 10, 2024 12:43:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-125] Started. Apr 10, 2024 12:43:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-126] Started. Apr 10, 2024 12:43:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-127] Started. Apr 10, 2024 12:43:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-128] Started. Apr 10, 2024 12:43:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-129] Started. Apr 10, 2024 12:43:14 PM org.glassfish.jersey.tests.e2e.json.JsonTest$1 apply SEVERE: Expected: {"property":null} Apr 10, 2024 12:43:14 PM org.glassfish.jersey.tests.e2e.json.JsonTest$1 apply SEVERE: Actual: {} Apr 10, 2024 12:43:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-130] Started. Apr 10, 2024 12:43:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-131] Started. Apr 10, 2024 12:43:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-132] Started. Apr 10, 2024 12:43:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-133] Started. Apr 10, 2024 12:43:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-134] Started. Apr 10, 2024 12:43:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-135] Started. Apr 10, 2024 12:43:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-136] Started. Apr 10, 2024 12:43:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-137] Started. Apr 10, 2024 12:43:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-138] Started. Apr 10, 2024 12:43:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-139] Started. Apr 10, 2024 12:43:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-140] Started. Apr 10, 2024 12:43:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-141] Started. Apr 10, 2024 12:43:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-142] Started. Apr 10, 2024 12:43:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-143] Started. Apr 10, 2024 12:43:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-144] Started. Apr 10, 2024 12:43:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 145, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.29 s -- in org.glassfish.jersey.tests.e2e.json.JaxbTest [INFO] Running org.glassfish.jersey.tests.e2e.json.Jersey1199Test Apr 10, 2024 12:43:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:17 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:43:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:43:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:43:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:43:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:43:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:43:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.482 s -- in org.glassfish.jersey.tests.e2e.json.Jersey1199Test [INFO] Running org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest Apr 10, 2024 12:43:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:21 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:43:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:43:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:43:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:43:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:43:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:43:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:43:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:43:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:43:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Apr 10, 2024 12:43:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Apr 10, 2024 12:43:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Apr 10, 2024 12:43:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Apr 10, 2024 12:43:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Apr 10, 2024 12:43:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Apr 10, 2024 12:43:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Apr 10, 2024 12:43:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Apr 10, 2024 12:43:24 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=application/x-javascript, type=class org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest$JsonBean, genericType=class org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest$JsonBean. Apr 10, 2024 12:43:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Apr 10, 2024 12:43:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Apr 10, 2024 12:43:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Apr 10, 2024 12:43:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Apr 10, 2024 12:43:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Apr 10, 2024 12:43:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Apr 10, 2024 12:43:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Apr 10, 2024 12:43:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Apr 10, 2024 12:43:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Apr 10, 2024 12:43:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Apr 10, 2024 12:43:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Apr 10, 2024 12:43:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Apr 10, 2024 12:43:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Apr 10, 2024 12:43:26 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=application/x-javascript, type=class org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest$JsonBean, genericType=class org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest$JsonBean. Apr 10, 2024 12:43:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Apr 10, 2024 12:43:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Apr 10, 2024 12:43:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Apr 10, 2024 12:43:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Apr 10, 2024 12:43:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Apr 10, 2024 12:43:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Apr 10, 2024 12:43:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Apr 10, 2024 12:43:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Apr 10, 2024 12:43:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Apr 10, 2024 12:43:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Apr 10, 2024 12:43:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Apr 10, 2024 12:43:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Apr 10, 2024 12:43:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. Apr 10, 2024 12:43:27 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=application/x-javascript, type=class org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest$JsonBean, genericType=class org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest$JsonBean. Apr 10, 2024 12:43:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. Apr 10, 2024 12:43:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-43] Started. Apr 10, 2024 12:43:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-44] Started. Apr 10, 2024 12:43:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-45] Started. Apr 10, 2024 12:43:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-46] Started. Apr 10, 2024 12:43:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-47] Started. Apr 10, 2024 12:43:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-48] Started. Apr 10, 2024 12:43:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-49] Started. Apr 10, 2024 12:43:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-50] Started. Apr 10, 2024 12:43:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-51] Started. Apr 10, 2024 12:43:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-52] Started. Apr 10, 2024 12:43:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-53] Started. Apr 10, 2024 12:43:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-54] Started. Apr 10, 2024 12:43:28 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=application/x-javascript, type=class org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest$JsonBean, genericType=class org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest$JsonBean. Apr 10, 2024 12:43:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-55] Started. Apr 10, 2024 12:43:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-56] Started. Apr 10, 2024 12:43:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-57] Started. Apr 10, 2024 12:43:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-58] Started. Apr 10, 2024 12:43:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-59] Started. Apr 10, 2024 12:43:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-60] Started. Apr 10, 2024 12:43:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-61] Started. Apr 10, 2024 12:43:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-62] Started. Apr 10, 2024 12:43:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-63] Started. Apr 10, 2024 12:43:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-64] Started. Apr 10, 2024 12:43:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 65, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.501 s -- in org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest [INFO] Running org.glassfish.jersey.tests.e2e.json.JsonProcessingDisabledTest Apr 10, 2024 12:43:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:30 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:43:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:43:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.853 s -- in org.glassfish.jersey.tests.e2e.json.JsonProcessingDisabledTest [INFO] Running org.glassfish.jersey.tests.e2e.json.JsonWithoutExceptionMapperTest Apr 10, 2024 12:43:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:33 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:43:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:43:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.977 s -- in org.glassfish.jersey.tests.e2e.json.JsonWithoutExceptionMapperTest [INFO] Running org.glassfish.jersey.tests.e2e.json.InheritanceTest Apr 10, 2024 12:43:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:36 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:43:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:43:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:43:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:43:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:43:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.402 s -- in org.glassfish.jersey.tests.e2e.json.InheritanceTest [INFO] Running org.glassfish.jersey.tests.e2e.json.JsonWithPaddingEncodingFilterTest Apr 10, 2024 12:43:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:40 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:43:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:40 PM 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.0.2),  host: localhost:41637,  connection: keep-alive,  Apr 10, 2024 12:43:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:40 PM 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.0.2),  host: localhost:41637,  connection: keep-alive,  Apr 10, 2024 12:43:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.334 s -- in org.glassfish.jersey.tests.e2e.json.JsonWithPaddingEncodingFilterTest [INFO] Running org.glassfish.jersey.tests.e2e.json.GenericTest [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.002 s -- in org.glassfish.jersey.tests.e2e.json.GenericTest [INFO] Running org.glassfish.jersey.tests.e2e.json.PojoTest Apr 10, 2024 12:43:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:43 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:43:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:43:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.264 s -- in org.glassfish.jersey.tests.e2e.json.PojoTest [INFO] Running org.glassfish.jersey.tests.e2e.json.JsonProcessingTest Apr 10, 2024 12:43:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:46 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:43:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:43:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:43:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:43:47 PM 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(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 Apr 10, 2024 12:43:47 PM 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:255) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:43:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:43:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:43:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:43:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:43:48 PM 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(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 Apr 10, 2024 12:43:48 PM 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:255) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:43:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:43:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Apr 10, 2024 12:43:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Apr 10, 2024 12:43:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Apr 10, 2024 12:43:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Apr 10, 2024 12:43:48 PM 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. Apr 10, 2024 12:43:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Apr 10, 2024 12:43:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Apr 10, 2024 12:43:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Apr 10, 2024 12:43:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Apr 10, 2024 12:43:49 PM 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. Apr 10, 2024 12:43:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Apr 10, 2024 12:43:49 PM 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. Apr 10, 2024 12:43:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Apr 10, 2024 12:43:49 PM 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. Apr 10, 2024 12:43:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Apr 10, 2024 12:43:49 PM 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(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 Apr 10, 2024 12:43:49 PM 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:255) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:43:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Apr 10, 2024 12:43:49 PM 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(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 Apr 10, 2024 12:43:49 PM 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:255) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:43:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Apr 10, 2024 12:43:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Apr 10, 2024 12:43:49 PM 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(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 Apr 10, 2024 12:43:50 PM 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:255) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:43:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Apr 10, 2024 12:43:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Apr 10, 2024 12:43:50 PM 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(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 Apr 10, 2024 12:43:50 PM 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:255) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:43:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Apr 10, 2024 12:43:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Apr 10, 2024 12:43:50 PM 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(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 Apr 10, 2024 12:43:50 PM 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:255) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:43:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Apr 10, 2024 12:43:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Apr 10, 2024 12:43:50 PM 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(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 Apr 10, 2024 12:43:50 PM 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:255) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:43:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Apr 10, 2024 12:43:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Apr 10, 2024 12:43:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.515 s -- in org.glassfish.jersey.tests.e2e.json.JsonProcessingTest [INFO] Running org.glassfish.jersey.tests.e2e.json.JacksonJsonViewTest Apr 10, 2024 12:43:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:52 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:43:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:43:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:43:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.457 s -- in org.glassfish.jersey.tests.e2e.json.JacksonJsonViewTest [INFO] Running org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest Apr 10, 2024 12:43:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:55 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:43:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=0] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=0] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=1] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=1] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=2] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=2] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=3] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=3] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=4] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=4] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=5] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=5] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=6] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=6] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=7] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=7] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=8] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=8] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=9] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=9] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=10] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=10] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=11] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=11] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=12] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=12] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=13] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=13] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=14] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=14] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=15] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=15] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Apr 10, 2024 12:43:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=16] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=16] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=17] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=17] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=18] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=18] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=19] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=19] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Apr 10, 2024 12:43:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:43:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:43:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.686 s -- in org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest [INFO] Running org.glassfish.jersey.tests.e2e.sse.EventOutputTest Apr 10, 2024 12:43:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:59 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:43:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:43:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:43:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:43:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:43:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:43:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:44:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:44:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:44:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:44:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:44:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:44:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. SLF4J(W): No SLF4J providers were found. SLF4J(W): Defaulting to no-operation (NOP) logger implementation SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details. Apr 10, 2024 12:44:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:44:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:44:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:44:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:44:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.941 s -- in org.glassfish.jersey.tests.e2e.sse.EventOutputTest [INFO] Running org.glassfish.jersey.tests.e2e.sse.EventSourceWithNamedEventsTest Apr 10, 2024 12:44:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:44:03 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:44:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:44:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. message-to-client; 0 message-to-client; 1 message-to-client; 2 message-to-client; 3 message-to-client; 4 message-to-client; 5 message-to-client; 6 message-to-client; 7 message-to-client; 8 message-to-client; 9 Apr 10, 2024 12:44:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.940 s -- in org.glassfish.jersey.tests.e2e.sse.EventSourceWithNamedEventsTest [INFO] Running org.glassfish.jersey.tests.e2e.sse.BroadcasterExecutorTest Apr 10, 2024 12:44:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:44:05 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:44:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:44:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Broadcaster created: org.glassfish.jersey.media.sse.internal.JerseySseBroadcaster@7f3ebf99 Apr 10, 2024 12:44:05 PM org.glassfish.jersey.tests.e2e.sse.BroadcasterExecutorTest$SseResource$1 send INFO: onNext called with [org.glassfish.jersey.media.sse.OutboundEvent@702c93a6] from custom-executor-thread-1 Apr 10, 2024 12:44:05 PM org.glassfish.jersey.tests.e2e.sse.BroadcasterExecutorTest lambda$test$0 INFO: Event: InboundEvent{name='null', id='null', comment=[no comments], data=firstBroadcast} from: custom-client-executor-0 Apr 10, 2024 12:44:05 PM org.glassfish.jersey.tests.e2e.sse.BroadcasterExecutorTest$SseResource$1 send INFO: onNext called with [org.glassfish.jersey.media.sse.OutboundEvent@567dd9e4] from custom-executor-thread-1 Apr 10, 2024 12:44:05 PM org.glassfish.jersey.tests.e2e.sse.BroadcasterExecutorTest lambda$test$0 INFO: Event: InboundEvent{name='null', id='null', comment=[no comments], data=secondBroadcast} from: custom-client-executor-0 Apr 10, 2024 12:44:05 PM org.glassfish.jersey.tests.e2e.sse.BroadcasterExecutorTest$SseResource$1 close INFO: onComplete called from custom-executor-thread-1 Apr 10, 2024 12:44:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.981 s -- in org.glassfish.jersey.tests.e2e.sse.BroadcasterExecutorTest [INFO] Running org.glassfish.jersey.tests.e2e.sse.SseCustomEventImplTest Apr 10, 2024 12:44:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:44:08 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:44:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:44:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:44:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:44:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:44:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:44:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:44:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.163 s -- in org.glassfish.jersey.tests.e2e.sse.SseCustomEventImplTest [INFO] Running org.glassfish.jersey.tests.e2e.sse.BroadcasterCloseTest Apr 10, 2024 12:44:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:44:11 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:44:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:44:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:44:11 PM 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.util.JerseyPublisher.publish(JerseyPublisher.java:308) 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:44:11 PM 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:255) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(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 Apr 10, 2024 12:44:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.427 s -- in org.glassfish.jersey.tests.e2e.sse.BroadcasterCloseTest [INFO] Running org.glassfish.jersey.tests.e2e.sse.BroadcasterTest Apr 10, 2024 12:44:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:44:15 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:44:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:44:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:44:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.460 s -- in org.glassfish.jersey.tests.e2e.sse.BroadcasterTest [INFO] Running org.glassfish.jersey.tests.e2e.sse.GenericEntityTest Apr 10, 2024 12:44:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:44:19 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:44:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:44:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:44:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:44:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:44:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:44:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:44:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:44:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:44:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:44:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:44:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:44:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:44:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:44:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:44:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.985 s -- in org.glassfish.jersey.tests.e2e.sse.GenericEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.header.HeaderDelegateProviderTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.170 s -- in org.glassfish.jersey.tests.e2e.header.HeaderDelegateProviderTest [INFO] Running org.glassfish.jersey.tests.e2e.header.RuntimeDelegateProviderEnabledTest Apr 10, 2024 12:44:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:44:25 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:44:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:44:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:44:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:44:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:44:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:44:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:44:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:44:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:44:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:44:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:44:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:44:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:44:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:44:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:44:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.543 s -- in org.glassfish.jersey.tests.e2e.header.RuntimeDelegateProviderEnabledTest [INFO] Running org.glassfish.jersey.tests.e2e.header.RuntimeDelegateProviderDisabledTest Apr 10, 2024 12:44:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:44:28 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:44:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:44:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:44:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:44:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:44:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:44:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:44:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:44:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:44:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:44:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:44:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] Apr 10, 2024 12:44:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41637/ Apr 10, 2024 12:44:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41637] Apr 10, 2024 12:44:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:44:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41637] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.415 s -- in org.glassfish.jersey.tests.e2e.header.RuntimeDelegateProviderDisabledTest [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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [103/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ e2e-inject --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ e2e-inject --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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.5.0:reserve-network-port (reserve-port) @ e2e-inject --- [INFO] Reserved port 43255 for jersey.config.test.container.port [INFO] Reserved port 40325 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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [104/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ e2e-inject-cdi2-se --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ e2e-inject-cdi2-se --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] Annotation processing is enabled because one or more processors were found on the class path. A future release of javac may disable annotation processing unless at least one processor is specified by name (-processor), or a search path is specified (--processor-path, --processor-module-path), or annotation processing is enabled explicitly (-proc:only, -proc:full). Use -Xlint:-options to suppress this message. Use -proc:none to disable annotation processing. [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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] Annotation processing is enabled because one or more processors were found on the class path. A future release of javac may disable annotation processing unless at least one processor is specified by name (-processor), or a search path is specified (--processor-path, --processor-module-path), or annotation processing is enabled explicitly (-proc:only, -proc:full). Use -Xlint:-options to suppress this message. Use -proc:none to disable annotation processing. [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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] Annotation processing is enabled because one or more processors were found on the class path. A future release of javac may disable annotation processing unless at least one processor is specified by name (-processor), or a search path is specified (--processor-path, --processor-module-path), or annotation processing is enabled explicitly (-proc:only, -proc:full). Use -Xlint:-options to suppress this message. Use -proc:none to disable annotation processing. [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ e2e-inject-cdi2-se --- [INFO] Reserved port 40785 for jersey.config.test.container.port [INFO] Reserved port 46193 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ e2e-inject-cdi2-se --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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.subresources.ModelProcessorScopeTest Apr 10, 2024 12:44:40 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:44:40 PM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 6.0.0 (Beta1) Apr 10, 2024 12:44:40 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 12:44:41 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8f9ec237-45f2-4f4c-abe7-8694726b70ac initialized Apr 10, 2024 12:44:41 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:44:41 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 12:44:41 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ab90f4b3-5ad6-4e9b-86d9-e6b6a6b250af initialized Apr 10, 2024 12:44:41 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:44:41 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 12:44:41 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b42f0210-e523-4458-838e-c9c69849dc9b initialized Apr 10, 2024 12:44:41 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:44:41 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 12:44:42 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 10095aaf-8824-4575-af2b-368fcd6d0807 initialized Apr 10, 2024 12:44:42 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:44:42 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 12:44:42 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a381583c-74bc-419e-97ac-8451f29635ad initialized Apr 10, 2024 12:44:42 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:44:42 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 12:44:42 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 619c245e-64f9-45b5-9e7b-e3862db2fd86 initialized Apr 10, 2024 12:44:42 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:44:42 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 12:44:42 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d1914435-a29b-4b50-bea2-ad1d45dbaf43 initialized Apr 10, 2024 12:44:42 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:44:42 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 12:44:42 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ca0d0c0f-2dc8-492e-b962-4c2d2421efe0 initialized Apr 10, 2024 12:44:42 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:44:42 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 12:44:43 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9067d11e-ce01-4c8b-ac69-51aede5a4241 initialized Apr 10, 2024 12:44:43 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:44:43 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 12:44:43 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c6a2a577-e850-410b-b053-d06cf1ca7c14 initialized [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.404 s -- in org.glassfish.jersey.tests.e2e.inject.cdi.se.subresources.ModelProcessorScopeTest [INFO] Running org.glassfish.jersey.tests.e2e.inject.cdi.se.scopes.ScopesTest Apr 10, 2024 12:44:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40785/ Apr 10, 2024 12:44:43 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:44:43 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 12:44:43 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5db702a6-d813-4bca-b9b4-9c048df05cc1 initialized Apr 10, 2024 12:44:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40785] Apr 10, 2024 12:44:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:44:43 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 12:44:43 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d3327e91-098f-45d5-83a3-1b35c3b67a01 initialized Apr 10, 2024 12:44:43 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5db702a6-d813-4bca-b9b4-9c048df05cc1 shut down Apr 10, 2024 12:44:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40785] Apr 10, 2024 12:44:43 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d3327e91-098f-45d5-83a3-1b35c3b67a01 shut down Apr 10, 2024 12:44:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40785/ Apr 10, 2024 12:44:43 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:44:43 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 12:44:44 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container bafab11e-2c13-4356-80e8-4f68a38c9ad8 initialized Apr 10, 2024 12:44:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40785] Apr 10, 2024 12:44:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:44:44 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 12:44:44 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e5fd2e6b-6b67-4dde-a8ad-4073139c80f8 initialized Apr 10, 2024 12:44:44 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container bafab11e-2c13-4356-80e8-4f68a38c9ad8 shut down Apr 10, 2024 12:44:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40785] Apr 10, 2024 12:44:44 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e5fd2e6b-6b67-4dde-a8ad-4073139c80f8 shut down [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.925 s -- in org.glassfish.jersey.tests.e2e.inject.cdi.se.scopes.ScopesTest [INFO] Running org.glassfish.jersey.tests.e2e.inject.cdi.se.InterceptorDecoratorTest Apr 10, 2024 12:44:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40785/ Apr 10, 2024 12:44:44 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:44:44 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 12:44:44 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e5d6c591-79f1-41fa-be96-51eb1ef2cf00 initialized Apr 10, 2024 12:44:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40785] Apr 10, 2024 12:44:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:44:44 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 12:44:44 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c0007fa4-c626-4fb9-9377-b36053ae3c3f initialized Apr 10, 2024 12:44:44 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e5d6c591-79f1-41fa-be96-51eb1ef2cf00 shut down Apr 10, 2024 12:44:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40785] Apr 10, 2024 12:44:44 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c0007fa4-c626-4fb9-9377-b36053ae3c3f shut down Apr 10, 2024 12:44:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40785/ Apr 10, 2024 12:44:44 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:44:44 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 12:44:44 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7771a7f3-194a-4a44-84db-52b0d5732eb4 initialized Apr 10, 2024 12:44:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40785] Apr 10, 2024 12:44:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:44:44 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 12:44:44 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 61542036-4c63-4e95-940c-566967bc5245 initialized Apr 10, 2024 12:44:44 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7771a7f3-194a-4a44-84db-52b0d5732eb4 shut down Apr 10, 2024 12:44:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40785] Apr 10, 2024 12:44:44 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 61542036-4c63-4e95-940c-566967bc5245 shut down [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.696 s -- in org.glassfish.jersey.tests.e2e.inject.cdi.se.InterceptorDecoratorTest [INFO] Running org.glassfish.jersey.tests.e2e.inject.cdi.se.EventsTest Apr 10, 2024 12:44:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40785/ Apr 10, 2024 12:44:44 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:44:44 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 12:44:44 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 412f1489-0b61-428b-a34f-810e1bcc3d3f initialized Apr 10, 2024 12:44:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40785] Apr 10, 2024 12:44:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:44:45 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 12:44:45 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 974126cb-a5b0-4da4-ad53-3705256b97f8 initialized Apr 10, 2024 12:44:45 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 412f1489-0b61-428b-a34f-810e1bcc3d3f shut down Apr 10, 2024 12:44:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40785] Apr 10, 2024 12:44:45 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 974126cb-a5b0-4da4-ad53-3705256b97f8 shut down [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.231 s -- in org.glassfish.jersey.tests.e2e.inject.cdi.se.EventsTest [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/ci-cd-integration_4.0/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 31 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [105/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ e2e-inject-cdi-inject-weld --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ e2e-inject-cdi-inject-weld --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] Annotation processing is enabled because one or more processors were found on the class path. A future release of javac may disable annotation processing unless at least one processor is specified by name (-processor), or a search path is specified (--processor-path, --processor-module-path), or annotation processing is enabled explicitly (-proc:only, -proc:full). Use -Xlint:-options to suppress this message. Use -proc:none to disable annotation processing. [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ e2e-inject-cdi-inject-weld --- [INFO] Reserved port 35587 for jersey.config.test.container.port [INFO] Reserved port 42569 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ e2e-inject-cdi-inject-weld --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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.EventsTest Apr 10, 2024 12:44:49 PM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 6.0.0 (Beta1) Apr 10, 2024 12:44:49 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 12:44:50 PM org.jboss.weld.bootstrap.BeanDeployer createClassBean WARN: WELD-000167: Class org.glassfish.jersey.tests.e2e.inject.cdi.weld.scopes.RequestScopedResource is annotated with @RequestScoped but it does not declare an appropriate constructor therefore is not registered as a bean! Apr 10, 2024 12:44:50 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d10b0b9f-531a-42af-9bb3-0b01b02299a1 initialized Apr 10, 2024 12:44:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35587/ Apr 10, 2024 12:44:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35587] Apr 10, 2024 12:44:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:44:51 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d10b0b9f-531a-42af-9bb3-0b01b02299a1 shut down Apr 10, 2024 12:44:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35587] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.100 s -- in org.glassfish.jersey.tests.e2e.inject.cdi.weld.EventsTest [INFO] Running org.glassfish.jersey.tests.e2e.inject.cdi.weld.InterceptorDecoratorTest Apr 10, 2024 12:44:51 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 12:44:51 PM org.jboss.weld.bootstrap.BeanDeployer createClassBean WARN: WELD-000167: Class org.glassfish.jersey.tests.e2e.inject.cdi.weld.scopes.RequestScopedResource is annotated with @RequestScoped but it does not declare an appropriate constructor therefore is not registered as a bean! Apr 10, 2024 12:44:51 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9297f50d-8148-4c33-85bd-5e53be12277b initialized Apr 10, 2024 12:44:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35587/ Apr 10, 2024 12:44:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35587] Apr 10, 2024 12:44:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. mybean ***Hello James*** Apr 10, 2024 12:44:51 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9297f50d-8148-4c33-85bd-5e53be12277b shut down Apr 10, 2024 12:44:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35587] Apr 10, 2024 12:44:51 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 12:44:52 PM org.jboss.weld.bootstrap.BeanDeployer createClassBean WARN: WELD-000167: Class org.glassfish.jersey.tests.e2e.inject.cdi.weld.scopes.RequestScopedResource is annotated with @RequestScoped but it does not declare an appropriate constructor therefore is not registered as a bean! Apr 10, 2024 12:44:52 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c8df41cd-8762-442d-8add-0b0f1c8887a5 initialized Apr 10, 2024 12:44:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35587/ Apr 10, 2024 12:44:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35587] Apr 10, 2024 12:44:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:44:52 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c8df41cd-8762-442d-8add-0b0f1c8887a5 shut down Apr 10, 2024 12:44:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35587] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.761 s -- in org.glassfish.jersey.tests.e2e.inject.cdi.weld.InterceptorDecoratorTest [INFO] Running org.glassfish.jersey.tests.e2e.inject.cdi.weld.scopes.ScopesTest Apr 10, 2024 12:44:52 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 12:44:52 PM org.jboss.weld.bootstrap.BeanDeployer createClassBean WARN: WELD-000167: Class org.glassfish.jersey.tests.e2e.inject.cdi.weld.scopes.RequestScopedResource is annotated with @RequestScoped but it does not declare an appropriate constructor therefore is not registered as a bean! Apr 10, 2024 12:44:52 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 72d62492-8ea2-49e5-ad18-daad7f500e88 initialized Apr 10, 2024 12:44:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35587/ Apr 10, 2024 12:44:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35587] Apr 10, 2024 12:44:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:44:52 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 72d62492-8ea2-49e5-ad18-daad7f500e88 shut down Apr 10, 2024 12:44:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35587] Apr 10, 2024 12:44:52 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 12:44:52 PM org.jboss.weld.bootstrap.BeanDeployer createClassBean WARN: WELD-000167: Class org.glassfish.jersey.tests.e2e.inject.cdi.weld.scopes.RequestScopedResource is annotated with @RequestScoped but it does not declare an appropriate constructor therefore is not registered as a bean! Apr 10, 2024 12:44:52 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d9ccfbbe-a07a-469b-a79c-83641becb706 initialized Apr 10, 2024 12:44:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35587/ Apr 10, 2024 12:44:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35587] Apr 10, 2024 12:44:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:44:52 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d9ccfbbe-a07a-469b-a79c-83641becb706 shut down Apr 10, 2024 12:44:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35587] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.672 s -- in org.glassfish.jersey.tests.e2e.inject.cdi.weld.scopes.ScopesTest [INFO] Running org.glassfish.jersey.tests.e2e.inject.cdi.weld.subresources.ModelProcessorScopeTest Apr 10, 2024 12:44:52 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 12:44:53 PM org.jboss.weld.bootstrap.BeanDeployer createClassBean WARN: WELD-000167: Class org.glassfish.jersey.tests.e2e.inject.cdi.weld.scopes.RequestScopedResource is annotated with @RequestScoped but it does not declare an appropriate constructor therefore is not registered as a bean! Apr 10, 2024 12:44:53 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 66bad08e-63ff-4360-8d17-4722d4c20b38 initialized Apr 10, 2024 12:44:53 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 66bad08e-63ff-4360-8d17-4722d4c20b38 shut down Apr 10, 2024 12:44:53 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 12:44:53 PM org.jboss.weld.bootstrap.BeanDeployer createClassBean WARN: WELD-000167: Class org.glassfish.jersey.tests.e2e.inject.cdi.weld.scopes.RequestScopedResource is annotated with @RequestScoped but it does not declare an appropriate constructor therefore is not registered as a bean! Apr 10, 2024 12:44:53 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8e9c15ae-8e56-4c99-aead-805ed8ec558d initialized Apr 10, 2024 12:44:53 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8e9c15ae-8e56-4c99-aead-805ed8ec558d shut down Apr 10, 2024 12:44:53 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 12:44:53 PM org.jboss.weld.bootstrap.BeanDeployer createClassBean WARN: WELD-000167: Class org.glassfish.jersey.tests.e2e.inject.cdi.weld.scopes.RequestScopedResource is annotated with @RequestScoped but it does not declare an appropriate constructor therefore is not registered as a bean! Apr 10, 2024 12:44:53 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 54995f99-b35a-4c5d-b8ad-7d4e2fa41294 initialized Apr 10, 2024 12:44:53 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 54995f99-b35a-4c5d-b8ad-7d4e2fa41294 shut down Apr 10, 2024 12:44:53 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 12:44:53 PM org.jboss.weld.bootstrap.BeanDeployer createClassBean WARN: WELD-000167: Class org.glassfish.jersey.tests.e2e.inject.cdi.weld.scopes.RequestScopedResource is annotated with @RequestScoped but it does not declare an appropriate constructor therefore is not registered as a bean! Apr 10, 2024 12:44:53 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container bd53b036-02c3-45ab-bfc2-54fc29a58831 initialized Apr 10, 2024 12:44:53 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container bd53b036-02c3-45ab-bfc2-54fc29a58831 shut down Apr 10, 2024 12:44:53 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 12:44:53 PM org.jboss.weld.bootstrap.BeanDeployer createClassBean WARN: WELD-000167: Class org.glassfish.jersey.tests.e2e.inject.cdi.weld.scopes.RequestScopedResource is annotated with @RequestScoped but it does not declare an appropriate constructor therefore is not registered as a bean! Apr 10, 2024 12:44:53 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 702240a2-8d9c-4a83-8413-fb0ce5298d93 initialized Apr 10, 2024 12:44:53 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 702240a2-8d9c-4a83-8413-fb0ce5298d93 shut down Apr 10, 2024 12:44:53 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 12:44:54 PM org.jboss.weld.bootstrap.BeanDeployer createClassBean WARN: WELD-000167: Class org.glassfish.jersey.tests.e2e.inject.cdi.weld.scopes.RequestScopedResource is annotated with @RequestScoped but it does not declare an appropriate constructor therefore is not registered as a bean! Apr 10, 2024 12:44:54 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 25b42c4c-e528-4477-8b22-8caa6f832e3b initialized Apr 10, 2024 12:44:54 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 25b42c4c-e528-4477-8b22-8caa6f832e3b shut down Apr 10, 2024 12:44:54 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 12:44:54 PM org.jboss.weld.bootstrap.BeanDeployer createClassBean WARN: WELD-000167: Class org.glassfish.jersey.tests.e2e.inject.cdi.weld.scopes.RequestScopedResource is annotated with @RequestScoped but it does not declare an appropriate constructor therefore is not registered as a bean! Apr 10, 2024 12:44:54 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8836752b-186e-4a69-b7a5-2908f7daee0d initialized Apr 10, 2024 12:44:54 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8836752b-186e-4a69-b7a5-2908f7daee0d shut down Apr 10, 2024 12:44:54 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 12:44:54 PM org.jboss.weld.bootstrap.BeanDeployer createClassBean WARN: WELD-000167: Class org.glassfish.jersey.tests.e2e.inject.cdi.weld.scopes.RequestScopedResource is annotated with @RequestScoped but it does not declare an appropriate constructor therefore is not registered as a bean! Apr 10, 2024 12:44:54 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ab5b88a3-3d50-4709-880d-aca29eb3e6c7 initialized Apr 10, 2024 12:44:54 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ab5b88a3-3d50-4709-880d-aca29eb3e6c7 shut down Apr 10, 2024 12:44:54 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 12:44:54 PM org.jboss.weld.bootstrap.BeanDeployer createClassBean WARN: WELD-000167: Class org.glassfish.jersey.tests.e2e.inject.cdi.weld.scopes.RequestScopedResource is annotated with @RequestScoped but it does not declare an appropriate constructor therefore is not registered as a bean! Apr 10, 2024 12:44:54 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 99af68c0-a8fc-4d23-aa87-7b6e471c2fdd initialized Apr 10, 2024 12:44:54 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 99af68c0-a8fc-4d23-aa87-7b6e471c2fdd shut down Apr 10, 2024 12:44:54 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 12:44:54 PM org.jboss.weld.bootstrap.BeanDeployer createClassBean WARN: WELD-000167: Class org.glassfish.jersey.tests.e2e.inject.cdi.weld.scopes.RequestScopedResource is annotated with @RequestScoped but it does not declare an appropriate constructor therefore is not registered as a bean! Apr 10, 2024 12:44:54 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2dd3e27a-5453-4fa9-8ff6-78da3050b051 initialized Apr 10, 2024 12:44:54 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2dd3e27a-5453-4fa9-8ff6-78da3050b051 shut down [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.923 s -- in org.glassfish.jersey.tests.e2e.inject.cdi.weld.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-cdi-inject-weld --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [106/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ e2e-inject-hk2 --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ e2e-inject-hk2 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ e2e-inject-hk2 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/e2e-inject/hk2/src/test/java/org/glassfish/jersey/tests/e2e/inject/hk2/JerseyAbstractBinderTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/e2e-inject/hk2/src/test/java/org/glassfish/jersey/tests/e2e/inject/hk2/JerseyAbstractBinderTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ e2e-inject-hk2 --- [INFO] Reserved port 38535 for jersey.config.test.container.port [INFO] Reserved port 35097 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ e2e-inject-hk2 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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.HK2AbstractBinderTest Apr 10, 2024 12:44:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38535/ Apr 10, 2024 12:44:59 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:44:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38535] Apr 10, 2024 12:44:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:44:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38535] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.092 s -- in org.glassfish.jersey.tests.e2e.inject.hk2.HK2AbstractBinderTest [INFO] Running org.glassfish.jersey.tests.e2e.inject.hk2.JerseyAbstractBinderTest Apr 10, 2024 12:44:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38535/ Apr 10, 2024 12:44:59 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:44:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38535] Apr 10, 2024 12:44:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:44:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38535] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.148 s -- in org.glassfish.jersey.tests.e2e.inject.hk2.JerseyAbstractBinderTest [INFO] Running org.glassfish.jersey.tests.e2e.inject.hk2.HK2AbstractBinderClassTest Apr 10, 2024 12:44:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38535/ Apr 10, 2024 12:44:59 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:44:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38535] Apr 10, 2024 12:44:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:45:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38535] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.178 s -- in org.glassfish.jersey.tests.e2e.inject.hk2.HK2AbstractBinderClassTest [INFO] Running org.glassfish.jersey.tests.e2e.inject.hk2.HK2AbstractBinderInstanceTest Apr 10, 2024 12:45:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38535/ Apr 10, 2024 12:45:00 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:45:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38535] Apr 10, 2024 12:45:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:45:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38535] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 s -- in org.glassfish.jersey.tests.e2e.inject.hk2.HK2AbstractBinderInstanceTest [INFO] Running org.glassfish.jersey.tests.e2e.inject.hk2.HK2AbstractBinderInFeaturesTest Apr 10, 2024 12:45:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38535/ Apr 10, 2024 12:45:00 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:45:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38535] Apr 10, 2024 12:45:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:45:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38535] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s -- in org.glassfish.jersey.tests.e2e.inject.hk2.HK2AbstractBinderInFeaturesTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ e2e-inject-hk2 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [107/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ e2e-server --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ e2e-server --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 158 source files with javac [debug target 17] to target/test-classes [WARNING] system modules path not set in conjunction with -source 17 [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/PrimitiveTypesTest.java:[63,22] Integer(int) in java.lang.Integer has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/PrimitiveTypesTest.java:[72,22] Integer(int) in java.lang.Integer has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/PrimitiveTypesTest.java:[90,22] Long(long) in java.lang.Long has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/PrimitiveTypesTest.java:[117,22] Short(short) in java.lang.Short has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/PrimitiveTypesTest.java:[143,22] Byte(byte) in java.lang.Byte has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/PrimitiveTypesTest.java:[169,22] Float(float) in java.lang.Float has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/PrimitiveTypesTest.java:[195,22] Double(double) in java.lang.Double has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/PrimitiveTypesTest.java:[221,22] Character(char) in java.lang.Character has been deprecated and marked for removal [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/CustomMultivaluedMapProviderTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/CustomMultivaluedMapProviderTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ e2e-server --- [INFO] Reserved port 32955 for jersey.config.test.container.port [INFO] Reserved port 33427 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ e2e-server --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 Apr 10, 2024 12:45:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:45:08 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:45:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:45:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:45:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.835 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryInstanceTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryInstanceNegativeTest Apr 10, 2024 12:45:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:45:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:45:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:45:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.210 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryInstanceNegativeTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryClassTest Apr 10, 2024 12:45:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:45:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:45:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:45:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.198 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryClassTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryClassNegativeTest Apr 10, 2024 12:45:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:45:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:45:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:45:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.196 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryClassNegativeTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryClassNameTest Apr 10, 2024 12:45:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:45:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:45:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:45:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.136 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryClassNameTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryClassNameNegativeTest Apr 10, 2024 12:45:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:45:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:45:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:45:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [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$FactoryClassNameNegativeTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$CachePositiveTest Apr 10, 2024 12:45:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:45:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:45:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:45:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.148 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$CachePositiveTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$CachePositiveStringTest Apr 10, 2024 12:45:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:45:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:45:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:45:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [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$CachePositiveStringTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$CacheNegativeTest Apr 10, 2024 12:45:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:45:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:45:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Apr 10, 2024 12:45:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.133 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$CacheNegativeTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$CacheInvalidTest Apr 10, 2024 12:45:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:45:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:45:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Apr 10, 2024 12:45:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.122 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$CacheInvalidTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.357 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.FlatInheritedViewProcessorTest Apr 10, 2024 12:45:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:45:12 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:45:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:45:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:45:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:45:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:45:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:45:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:45:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.153 s -- in org.glassfish.jersey.tests.e2e.server.mvc.FlatInheritedViewProcessorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.TemplateMethodSelectionTest Apr 10, 2024 12:45:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:45:15 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:45:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:45:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:45:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:45:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:45:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:45:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:45:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:45:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:45:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:45:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:45:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:45:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:45:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:45:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:45:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:45:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:45:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:45:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:45:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:45:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:45:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:45:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:45:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:45:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:45:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:45:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:45:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:45:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:45:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:45:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:45:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:45:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:45:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:45:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Apr 10, 2024 12:45:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:45:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:45:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:45:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Apr 10, 2024 12:45:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.317 s -- in org.glassfish.jersey.tests.e2e.server.mvc.TemplateMethodSelectionTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.InheritedViewProcessorTest Apr 10, 2024 12:45:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:45:20 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:45:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:45:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:45:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:45:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:45:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:45:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:45:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.213 s -- in org.glassfish.jersey.tests.e2e.server.mvc.InheritedViewProcessorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.BeanValidationErrorTemplateTest Apr 10, 2024 12:45:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:45:22 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:45:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:45:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:45:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:45:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:45:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:45:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:45:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.044 s -- in org.glassfish.jersey.tests.e2e.server.mvc.BeanValidationErrorTemplateTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ErrorTemplateTest Apr 10, 2024 12:45:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:45:25 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:45:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:45:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:45:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:45:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:45:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:45:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:45:26 PM 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:45:26 PM 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:255) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:45:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:45:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:45:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:45:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:45:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.250 s -- in org.glassfish.jersey.tests.e2e.server.mvc.ErrorTemplateTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ImplicitTemplateProgrammaticTest Apr 10, 2024 12:45:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:45:28 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:45:28 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Handler class "class org.glassfish.jersey.tests.e2e.server.mvc.ImplicitTemplateProgrammaticTest$Handler" has been already enhanced. Skipping enhancing handler instance. Apr 10, 2024 12:45:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:45:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:45:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.738 s -- in org.glassfish.jersey.tests.e2e.server.mvc.ImplicitTemplateProgrammaticTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ExceptionViewProcessorTest Apr 10, 2024 12:45:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:45:30 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:45:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:45:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:45:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:45:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:45:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:45:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:45:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.052 s -- in org.glassfish.jersey.tests.e2e.server.mvc.ExceptionViewProcessorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ImplicitProducesViewProcessorTest Apr 10, 2024 12:45:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:45:33 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:45:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:45:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:45:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:45:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:45:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:45:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:45:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:45:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:45:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:45:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:45:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.273 s -- in org.glassfish.jersey.tests.e2e.server.mvc.ImplicitProducesViewProcessorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.FlatViewProcessorTest Apr 10, 2024 12:45:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:45:36 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:45:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:45:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:45:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:45:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:45:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:45:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:45:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:45:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:45:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:45:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:45:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:45:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:45:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:45:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:45:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:45:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:45:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:45:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:45:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.788 s -- in org.glassfish.jersey.tests.e2e.server.mvc.FlatViewProcessorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ImplicitTemplateTest Apr 10, 2024 12:45:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:45:40 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:45:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:45:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:45:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:45:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:45:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:45:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:45:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:45:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:45:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:45:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:45:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:45:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:45:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:45:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:45:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:45:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:45:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:45:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:45:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.877 s -- in org.glassfish.jersey.tests.e2e.server.mvc.ImplicitTemplateTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest Apr 10, 2024 12:45:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:45:43 PM 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. Apr 10, 2024 12:45:43 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:45:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:45:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:45:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:45:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:45:44 PM 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. Apr 10, 2024 12:45:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:45:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:45:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:45:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:45:44 PM 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. Apr 10, 2024 12:45:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:45:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:45:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:45:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:45:44 PM 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. Apr 10, 2024 12:45:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:45:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:45:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:45:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:45:45 PM 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. Apr 10, 2024 12:45:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:45:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:45:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:45:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:45:45 PM 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. Apr 10, 2024 12:45:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:45:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:45:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:45:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:45:45 PM 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. Apr 10, 2024 12:45:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:45:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:45:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:45:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:45:45 PM 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. Apr 10, 2024 12:45:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:45:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:45:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:45:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:45:45 PM 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. Apr 10, 2024 12:45:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:45:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Apr 10, 2024 12:45:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:45:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:45:45 PM 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. Apr 10, 2024 12:45:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:45:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Apr 10, 2024 12:45:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:45:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:45:45 PM 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. Apr 10, 2024 12:45:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:45:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Apr 10, 2024 12:45:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:45:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:45:46 PM 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. Apr 10, 2024 12:45:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:45:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Apr 10, 2024 12:45:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:45:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:45:46 PM 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. Apr 10, 2024 12:45:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:45:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Apr 10, 2024 12:45:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:45:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:45:46 PM 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. Apr 10, 2024 12:45:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:45:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Apr 10, 2024 12:45:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:45:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:45:46 PM 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. Apr 10, 2024 12:45:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:45:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Apr 10, 2024 12:45:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:45:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:45:46 PM 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. Apr 10, 2024 12:45:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:45:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Apr 10, 2024 12:45:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:45:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:45:46 PM 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. Apr 10, 2024 12:45:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:45:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Apr 10, 2024 12:45:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:45:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:45:46 PM 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. Apr 10, 2024 12:45:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:45:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Apr 10, 2024 12:45:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:45:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:45:46 PM 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. Apr 10, 2024 12:45:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:45:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Apr 10, 2024 12:45:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:45:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:45:47 PM 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. Apr 10, 2024 12:45:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:45:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Apr 10, 2024 12:45:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:45:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:45:47 PM 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. Apr 10, 2024 12:45:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:45:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Apr 10, 2024 12:45:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:45:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:45:47 PM 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. Apr 10, 2024 12:45:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:45:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Apr 10, 2024 12:45:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:45:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:45:47 PM 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. Apr 10, 2024 12:45:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:45:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Apr 10, 2024 12:45:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:45:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:45:47 PM 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. Apr 10, 2024 12:45:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:45:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Apr 10, 2024 12:45:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:45:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:45:47 PM 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. Apr 10, 2024 12:45:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:45:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Apr 10, 2024 12:45:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:45:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:45:47 PM 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. Apr 10, 2024 12:45:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:45:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Apr 10, 2024 12:45:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:45:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:45:47 PM 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. Apr 10, 2024 12:45:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:45:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Apr 10, 2024 12:45:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:45:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:45:47 PM 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. Apr 10, 2024 12:45:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:45:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Apr 10, 2024 12:45:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:45:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:45:47 PM 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. Apr 10, 2024 12:45:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:45:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Apr 10, 2024 12:45:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:45:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:45:48 PM 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. Apr 10, 2024 12:45:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:45:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Apr 10, 2024 12:45:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:45:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:45:48 PM 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. Apr 10, 2024 12:45:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:45:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Apr 10, 2024 12:45:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:45:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:45:48 PM 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. Apr 10, 2024 12:45:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:45:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Apr 10, 2024 12:45:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.971 s -- in org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.CustomViewableContextTest Apr 10, 2024 12:45:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:45:50 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:45:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:45:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:45:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:45:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:45:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:45:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:45:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:45:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:45:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:45:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:45:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.269 s -- in org.glassfish.jersey.tests.e2e.server.mvc.CustomViewableContextTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ExplicitTemplateTest Apr 10, 2024 12:45:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:45:53 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:45:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:45:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:45:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:45:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:45:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:45:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:45:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:45:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:45:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:45:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:45:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.413 s -- in org.glassfish.jersey.tests.e2e.server.mvc.ExplicitTemplateTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ViewProcessorTest Apr 10, 2024 12:45:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:45:55 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:45:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:45:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:45:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:45:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:45:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:45:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:45:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:45:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:45:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:45:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:45:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:45:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:45:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:45:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:45:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:45:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:45:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:45:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:45:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:45:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:45:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:45:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:45:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.318 s -- in org.glassfish.jersey.tests.e2e.server.mvc.ViewProcessorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ImplicitViewWithResourceFilterTest Apr 10, 2024 12:45:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:45:59 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:45:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:45:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:46:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.014 s -- in org.glassfish.jersey.tests.e2e.server.mvc.ImplicitViewWithResourceFilterTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ExplicitProduceTemplateTest Apr 10, 2024 12:46:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:01 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:46:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:46:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:46:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:46:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.350 s -- in org.glassfish.jersey.tests.e2e.server.mvc.ExplicitProduceTemplateTest [INFO] Running org.glassfish.jersey.tests.e2e.server.SubjectSecurityContextTest Apr 10, 2024 12:46:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:05 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:46:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:46:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.869 s -- in org.glassfish.jersey.tests.e2e.server.SubjectSecurityContextTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ResourceConfigTest Apr 10, 2024 12:46:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:07 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:46:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:46:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.986 s -- in org.glassfish.jersey.tests.e2e.server.ResourceConfigTest [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.ProgrammaticValidationTest Apr 10, 2024 12:46:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:10 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:46:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:46:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:46:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:46:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:46:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:46:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:46:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:46:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:46:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Apr 10, 2024 12:46:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Apr 10, 2024 12:46:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Apr 10, 2024 12:46:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Apr 10, 2024 12:46:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.385 s -- in org.glassfish.jersey.tests.e2e.server.validation.ProgrammaticValidationTest [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionInheritanceGenericsTest Apr 10, 2024 12:46:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:14 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:46:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:46:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:46:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:46:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:46:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:46:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:46:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:46:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:46:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Apr 10, 2024 12:46:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Apr 10, 2024 12:46:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Apr 10, 2024 12:46:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Apr 10, 2024 12:46:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Apr 10, 2024 12:46:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Apr 10, 2024 12:46:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Apr 10, 2024 12:46:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Apr 10, 2024 12:46:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Apr 10, 2024 12:46:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Apr 10, 2024 12:46:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Apr 10, 2024 12:46:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Apr 10, 2024 12:46:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Apr 10, 2024 12:46:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Apr 10, 2024 12:46:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Apr 10, 2024 12:46:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Apr 10, 2024 12:46:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Apr 10, 2024 12:46:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Apr 10, 2024 12:46:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Apr 10, 2024 12:46:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Apr 10, 2024 12:46:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Apr 10, 2024 12:46:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Apr 10, 2024 12:46:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Apr 10, 2024 12:46:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Apr 10, 2024 12:46:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Apr 10, 2024 12:46:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Apr 10, 2024 12:46:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Apr 10, 2024 12:46:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Apr 10, 2024 12:46:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Apr 10, 2024 12:46:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.622 s -- in org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionInheritanceGenericsTest [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionBasicTest Apr 10, 2024 12:46:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:21 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:46:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:46:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:46:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:46:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:46:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:46:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:46:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:46:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:46:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Apr 10, 2024 12:46:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Apr 10, 2024 12:46:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Apr 10, 2024 12:46:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Apr 10, 2024 12:46:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Apr 10, 2024 12:46:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Apr 10, 2024 12:46:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Apr 10, 2024 12:46:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Apr 10, 2024 12:46:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Apr 10, 2024 12:46:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Apr 10, 2024 12:46:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Apr 10, 2024 12:46:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Apr 10, 2024 12:46:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Apr 10, 2024 12:46:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Apr 10, 2024 12:46:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Apr 10, 2024 12:46:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Apr 10, 2024 12:46:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Apr 10, 2024 12:46:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Apr 10, 2024 12:46:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Apr 10, 2024 12:46:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Apr 10, 2024 12:46:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Apr 10, 2024 12:46:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Apr 10, 2024 12:46:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Apr 10, 2024 12:46:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Apr 10, 2024 12:46:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Apr 10, 2024 12:46:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Apr 10, 2024 12:46:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Apr 10, 2024 12:46:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Apr 10, 2024 12:46:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Apr 10, 2024 12:46:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Apr 10, 2024 12:46:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Apr 10, 2024 12:46:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Apr 10, 2024 12:46:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Apr 10, 2024 12:46:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. Apr 10, 2024 12:46:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. Apr 10, 2024 12:46:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-43] Started. Apr 10, 2024 12:46:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-44] Started. Apr 10, 2024 12:46:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-45] Started. Apr 10, 2024 12:46:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-46] Started. Apr 10, 2024 12:46:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-47] Started. Apr 10, 2024 12:46:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-48] Started. Apr 10, 2024 12:46:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-49] Started. Apr 10, 2024 12:46:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-50] Started. Apr 10, 2024 12:46:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 51, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.428 s -- in org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionBasicTest [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionOverrideTest Apr 10, 2024 12:46:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:31 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:46:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:46:31 PM 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:46:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:46:31 PM 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:46:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.131 s -- in org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionOverrideTest [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionInheritanceTest Apr 10, 2024 12:46:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:33 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:46:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:46:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:46:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:46:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:46:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:46:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:46:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:46:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:46:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Apr 10, 2024 12:46:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Apr 10, 2024 12:46:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Apr 10, 2024 12:46:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Apr 10, 2024 12:46:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Apr 10, 2024 12:46:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Apr 10, 2024 12:46:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Apr 10, 2024 12:46:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Apr 10, 2024 12:46:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Apr 10, 2024 12:46:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Apr 10, 2024 12:46:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Apr 10, 2024 12:46:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Apr 10, 2024 12:46:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Apr 10, 2024 12:46:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Apr 10, 2024 12:46:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Apr 10, 2024 12:46:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Apr 10, 2024 12:46:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Apr 10, 2024 12:46:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Apr 10, 2024 12:46:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Apr 10, 2024 12:46:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Apr 10, 2024 12:46:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Apr 10, 2024 12:46:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Apr 10, 2024 12:46:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Apr 10, 2024 12:46:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Apr 10, 2024 12:46:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Apr 10, 2024 12:46:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Apr 10, 2024 12:46:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Apr 10, 2024 12:46:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Apr 10, 2024 12:46:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Apr 10, 2024 12:46:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Apr 10, 2024 12:46:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Apr 10, 2024 12:46:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Apr 10, 2024 12:46:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Apr 10, 2024 12:46:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. Apr 10, 2024 12:46:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. Apr 10, 2024 12:46:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.427 s -- in org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionInheritanceTest [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.CustomConfigValidationTest Apr 10, 2024 12:46:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:40 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:46:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:46:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:46:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:46:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.284 s -- in org.glassfish.jersey.tests.e2e.server.validation.CustomConfigValidationTest [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.EntityInheritanceValidationTest Apr 10, 2024 12:46:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:43 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:46:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:46:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:46:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:46:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.312 s -- in org.glassfish.jersey.tests.e2e.server.validation.EntityInheritanceValidationTest [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.PropertyValidationTest Apr 10, 2024 12:46:46 PM 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.865 s -- in org.glassfish.jersey.tests.e2e.server.validation.PropertyValidationTest [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.InheritanceValidationTest Apr 10, 2024 12:46:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:51 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:46:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:46:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:46:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:46:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:46:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:46:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:46:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:46:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:46:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Apr 10, 2024 12:46:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Apr 10, 2024 12:46:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Apr 10, 2024 12:46:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Apr 10, 2024 12:46:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.548 s -- in org.glassfish.jersey.tests.e2e.server.validation.InheritanceValidationTest [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.BasicValidationTest Apr 10, 2024 12:46:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:55 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:46:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:46:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:46:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:46:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:46:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:46:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:46:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:46:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:46:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Apr 10, 2024 12:46:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Apr 10, 2024 12:46:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Apr 10, 2024 12:46:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Apr 10, 2024 12:46:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Apr 10, 2024 12:46:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Apr 10, 2024 12:46:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Apr 10, 2024 12:46:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Apr 10, 2024 12:46:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Apr 10, 2024 12:46:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Apr 10, 2024 12:46:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Apr 10, 2024 12:46:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Apr 10, 2024 12:46:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Apr 10, 2024 12:46:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Apr 10, 2024 12:46:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Apr 10, 2024 12:46:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:46:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:46:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:46:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Apr 10, 2024 12:47:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:47:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:47:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:47:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Apr 10, 2024 12:47:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:47:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:47:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:47:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Apr 10, 2024 12:47:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:47:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:47:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:47:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Apr 10, 2024 12:47:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:47:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:47:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:47:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Apr 10, 2024 12:47:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:47:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:47:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:47:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Apr 10, 2024 12:47:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:47:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:47:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:47:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Apr 10, 2024 12:47:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:47:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:47:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:47:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Apr 10, 2024 12:47:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:47:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:47:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:47:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Apr 10, 2024 12:47:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:47:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:47:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:47:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Apr 10, 2024 12:47:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:47:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:47:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:47:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Apr 10, 2024 12:47:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.524 s -- in org.glassfish.jersey.tests.e2e.server.validation.BasicValidationTest [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.FieldPropertyValidationTest Apr 10, 2024 12:47:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:47:02 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:47:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:47:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:47:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:47:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:47:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:47:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:47:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:47:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:47:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:47:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:47:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:47:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:47:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:47:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:47:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:47:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:47:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:47:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:47:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:47:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:47:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:47:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:47:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:47:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:47:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:47:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:47:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:47:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:47:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:47:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:47:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:47:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:47:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:47:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Apr 10, 2024 12:47:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.158 s -- in org.glassfish.jersey.tests.e2e.server.validation.FieldPropertyValidationTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ReloadTest Apr 10, 2024 12:47:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:47:06 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:47:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:47:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:47:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.893 s -- in org.glassfish.jersey.tests.e2e.server.ReloadTest [INFO] Running org.glassfish.jersey.tests.e2e.server.EntityExpansionTest Apr 10, 2024 12:47:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:47:09 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:47:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:47:09 PM 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. Apr 10, 2024 12:47:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:47:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:47:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:47:09 PM 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. Apr 10, 2024 12:47:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.926 s -- in org.glassfish.jersey.tests.e2e.server.EntityExpansionTest [INFO] Running org.glassfish.jersey.tests.e2e.server.sebootstrap.SeBootstrapSystemPropertiesTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.260 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.293 s -- in org.glassfish.jersey.tests.e2e.server.sebootstrap.SeBootstrapPropertiesTest [INFO] Running org.glassfish.jersey.tests.e2e.server.sebootstrap.SeBootstrapTest Apr 10, 2024 12:47:13 PM 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. Apr 10, 2024 12:47:14 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:47:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37831] Apr 10, 2024 12:47:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:47:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37831] Apr 10, 2024 12:47:14 PM 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. Apr 10, 2024 12:47:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32793] Apr 10, 2024 12:47:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:47:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32793] Apr 10, 2024 12:47:14 PM 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. Apr 10, 2024 12:47:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44275] Apr 10, 2024 12:47:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:47:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44275] Apr 10, 2024 12:47:14 PM 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. Apr 10, 2024 12:47:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34425] Apr 10, 2024 12:47:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:47:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34425] Apr 10, 2024 12:47:15 PM 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. Apr 10, 2024 12:47:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8080] Apr 10, 2024 12:47:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:47:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8080] Apr 10, 2024 12:47:15 PM 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. Apr 10, 2024 12:47:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:24375] Apr 10, 2024 12:47:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:47:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:24375] Apr 10, 2024 12:47:15 PM 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. Apr 10, 2024 12:47:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8080] Apr 10, 2024 12:47:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:47:15 PM 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.820 s -- in org.glassfish.jersey.tests.e2e.server.sebootstrap.SeBootstrapTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ExceptionLoggingTest Apr 10, 2024 12:47:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:47:17 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:47:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:47:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:47:17 PM 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:1118) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:678) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:377) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:266) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:47:17 PM 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:255) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:47:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:47:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:47:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:47:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:47:18 PM 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:255) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:47:18 PM 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:255) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:47:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:47:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:47:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:47:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:47:18 PM 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:255) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:47:18 PM 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:255) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:47:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.231 s -- in org.glassfish.jersey.tests.e2e.server.ExceptionLoggingTest [INFO] Running org.glassfish.jersey.tests.e2e.server.BeanParamExceptionTest Apr 10, 2024 12:47:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:47:20 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:47:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:47:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:47:20 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 org.glassfish.jersey.server.ParamException$QueryParamException: HTTP 404 Not Found at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:81) at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:65) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java: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:156) 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(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:156) 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(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:156) 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:47:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:47:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:47:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:47:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:47:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:47:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:47:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:47:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:47:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:47:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:47:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:47:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:47:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.492 s -- in org.glassfish.jersey.tests.e2e.server.BeanParamExceptionTest [INFO] Running org.glassfish.jersey.tests.e2e.server.EncodedSlashInPathSegmentTest Apr 10, 2024 12:47:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:47:23 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:47:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:47:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:47:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.844 s -- in org.glassfish.jersey.tests.e2e.server.EncodedSlashInPathSegmentTest [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.MonitoringStatisticsLocatorTest Apr 10, 2024 12:47:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:47:25 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:47:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:47:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:47:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:47:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:47:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:47:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:47:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:47:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:47:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:47:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:47:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:47:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:47:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:47:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:47:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:47:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:47:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:47:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:47:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:47:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:47:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:47:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:47:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:47:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:47:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:47:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:47:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.535 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.MonitoringStatisticsLocatorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.ApplicationInfoTest Apr 10, 2024 12:47:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:47:32 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:47:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:47:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:47:32 PM 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:47:32 PM 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:255) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:47:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:47:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:47:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:47:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:47:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:47:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:47:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:47:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:47:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:47:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:47:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:47:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:47:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:47:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:47:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:47:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:47:33 PM 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:47:33 PM 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:255) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:47:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:47:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:47:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:47:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:47:33 PM 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:47:33 PM 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:255) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:47:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:47:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:47:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:47:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:47:33 PM 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:47:33 PM 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:255) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:47:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:47:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:47:33 PM org.glassfish.jersey.server.internal.monitoring.MonitoringFeature configure WARNING: MonitoringFeature is registered but the configuration property "jersey.config.server.monitoring.statistics.enabled" (enabling basic monitoring statistics) is FALSE. However, the feature is configured to enable exposure of monitoring MBeans (either by property or by direct instance setup), so the monitoring statistics will be enabled as this is prerequisite for Monitoring MBeans. The configuration is inconsistent and may produce unwanted behaviour. Unregister the feature or change the property value. Apr 10, 2024 12:47:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:47:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:47:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:47:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:47:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:47:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Apr 10, 2024 12:47:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:47:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:47:34 PM org.glassfish.jersey.server.internal.monitoring.MonitoringFeature configure WARNING: MonitoringFeature is registered but the configuration property "jersey.config.server.monitoring.statistics.enabled" (enabling basic monitoring statistics) is FALSE. Monitoring statistics will be disabled. The configuration is inconsistent and may produce unwanted behaviour. Disable MBeans exposure or enable monitoring statistics. Apr 10, 2024 12:47:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:47:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Apr 10, 2024 12:47:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.463 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 Apr 10, 2024 12:47:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:47:36 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:47:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:47:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:47:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.958 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.StatisticsDestroyTest$GrizzlyTestCase [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.StatisticsDestroyTest$JdkServerTestCase Apr 10, 2024 12:47:36 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:32955/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.279 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.StatisticsDestroyTest$JdkServerTestCase [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.283 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.StatisticsDestroyTest [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.MBeansTest Apr 10, 2024 12:47:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:47:42 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:47:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:47:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:47:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.838 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.MBeansTest [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.EventListenerTest Apr 10, 2024 12:47:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:47:47 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:47:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:47:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:47:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:47:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:47:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:47:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. {R.REQ_FILTERS_FINISHED.order=[[2]], R.RESP_FILTERS_START.order=[[4]], R.RESOURCE_METHOD_START.method=[[getAsyncOneThread]], R.RESP_FILTERS_FINISHED.order=[[5]], Content-Length=[5], R.REQ_FILTERS_START.order=[[1]], R.RESOURCE_METHOD_START.order=[[3]], Content-Type=[text/plain]} Apr 10, 2024 12:47:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:47:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:47:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:47:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. {R.REQ_FILTERS_FINISHED.order=[[2]], R.RESP_FILTERS_START.order=[[4]], R.RESOURCE_METHOD_START.method=[[getAsync]], R.RESP_FILTERS_FINISHED.order=[[5]], Content-Length=[5], R.REQ_FILTERS_START.order=[[1]], R.RESOURCE_METHOD_START.order=[[3]], Content-Type=[text/plain]} Apr 10, 2024 12:47:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:47:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:47:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:47:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. {R.REQ_FILTERS_FINISHED.order=[[4]], R.RESP_FILTERS_START.order=[[7]], R.RESOURCE_METHOD_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]} Apr 10, 2024 12:47:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:47:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:47:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:47:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. {R.REQ_FILTERS_FINISHED.order=[[2]], R.RESP_FILTERS_START.order=[[5]], R.RESOURCE_METHOD_FINISHED.order=[[4]], R.RESOURCE_METHOD_START.method=[[getMethod]], R.RESOURCE_METHOD_FINISHED=[[ok]], R.RESP_FILTERS_FINISHED.order=[[6]], Content-Length=[3], R.REQ_FILTERS_START.order=[[1]], R.RESOURCE_METHOD_START.order=[[3]], Content-Type=[text/plain]} Apr 10, 2024 12:47:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:47:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:47:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:47:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:47:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:47:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:47:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:47:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:47:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:47:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:47:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:47:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:47:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:47:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:47:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:47:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Apr 10, 2024 12:47:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:47:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:47:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:47:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. {R.REQ_FILTERS_FINISHED.order=[[4]], R.RESP_FILTERS_START.order=[[8]], R.RESOURCE_METHOD_START.method=[[getException]], R.MATCHED_LOCATOR=[[1:locator]], R.RESOURCE_METHOD_FINISHED=[[ok]], R.MATCHED_SUB_RESOURCE.order=[[2]], R.EXCEPTION_MAPPER_FOUND.order=[[7]], R.RESP_FILTERS_FINISHED.order=[[9]], R.REQ_FILTERS_START.order=[[3]], R.RESOURCE_METHOD_FINISHED.order=[[6]], Content-Length=[6], R.RESOURCE_METHOD_START.order=[[5]], R.MATCHED_LOCATOR.order=[[1]], R.EXCEPTION_MAPPER_FOUND.exception=[[org.glassfish.jersey.tests.e2e.server.monitoring.EventListenerTest$MyMappableException: test-error]], Content-Type=[text/plain]} Apr 10, 2024 12:47:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.922 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 Apr 10, 2024 12:47:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:47:51 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:47:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:47:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:47:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.394 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.ReloadApplicationEventTest$GrizzlyTestCase [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.ReloadApplicationEventTest$JdkServerTestCase Apr 10, 2024 12:47:53 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:32955/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.680 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.ReloadApplicationEventTest$JdkServerTestCase [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.119 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.ReloadApplicationEventTest [INFO] Running org.glassfish.jersey.tests.e2e.server.MetainfServicesLookupEnabledTest Apr 10, 2024 12:47:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:48:00 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:48:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:48:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:48:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.664 s -- in org.glassfish.jersey.tests.e2e.server.MetainfServicesLookupEnabledTest [INFO] Running org.glassfish.jersey.tests.e2e.server.OptionalParamConverterNoProviderTest Apr 10, 2024 12:48:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:48:02 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:48:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:48:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:48:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:48:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:48:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:48:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:48:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:48:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:48:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:48:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:48:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:48:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:48:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:48:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:48:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:48:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:48:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:48:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:48:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:48:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:48:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:48:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:48:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:48:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:48:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:48:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:48:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:48:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:48:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:48:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:48:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:48:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:48:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:48:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Apr 10, 2024 12:48:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.051 s -- in org.glassfish.jersey.tests.e2e.server.OptionalParamConverterNoProviderTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ExceptionMapperPropagationTest Apr 10, 2024 12:48:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:48:06 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:48:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:48:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:48:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:48:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:48:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:48:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:48:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:48:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:48:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:48:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:48:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:48:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:48:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:48:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:48:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:48:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:48:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:48:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:48:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:48:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:48:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:48:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:48:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:48:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:48:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:48:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:48:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:48:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:48:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:48:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:48:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:48:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:48:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:48:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Apr 10, 2024 12:48:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:48:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:48:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:48:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Apr 10, 2024 12:48:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:48:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:48:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:48:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Apr 10, 2024 12:48:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.346 s -- in org.glassfish.jersey.tests.e2e.server.ExceptionMapperPropagationTest [INFO] Running org.glassfish.jersey.tests.e2e.server.scanning.RankedProviderScanningTest Apr 10, 2024 12:48:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:48:10 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:48:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:48:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:48:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.698 s -- in org.glassfish.jersey.tests.e2e.server.scanning.RankedProviderScanningTest [INFO] Running org.glassfish.jersey.tests.e2e.server.filter.UriConnegLanguageTest Apr 10, 2024 12:48:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:48:12 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:48:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:48:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:48:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.699 s -- in org.glassfish.jersey.tests.e2e.server.filter.UriConnegLanguageTest [INFO] Running org.glassfish.jersey.tests.e2e.server.filter.RolesAllowedTest Apr 10, 2024 12:48:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:48:15 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:48:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:48:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:48:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:48:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:48:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:48:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:48:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:48:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:48:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:48:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:48:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:48:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:48:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:48:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:48:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:48:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:48:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:48:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:48:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:48:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:48:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:48:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:48:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:48:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:48:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:48:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:48:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.532 s -- in org.glassfish.jersey.tests.e2e.server.filter.RolesAllowedTest [INFO] Running org.glassfish.jersey.tests.e2e.server.filter.PostToPutDeleteTest Apr 10, 2024 12:48:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:48:18 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:48:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:48:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:48:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:48:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:48:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:48:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:48:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:48:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:48:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:48:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:48:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:48:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:48:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:48:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:48:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:48:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:48:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:48:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:48:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:48:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:48:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:48:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:48:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:48:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:48:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:48:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:48:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:48:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:48:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:48:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:48:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.837 s -- in org.glassfish.jersey.tests.e2e.server.filter.PostToPutDeleteTest [INFO] Running org.glassfish.jersey.tests.e2e.server.filter.UriConnegLanguageMediaTypeTest Apr 10, 2024 12:48:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:48:21 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:48:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:48:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:48:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.756 s -- in org.glassfish.jersey.tests.e2e.server.filter.UriConnegLanguageMediaTypeTest [INFO] Running org.glassfish.jersey.tests.e2e.server.filter.UriConnegMediaTypeTest Apr 10, 2024 12:48:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:48:24 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:48:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:48:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:48:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:48:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:48:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:48:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:48:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:48:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:48:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:48:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:48:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:48:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:48:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:48:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:48:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:48:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:48:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:48:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:48:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:48:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:48:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:48:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:48:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:48:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:48:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:48:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:48:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:48:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:48:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:48:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:48:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.317 s -- in org.glassfish.jersey.tests.e2e.server.filter.UriConnegMediaTypeTest [INFO] Running org.glassfish.jersey.tests.e2e.server.filter.UriConnegMappingFromStringTest Apr 10, 2024 12:48:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:48:28 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:48:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:48:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:48:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.849 s -- in org.glassfish.jersey.tests.e2e.server.filter.UriConnegMappingFromStringTest [INFO] Running org.glassfish.jersey.tests.e2e.server.filter.UriConnegLanguageMediaTypeNegativeTest Apr 10, 2024 12:48:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:48:30 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:48:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:48:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:48:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.988 s -- in org.glassfish.jersey.tests.e2e.server.filter.UriConnegLanguageMediaTypeNegativeTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ResourceFilterTest Apr 10, 2024 12:48:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:48:33 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:48:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:48:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:48:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:48:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:48:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:48:33 PM 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. Apr 10, 2024 12:48:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:48:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:48:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:48:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:48:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:48:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:48:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:48:34 PM 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. Apr 10, 2024 12:48:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:48:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:48:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:48:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:48:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:48:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:48:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:48:34 PM 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. Apr 10, 2024 12:48:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:48:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:48:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:48:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:48:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:48:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:48:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:48:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:48:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:48:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:48:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:48:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Apr 10, 2024 12:48:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:48:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:48:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:48:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Apr 10, 2024 12:48:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.323 s -- in org.glassfish.jersey.tests.e2e.server.ResourceFilterTest [INFO] Running org.glassfish.jersey.tests.e2e.server.UriBuilderTemplateTest Apr 10, 2024 12:48:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:48:37 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:48:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:48:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:48:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:48:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:48:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:48:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:48:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:48:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:48:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:48:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:48:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.231 s -- in org.glassfish.jersey.tests.e2e.server.UriBuilderTemplateTest [INFO] Running org.glassfish.jersey.tests.e2e.server.RuntimeConfigTest Apr 10, 2024 12:48:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:48:40 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:48:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:48:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:48:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.863 s -- in org.glassfish.jersey.tests.e2e.server.RuntimeConfigTest [INFO] Running org.glassfish.jersey.tests.e2e.server.AllInjectablesTest Apr 10, 2024 12:48:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:48:42 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:48:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:48:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:48:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:48:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:48:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:48:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:48:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:48:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:48:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:48:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:48:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:48:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:48:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:48:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:48:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:48:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:48:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:48:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:48:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.450 s -- in org.glassfish.jersey.tests.e2e.server.AllInjectablesTest [INFO] Running org.glassfish.jersey.tests.e2e.server.InjectionManagerServerProviderTest Apr 10, 2024 12:48:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:48:45 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:48:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:48:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:48:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:48:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:48:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:48:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:48:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:48:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:48:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:48:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:48:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.289 s -- in org.glassfish.jersey.tests.e2e.server.InjectionManagerServerProviderTest [INFO] Running org.glassfish.jersey.tests.e2e.server.GsonDefaultTest Apr 10, 2024 12:48:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:48:48 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:48:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:48:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:48:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:48:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:48:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:48:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:48:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.038 s -- in org.glassfish.jersey.tests.e2e.server.GsonDefaultTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ChunkedInputOutputTest Apr 10, 2024 12:48:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:48:51 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:48:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:48:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:48:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:48:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:48:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:48:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:48:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:48:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:48:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:48:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:48:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.131 s -- in org.glassfish.jersey.tests.e2e.server.ChunkedInputOutputTest [INFO] Running org.glassfish.jersey.tests.e2e.server.CustomMultivaluedMapProviderTest Apr 10, 2024 12:48:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:48:54 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:48:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:48:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:48:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.705 s -- in org.glassfish.jersey.tests.e2e.server.CustomMultivaluedMapProviderTest [INFO] Running org.glassfish.jersey.tests.e2e.server.EncodedFormParamTest Apr 10, 2024 12:48:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:48:56 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:48:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:48:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:48:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.849 s -- in org.glassfish.jersey.tests.e2e.server.EncodedFormParamTest [INFO] Running org.glassfish.jersey.tests.e2e.server.GloballyNameBoundResourceFilterTest Apr 10, 2024 12:48:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:48:59 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:48:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:48:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:48:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:48:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:48:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:48:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:48:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.934 s -- in org.glassfish.jersey.tests.e2e.server.GloballyNameBoundResourceFilterTest [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl1Test Apr 10, 2024 12:49:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:49:01 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:49:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:49:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:49:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:49:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:49:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:49:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. --------------------- Apr 10, 2024 12:49:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:49:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:49:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:49:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. --------------------- Apr 10, 2024 12:49:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.567 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl1Test [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl2Test Apr 10, 2024 12:49:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:49:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:49:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. --------------------- true true true true true true true true true true Apr 10, 2024 12:49:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.289 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl2Test [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl3Test Apr 10, 2024 12:49:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:49:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:49:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. --------------------- Apr 10, 2024 12:49:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.223 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl3Test [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl4Test Apr 10, 2024 12:49:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:49:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:49:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. --------------------- Apr 10, 2024 12:49:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.206 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl4Test [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl5Test Apr 10, 2024 12:49:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:49:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:49:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. --------------------- Apr 10, 2024 12:49:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:49:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:49:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:49:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. --------------------- true true true Apr 10, 2024 12:49:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:49:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:49:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:49:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. --------------------- true true true true true true true true true true true true true true true true true Apr 10, 2024 12:49:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:49:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:49:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:49:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. --------------------- true true true true true true --------------------- true true true Apr 10, 2024 12:49:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:49:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:49:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:49:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Apr 10, 2024 12:49:04 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl5Test$MyWadlGeneratorConfig$MyWadlGenerator Apr 10, 2024 12:49:04 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl5Test$MyWadlGeneratorConfig$MyWadlGenerator --------------------- Apr 10, 2024 12:49:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:49:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:49:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:49:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. --------------------- true true true Apr 10, 2024 12:49:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:49:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:49:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:49:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. true true true Apr 10, 2024 12:49:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:49:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:49:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:49:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Apr 10, 2024 12:49:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:49:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:49:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:49:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Apr 10, 2024 12:49:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:49:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:49:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:49:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Apr 10, 2024 12:49:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.820 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl5Test [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl6Test Apr 10, 2024 12:49:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:49:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:49:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Apr 10, 2024 12:49:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.321 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl6Test [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl7Test Apr 10, 2024 12:49:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:49:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:49:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Apr 10, 2024 12:49:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:49:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:49:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:49:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Apr 10, 2024 12:49:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.225 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 Apr 10, 2024 12:49:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:49:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:49:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Apr 10, 2024 12:49:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.100 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl9Test [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl10Test Apr 10, 2024 12:49:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:49:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:49:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Apr 10, 2024 12:49:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.151 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl10Test [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl11Test Apr 10, 2024 12:49:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:49:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:49:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. --------------------- Apr 10, 2024 12:49:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:49:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:49:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:49:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Apr 10, 2024 12:49:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.262 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl11Test [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.286 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.OverrideWadlResourceTest Apr 10, 2024 12:49:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:49:08 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:49:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:49:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:49:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.937 s -- in org.glassfish.jersey.tests.e2e.server.wadl.OverrideWadlResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.ResourceExtendedFlagTest Apr 10, 2024 12:49:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:49:11 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:49:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:49:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. R extended=true resource: Resource{"all-extended", 2 child resources, 4 resource methods, 0 sub-resource locator, 4 method handler classes, 0 method handler instances} M extended=true method: allExtendedGet M extended=true method: apply M extended=true method: apply M extended=true method: apply R extended=true resource: Resource{"sub", 0 child resources, 4 resource methods, 0 sub-resource locator, 4 method handler classes, 0 method handler instances} M extended=true method: allExtendedSubGet M extended=true method: apply M extended=true method: apply M extended=true method: apply R extended=true resource: Resource{"locator", 0 child resources, 0 resource methods, 1 sub-resource locator, 1 method handler classes, 0 method handler instances} M extended=true method: allExtendedSubLocator R extended=false resource: Resource{"resource", 2 child resources, 5 resource methods, 0 sub-resource locator, 4 method handler classes, 0 method handler instances} M extended=true method: resourceExtendedPost M extended=false method: resourceGet M extended=true method: apply M extended=true method: apply M extended=true method: apply R extended=false resource: Resource{"visible", 0 child resources, 4 resource methods, 0 sub-resource locator, 4 method handler classes, 0 method handler instances} M extended=false method: resourceVisiblePost M extended=true method: apply M extended=true method: apply M extended=true method: apply R extended=true resource: Resource{"extended", 0 child resources, 4 resource methods, 0 sub-resource locator, 4 method handler classes, 0 method handler instances} M extended=true method: resourceExtendedGet M extended=true method: apply M extended=true method: apply M extended=true method: apply R extended=true resource: Resource{"application.wadl", 1 child resources, 3 resource methods, 0 sub-resource locator, 3 method handler classes, 0 method handler instances} M extended=true method: getWadl M extended=true method: apply M extended=true method: apply R extended=true resource: Resource{"{path}", 0 child resources, 3 resource methods, 0 sub-resource locator, 3 method handler classes, 0 method handler instances} M extended=true method: getExternalGrammar M extended=true method: apply M extended=true method: apply Apr 10, 2024 12:49:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:49:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:49:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:49:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. --------------------- Apr 10, 2024 12:49:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:49:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:49:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:49:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. --------------------- true true true true true true true true true true true true true true true true true true true true true true true true true true true true true true true Apr 10, 2024 12:49:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.720 s -- in org.glassfish.jersey.tests.e2e.server.wadl.ResourceExtendedFlagTest [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlBeanParamTest Apr 10, 2024 12:49:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:49:14 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:49:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:49:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. --------------------- Apr 10, 2024 12:49:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:49:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:49:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:49:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. --------------------- Apr 10, 2024 12:49:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:49:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:49:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:49:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. --------------------- Apr 10, 2024 12:49:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.865 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlBeanParamTest [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlEmptyMediaTypeTest Apr 10, 2024 12:49:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:49:18 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:49:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:49:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:49:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.061 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlEmptyMediaTypeTest [INFO] Running org.glassfish.jersey.tests.e2e.server.PathEncodingTest Apr 10, 2024 12:49:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:49:21 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:49:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:49:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:49:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:49:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:49:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:49:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:49:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:49:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:49:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:49:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:49:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:49:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:49:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:49:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:49:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:49:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:49:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:49:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:49:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:49:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:49:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:49:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:49:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:49:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:49:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:49:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:49:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:49:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:49:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:49:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:49:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:49:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:49:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:49:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Apr 10, 2024 12:49:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:49:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:49:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:49:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Apr 10, 2024 12:49:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:49:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:49:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:49:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Apr 10, 2024 12:49:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.426 s -- in org.glassfish.jersey.tests.e2e.server.PathEncodingTest [INFO] Running org.glassfish.jersey.tests.e2e.server.InputStreamResponseTest Apr 10, 2024 12:49:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:49:25 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:49:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:49:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:49:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:49:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:49:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:49:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:49:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.114 s -- in org.glassfish.jersey.tests.e2e.server.InputStreamResponseTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ScheduledThreadPoolExecutorProviderTest Apr 10, 2024 12:49:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:49:28 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:49:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:49:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:49:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.679 s -- in org.glassfish.jersey.tests.e2e.server.ScheduledThreadPoolExecutorProviderTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ArrayParamConverterTest Apr 10, 2024 12:49:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:49:30 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:49:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:49:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:49:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:49:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:49:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:49:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:49:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:49:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:49:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:49:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:49:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:49:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:49:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:49:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:49:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:49:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:49:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:49:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:49:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:49:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:49:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:49:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:49:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:49:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:49:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:49:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:49:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:49:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:49:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:49:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:49:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:49:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:49:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:49:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Apr 10, 2024 12:49:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:49:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:49:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:49:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Apr 10, 2024 12:49:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:49:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:49:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:49:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Apr 10, 2024 12:49:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.860 s -- in org.glassfish.jersey.tests.e2e.server.ArrayParamConverterTest [INFO] Running org.glassfish.jersey.tests.e2e.server.InitializationLoggingTest Apr 10, 2024 12:49:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:49:35 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:49:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:49:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:49:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.889 s -- in org.glassfish.jersey.tests.e2e.server.InitializationLoggingTest [INFO] Running org.glassfish.jersey.tests.e2e.server.SubResourceTest Apr 10, 2024 12:49:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:49:37 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:49:38 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: The resource (or sub resource) Resource{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: A resource, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Apr 10, 2024 12:49:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:49:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:49:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:49:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:49:38 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: The resource (or sub resource) Resource{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: A resource, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Apr 10, 2024 12:49:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:49:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:49:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:49:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:49:38 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: The resource (or sub resource) Resource{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: A resource, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Apr 10, 2024 12:49:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:49:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:49:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:49:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:49:39 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: The resource (or sub resource) Resource{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: A resource, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Apr 10, 2024 12:49:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:49:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:49:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:49:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:49:39 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: The resource (or sub resource) Resource{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: A resource, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Apr 10, 2024 12:49:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:49:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:49:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:49:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:49:39 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: The resource (or sub resource) Resource{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: A resource, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Apr 10, 2024 12:49:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:49:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:49:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:49:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:49:39 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: The resource (or sub resource) Resource{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: A resource, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Apr 10, 2024 12:49:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:49:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:49:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:49:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:49:39 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: The resource (or sub resource) Resource{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: A resource, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Apr 10, 2024 12:49:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:49:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:49:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:49:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:49:39 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: The resource (or sub resource) Resource{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: A resource, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Apr 10, 2024 12:49:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:49:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Apr 10, 2024 12:49:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:49:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:49:40 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: The resource (or sub resource) Resource{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: A resource, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Apr 10, 2024 12:49:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:49:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Apr 10, 2024 12:49:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:49:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:49:40 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: The resource (or sub resource) Resource{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: A resource, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Apr 10, 2024 12:49:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:49:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Apr 10, 2024 12:49:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:49:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:49:40 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: The resource (or sub resource) Resource{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: A resource, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Apr 10, 2024 12:49:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:49:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Apr 10, 2024 12:49:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:49:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:49:40 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: The resource (or sub resource) Resource{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: A resource, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Apr 10, 2024 12:49:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:49:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Apr 10, 2024 12:49:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.857 s -- in org.glassfish.jersey.tests.e2e.server.SubResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest Apr 10, 2024 12:49:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:49:42 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:49:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:49:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:49:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:49:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:49:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:49:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:49:43 PM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: An I/O error has occurred while writing a response message entity to the container output stream. org.glassfish.jersey.server.internal.process.MappableException: org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest$MyException: exception-after-first-bytes at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:67) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1118) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:678) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:377) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:266) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(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 Apr 10, 2024 12:49:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:49:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:49:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:49:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. java.lang.Throwable: throwable at org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest$Resource.throwsThrowable(ExceptionMapperTest.java: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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(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 Apr 10, 2024 12:49:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:49:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:49:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:49:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:49:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:49:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:49:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:49:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:49:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:49:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:49:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:49:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:49:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:49:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:49:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:49:44 PM 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:385) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:377) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:266) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:49:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:49:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:49:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:49:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:49:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:49:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:49:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:49:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Apr 10, 2024 12:49:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:49:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:49:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:49:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Apr 10, 2024 12:49:44 PM org.glassfish.jersey.server.ServerRuntime$Responder process SEVERE: Error occurred when processing a response created from an already mapped exception. Apr 10, 2024 12:49:44 PM 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:1118) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:678) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:439) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(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 Apr 10, 2024 12:49:44 PM 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:255) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:49:44 PM org.glassfish.jersey.server.ServerRuntime$Responder release WARNING: Attempt to release request processing resources has failed for a request. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:255) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) 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:775) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:469) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:49:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:49:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:49:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:49:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Apr 10, 2024 12:49:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:49:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:49:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:49:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Apr 10, 2024 12:49:45 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=aa/bbb, type=class org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest$UnknownType, genericType=class org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest$UnknownType. Apr 10, 2024 12:49:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.990 s -- in org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest [INFO] Running org.glassfish.jersey.tests.e2e.server.OptionalParamConverterTest Apr 10, 2024 12:49:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:49:47 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:49:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:49:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:49:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:49:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:49:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:49:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:49:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:49:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:49:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:49:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:49:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:49:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:49:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:49:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:49:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:49:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:49:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:49:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:49:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:49:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:49:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:49:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:49:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.177 s -- in org.glassfish.jersey.tests.e2e.server.OptionalParamConverterTest [INFO] Running org.glassfish.jersey.tests.e2e.server.routing.GetMatchedResourceTemplateTest Apr 10, 2024 12:49:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:49:51 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:49:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:49:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:49:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:49:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:49:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:49:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:49:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:49:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:49:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:49:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:49:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:49:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:49:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:49:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:49:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.337 s -- in org.glassfish.jersey.tests.e2e.server.routing.GetMatchedResourceTemplateTest [INFO] Running org.glassfish.jersey.tests.e2e.server.routing.RegularExpressionsTest Apr 10, 2024 12:49:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:49:54 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:49:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:49:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:49:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:49:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:49:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:49:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:49:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:49:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:49:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:49:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:49:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:49:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:49:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:49:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:49:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:49:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:49:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:49:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:49:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.624 s -- in org.glassfish.jersey.tests.e2e.server.routing.RegularExpressionsTest [INFO] Running org.glassfish.jersey.tests.e2e.server.routing.ResponseMediaTypeFromProvidersTest Apr 10, 2024 12:49:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:49:57 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:49:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:49:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:49:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:49:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:49:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:49:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:49:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:49:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:49:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:49:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:49:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:49:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:49:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:49:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:49:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:49:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:49:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:49:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:49:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.673 s -- in org.glassfish.jersey.tests.e2e.server.routing.ResponseMediaTypeFromProvidersTest [INFO] Running org.glassfish.jersey.tests.e2e.server.routing.InheritanceTest Apr 10, 2024 12:49:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:50:00 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:50:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:50:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:50:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.850 s -- in org.glassfish.jersey.tests.e2e.server.routing.InheritanceTest [INFO] Running org.glassfish.jersey.tests.e2e.server.AsyncResponseTest Apr 10, 2024 12:50:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:50:03 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:50:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:50:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:50:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:50:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:50:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:50:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:50:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:50:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:50:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:50:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:50:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:50:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:50:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:50:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:50:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:50:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:50:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:50:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:50:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:50:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:50:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:50:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:50:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [WARNING] Tests run: 8, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 2.954 s -- in org.glassfish.jersey.tests.e2e.server.AsyncResponseTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ExceptionMapperPriorityTest Apr 10, 2024 12:50:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:50:06 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:50:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:50:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:50:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.900 s -- in org.glassfish.jersey.tests.e2e.server.ExceptionMapperPriorityTest [INFO] Running org.glassfish.jersey.tests.e2e.server.GsonCustomTest Apr 10, 2024 12:50:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:50:09 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:50:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:50:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:50:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.069 s -- in org.glassfish.jersey.tests.e2e.server.GsonCustomTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ContentNegotiationTest Apr 10, 2024 12:50:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:50:12 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:50:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:50:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:50:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:50:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:50:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:50:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:50:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:50:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:50:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:50:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:50:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:50:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:50:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:50:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:50:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:50:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:50:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:50:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:50:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:50:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:50:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:50:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:50:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:50:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:50:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:50:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:50:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:50:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:50:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:50:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:50:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:50:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:50:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:50:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Apr 10, 2024 12:50:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.026 s -- in org.glassfish.jersey.tests.e2e.server.ContentNegotiationTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ResponseStatusTypeTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ResponseStatusTypeTest$InMemoryTest Apr 10, 2024 12:50:14 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:50:16 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:50:16 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:50:16 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:32955/ [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.006 s -- in org.glassfish.jersey.tests.e2e.server.ResponseStatusTypeTest$InMemoryTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ResponseStatusTypeTest$GrizzlyContainerGrizzlyConnectorTest Apr 10, 2024 12:50:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:50:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:50:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. SLF4J(W): No SLF4J providers were found. SLF4J(W): Defaulting to no-operation (NOP) logger implementation SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details. Apr 10, 2024 12:50:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:50:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:50:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:50:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:50:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:50:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:50:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:50:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:50:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.890 s -- in org.glassfish.jersey.tests.e2e.server.ResponseStatusTypeTest$GrizzlyContainerGrizzlyConnectorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ResponseStatusTypeTest$GrizzlyContainerApacheConnectorTest Apr 10, 2024 12:50:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:50:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:50:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:50:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:50:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:50:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:50:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:50:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:50:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:50:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:50:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:50:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.586 s -- in org.glassfish.jersey.tests.e2e.server.ResponseStatusTypeTest$GrizzlyContainerApacheConnectorTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.543 s -- in org.glassfish.jersey.tests.e2e.server.ResponseStatusTypeTest [INFO] Running org.glassfish.jersey.tests.e2e.server.WebApplicationExceptionLoggingTest Apr 10, 2024 12:50:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:50:20 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:50:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:50:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:50:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:50:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:50:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:50:21 PM 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:50:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:50:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:50:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:50:21 PM 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:50:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.381 s -- in org.glassfish.jersey.tests.e2e.server.WebApplicationExceptionLoggingTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ExtendedExceptionMapperTest Apr 10, 2024 12:50:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:50:23 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:50:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:50:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:50:23 PM 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:50:23 PM 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:255) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:50:23 PM 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:50:23 PM 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:255) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:50:23 PM 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:50:23 PM 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:255) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:50:23 PM 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:50:23 PM 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:255) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:50:23 PM 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:50:23 PM 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:255) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:50:23 PM 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:50:23 PM 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:255) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:50:23 PM 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:50:23 PM 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:255) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:50:23 PM 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:50:23 PM 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:255) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:50:23 PM 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:50:23 PM 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:255) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:50:23 PM 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:50:23 PM 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:255) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:50:24 PM 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:50:24 PM 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:255) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:50:24 PM 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:50:24 PM 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:255) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:50:24 PM 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:50:24 PM 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:255) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:50:24 PM 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:50:24 PM 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:255) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:50:24 PM 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:50:24 PM 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:255) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:50:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.211 s -- in org.glassfish.jersey.tests.e2e.server.ExtendedExceptionMapperTest [INFO] Running org.glassfish.jersey.tests.e2e.server.FormParamMultivaluedInjectionTest Apr 10, 2024 12:50:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:50:26 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:50:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:50:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:50:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:50:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:50:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:50:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:50:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:50:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:50:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:50:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:50:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:50:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:50:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:50:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:50:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:50:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:50:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:50:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:50:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.654 s -- in org.glassfish.jersey.tests.e2e.server.FormParamMultivaluedInjectionTest [INFO] Running org.glassfish.jersey.tests.e2e.server.MetainfServicesLookupDisabledTest Apr 10, 2024 12:50:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:50:29 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:50:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:50:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:50:30 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=text/plain, type=class org.glassfish.jersey.tests.e2e.server.AbstractDisableMetainfServicesLookupTest$UselessMessage, genericType=class org.glassfish.jersey.tests.e2e.server.AbstractDisableMetainfServicesLookupTest$UselessMessage. Apr 10, 2024 12:50:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.767 s -- in org.glassfish.jersey.tests.e2e.server.MetainfServicesLookupDisabledTest [INFO] Running org.glassfish.jersey.tests.e2e.server.NameBindingTest Apr 10, 2024 12:50:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:50:32 PM org.glassfish.jersey.server.ProcessingProvidersConfigurator filterNameBound WARNING: @PreMatching provider, class org.glassfish.jersey.tests.e2e.server.NameBindingTest$PreMatchingFooFilter, also annotated with a name binding annotation. Name binding will be ignored. Apr 10, 2024 12:50:32 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:50:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:50:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:50:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:50:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:50:32 PM org.glassfish.jersey.server.ProcessingProvidersConfigurator filterNameBound WARNING: @PreMatching provider, class org.glassfish.jersey.tests.e2e.server.NameBindingTest$PreMatchingFooFilter, also annotated with a name binding annotation. Name binding will be ignored. Apr 10, 2024 12:50:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:50:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:50:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:50:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:50:33 PM org.glassfish.jersey.server.ProcessingProvidersConfigurator filterNameBound WARNING: @PreMatching provider, class org.glassfish.jersey.tests.e2e.server.NameBindingTest$PreMatchingFooFilter, also annotated with a name binding annotation. Name binding will be ignored. Apr 10, 2024 12:50:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:50:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:50:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:50:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:50:33 PM org.glassfish.jersey.server.ProcessingProvidersConfigurator filterNameBound WARNING: @PreMatching provider, class org.glassfish.jersey.tests.e2e.server.NameBindingTest$PreMatchingFooFilter, also annotated with a name binding annotation. Name binding will be ignored. Apr 10, 2024 12:50:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:50:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:50:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:50:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:50:33 PM org.glassfish.jersey.server.ProcessingProvidersConfigurator filterNameBound WARNING: @PreMatching provider, class org.glassfish.jersey.tests.e2e.server.NameBindingTest$PreMatchingFooFilter, also annotated with a name binding annotation. Name binding will be ignored. Apr 10, 2024 12:50:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:50:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:50:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:50:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:50:33 PM org.glassfish.jersey.server.ProcessingProvidersConfigurator filterNameBound WARNING: @PreMatching provider, class org.glassfish.jersey.tests.e2e.server.NameBindingTest$PreMatchingFooFilter, also annotated with a name binding annotation. Name binding will be ignored. Apr 10, 2024 12:50:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:50:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:50:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:50:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:50:33 PM org.glassfish.jersey.server.ProcessingProvidersConfigurator filterNameBound WARNING: @PreMatching provider, class org.glassfish.jersey.tests.e2e.server.NameBindingTest$PreMatchingFooFilter, also annotated with a name binding annotation. Name binding will be ignored. Apr 10, 2024 12:50:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:50:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:50:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.035 s -- in org.glassfish.jersey.tests.e2e.server.NameBindingTest [INFO] Running org.glassfish.jersey.tests.e2e.server.TypedVariableTest Apr 10, 2024 12:50:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:50:35 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:50:35 PM 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. Apr 10, 2024 12:50:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:50:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:50:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.910 s -- in org.glassfish.jersey.tests.e2e.server.TypedVariableTest [INFO] Running org.glassfish.jersey.tests.e2e.server.BeanParamTest Apr 10, 2024 12:50:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:50:38 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:50:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:50:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:50:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:50:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:50:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:50:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:50:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:50:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:50:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:50:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:50:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:50:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:50:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:50:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:50:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:50:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:50:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:50:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:50:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:50:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:50:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:50:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:50:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:50:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:50:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:50:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:50:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.007 s -- in org.glassfish.jersey.tests.e2e.server.BeanParamTest [INFO] Running org.glassfish.jersey.tests.e2e.server.InterceptorNameAndDynamicBindingTest Apr 10, 2024 12:50:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:50:42 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:50:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:50:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:50:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:50:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:50:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:50:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:50:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:50:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:50:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:50:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:50:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:50:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:50:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:50:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:50:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:50:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:50:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:50:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:50:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:50:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:50:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:50:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:50:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:50:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:50:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:50:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:50:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:50:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:50:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:50:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:50:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.101 s -- in org.glassfish.jersey.tests.e2e.server.InterceptorNameAndDynamicBindingTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ModelProcessorTest Apr 10, 2024 12:50:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:50:45 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:50:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:50:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:50:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:50:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:50:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:50:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:50:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:50:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:50:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:50:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:50:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:50:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:50:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:50:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:50:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:50:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:50:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:50:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:50:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:50:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:50:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:50:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:50:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.220 s -- in org.glassfish.jersey.tests.e2e.server.ModelProcessorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.BroadcasterTest Apr 10, 2024 12:50:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:50:48 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:50:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:50:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:50:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.981 s -- in org.glassfish.jersey.tests.e2e.server.BroadcasterTest [INFO] Running org.glassfish.jersey.tests.e2e.server.InjectionTest Apr 10, 2024 12:50:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:50:51 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:50:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:50:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:50:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.839 s -- in org.glassfish.jersey.tests.e2e.server.InjectionTest [INFO] Running org.glassfish.jersey.tests.e2e.server.CustomInjectablesResourceConfigTest Apr 10, 2024 12:50:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:50:53 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:50:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:50:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. org.glassfish.jersey.tests.e2e.server.CustomInjectablesResourceConfigTest$MyInjectableSingleton@30d74439 org.glassfish.jersey.tests.e2e.server.CustomInjectablesResourceConfigTest$MyInjectableSingleton@30d74439 org.glassfish.jersey.tests.e2e.server.CustomInjectablesResourceConfigTest$MyInjectableSingleton@30d74439 Apr 10, 2024 12:50:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:50:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:50:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:50:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:50:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:50:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:50:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:50:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:50:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.264 s -- in org.glassfish.jersey.tests.e2e.server.CustomInjectablesResourceConfigTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ContainerListenerRegistrationAsProvidersTest Apr 10, 2024 12:50:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:50:56 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:50:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:50:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:50:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.788 s -- in org.glassfish.jersey.tests.e2e.server.ContainerListenerRegistrationAsProvidersTest [INFO] Running org.glassfish.jersey.tests.e2e.server.SingletonProvidersResourcesTest Apr 10, 2024 12:50:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:50:59 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:50:59 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, class org.glassfish.jersey.tests.e2e.server.SingletonProvidersResourcesTest$ResourceSingleton, implements provider interface [interface 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. Apr 10, 2024 12:50:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:50:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:50:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:50:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:51:00 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, class org.glassfish.jersey.tests.e2e.server.SingletonProvidersResourcesTest$ResourceSingleton, implements provider interface [interface 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. Apr 10, 2024 12:51:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:51:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:51:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:51:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:51:00 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, class org.glassfish.jersey.tests.e2e.server.SingletonProvidersResourcesTest$ResourceSingleton, implements provider interface [interface 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. Apr 10, 2024 12:51:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:51:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:51:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.267 s -- in org.glassfish.jersey.tests.e2e.server.SingletonProvidersResourcesTest [INFO] Running org.glassfish.jersey.tests.e2e.server.Issue4097Test Apr 10, 2024 12:51:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:51:02 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:51:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:51:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:51:02 PM 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:51:02 PM 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:255) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:51:02 PM 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:51:02 PM 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:255) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:51:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.821 s -- in org.glassfish.jersey.tests.e2e.server.Issue4097Test [INFO] Running org.glassfish.jersey.tests.e2e.server.ResourceRoutingTest Apr 10, 2024 12:51:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:51:04 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:51:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:51:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:51:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:51:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:51:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:51:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:51:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:51:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:51:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:51:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:51:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.189 s -- in org.glassfish.jersey.tests.e2e.server.ResourceRoutingTest [INFO] Running org.glassfish.jersey.tests.e2e.server.GlobalNameBoundInterceptorTest Apr 10, 2024 12:51:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:51:07 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:51:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:51:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:51:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:51:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:51:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:51:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:51:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:51:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:51:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:51:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:51:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:51:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:51:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:51:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:51:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:51:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:51:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:51:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:51:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:51:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:51:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:51:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:51:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:51:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:51:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:51:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:51:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:51:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:51:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:51:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:51:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.911 s -- in org.glassfish.jersey.tests.e2e.server.GlobalNameBoundInterceptorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ClientResponseOnServerTest Apr 10, 2024 12:51:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:51:11 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:51:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:51:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:51:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.840 s -- in org.glassfish.jersey.tests.e2e.server.ClientResponseOnServerTest [INFO] Running org.glassfish.jersey.tests.e2e.server.CloseableTest Apr 10, 2024 12:51:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:51:13 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:51:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:51:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:51:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:51:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:51:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:51:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:51:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.953 s -- in org.glassfish.jersey.tests.e2e.server.CloseableTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ParamConverterTest Apr 10, 2024 12:51:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:51:17 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:51:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:51:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:51:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:51:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:51:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:51:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:51:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:51:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:51:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:51:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:51:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:51:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:51:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:51:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:51:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:51:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:51:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:51:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:51:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:51:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:51:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:51:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:51:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:51:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:51:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:51:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:51:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:51:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:51:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:51:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:51:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:51:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:51:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:51:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Apr 10, 2024 12:51:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:51:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:51:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:51:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Apr 10, 2024 12:51:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [WARNING] Tests run: 11, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 3.386 s -- in org.glassfish.jersey.tests.e2e.server.ParamConverterTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ParamConverterPriorityTest Apr 10, 2024 12:51:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:51:21 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:51:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:51:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:51:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.762 s -- in org.glassfish.jersey.tests.e2e.server.ParamConverterPriorityTest [INFO] Running org.glassfish.jersey.tests.e2e.server.PerRequestLifecycleTest Apr 10, 2024 12:51:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:51:23 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:51:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:51:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:51:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:51:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:51:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:51:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:51:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:51:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:51:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:51:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:51:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:51:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:51:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:51:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:51:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:51:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:51:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:51:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:51:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:51:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:51:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:51:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:51:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:51:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:51:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:51:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:51:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.823 s -- in org.glassfish.jersey.tests.e2e.server.PerRequestLifecycleTest [INFO] Running org.glassfish.jersey.tests.e2e.server.SecurityContextFilterTest Apr 10, 2024 12:51:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:51:27 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:51:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:51:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:51:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:51:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:51:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:51:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:51:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.049 s -- in org.glassfish.jersey.tests.e2e.server.SecurityContextFilterTest [INFO] Running org.glassfish.jersey.tests.e2e.server.MessageBodyProvidersExceptionsTest Apr 10, 2024 12:51:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:51:30 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:51:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:51:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:51:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:51:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:51:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:51:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:51:30 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=text/plain, type=class org.glassfish.jersey.tests.e2e.server.MessageBodyProvidersExceptionsTest$Resource, genericType=class org.glassfish.jersey.tests.e2e.server.MessageBodyProvidersExceptionsTest$Resource. Apr 10, 2024 12:51:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.110 s -- in org.glassfish.jersey.tests.e2e.server.MessageBodyProvidersExceptionsTest [INFO] Running org.glassfish.jersey.tests.e2e.server.InterceptorHttpHeadersInjectionTest Apr 10, 2024 12:51:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:51:32 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:51:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:51:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:51:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:51:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:51:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:51:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:51:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.196 s -- in org.glassfish.jersey.tests.e2e.server.InterceptorHttpHeadersInjectionTest [INFO] Running org.glassfish.jersey.tests.e2e.server.PrimitiveTypesTest Apr 10, 2024 12:51:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:51:35 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:51:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:51:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:51:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:51:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:51:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:51:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:51:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:51:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:51:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:51:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:51:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:51:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:51:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:51:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:51:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:51:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:51:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:51:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:51:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:51:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:51:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:51:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:51:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:51:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:51:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:51:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:51:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.166 s -- in org.glassfish.jersey.tests.e2e.server.PrimitiveTypesTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ServerDestroyTest Apr 10, 2024 12:51:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:51:39 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:51:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:51:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:51:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.979 s -- in org.glassfish.jersey.tests.e2e.server.ServerDestroyTest [INFO] Running org.glassfish.jersey.tests.e2e.server.AppNameBindingTest Apr 10, 2024 12:51:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:51:42 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:51:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:51:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:51:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:51:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:51:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:51:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:51:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.866 s -- in org.glassfish.jersey.tests.e2e.server.AppNameBindingTest [INFO] Running org.glassfish.jersey.tests.e2e.server.AmbigousResourceMethodTest Apr 10, 2024 12:51:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:51:44 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:51:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:51:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:51:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.765 s -- in org.glassfish.jersey.tests.e2e.server.AmbigousResourceMethodTest [INFO] Running org.glassfish.jersey.tests.e2e.server.CustomInjectablesApplicationTest Apr 10, 2024 12:51:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Registering injectables... Apr 10, 2024 12:51:47 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:51:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:51:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:51:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:51:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Registering injectables... Apr 10, 2024 12:51:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:51:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. org.glassfish.jersey.tests.e2e.server.CustomInjectablesApplicationTest$MyInjectableSingleton@1eb4f06e org.glassfish.jersey.tests.e2e.server.CustomInjectablesApplicationTest$MyInjectableSingleton@1eb4f06e org.glassfish.jersey.tests.e2e.server.CustomInjectablesApplicationTest$MyInjectableSingleton@1eb4f06e Apr 10, 2024 12:51:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:51:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Registering injectables... Apr 10, 2024 12:51:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:51:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:51:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:51:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Registering injectables... Apr 10, 2024 12:51:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:51:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:51:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:51:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Registering injectables... Apr 10, 2024 12:51:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:51:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:51:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.518 s -- in org.glassfish.jersey.tests.e2e.server.CustomInjectablesApplicationTest [INFO] Running org.glassfish.jersey.tests.e2e.server.PostConstructTest Apr 10, 2024 12:51:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:51:50 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:51:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:51:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:51:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.893 s -- in org.glassfish.jersey.tests.e2e.server.PostConstructTest [INFO] Running org.glassfish.jersey.tests.e2e.server.SingletonProviderTest Apr 10, 2024 12:51:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:51:52 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:51:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:51:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:51:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:51:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:51:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:51:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:51:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:51:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:51:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:51:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:51:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:51:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:51:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:51:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:51:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:51:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:51:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:51:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:51:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.745 s -- in org.glassfish.jersey.tests.e2e.server.SingletonProviderTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ExtendedUriInfoTest Apr 10, 2024 12:51:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:51:56 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:51:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:51:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:51:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:51:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:51:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:51:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:51:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:51:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:51:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:51:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:51:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:51:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:51:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:51:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:51:57 PM 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:51:57 PM 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:255) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:51:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.353 s -- in org.glassfish.jersey.tests.e2e.server.ExtendedUriInfoTest [INFO] Running org.glassfish.jersey.tests.e2e.server.IllegalArgumentExceptionTest Apr 10, 2024 12:51:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:51:59 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:51:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:51:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:51:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:51:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:52:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:52:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:52:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:52:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:52:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:52:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:52:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:52:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:52:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:52:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:52:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.366 s -- in org.glassfish.jersey.tests.e2e.server.IllegalArgumentExceptionTest [INFO] Running org.glassfish.jersey.tests.e2e.server.StreamMethodCallTest Apr 10, 2024 12:52:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:52:02 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:52:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:52:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:52:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.820 s -- in org.glassfish.jersey.tests.e2e.server.StreamMethodCallTest [INFO] Running org.glassfish.jersey.tests.e2e.server.RequestScopedAndAsyncTest Apr 10, 2024 12:52:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:52:04 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:52:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:52:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:52:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:52:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:52:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:52:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:52:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:52:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:52:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:52:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:52:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:52:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:52:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:52:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:52:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.382 s -- in org.glassfish.jersey.tests.e2e.server.RequestScopedAndAsyncTest [INFO] Running org.glassfish.jersey.tests.e2e.server.SingletonResourceTest Apr 10, 2024 12:52:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:52:07 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:52:07 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, Resource{"test-singletonScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-singletonScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-requestScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-requestScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-perlookupScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-perlookupScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Apr 10, 2024 12:52:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:52:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:52:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:52:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:52:08 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, Resource{"test-singletonScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-singletonScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-requestScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-requestScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-perlookupScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-perlookupScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Apr 10, 2024 12:52:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:52:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:52:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:52:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:52:08 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, Resource{"test-singletonScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-singletonScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-requestScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-requestScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-perlookupScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-perlookupScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Apr 10, 2024 12:52:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:52:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:52:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:52:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:52:08 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, Resource{"test-singletonScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-singletonScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-requestScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-requestScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-perlookupScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-perlookupScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Apr 10, 2024 12:52:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:52:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:52:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:52:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:52:08 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, Resource{"test-singletonScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-singletonScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-requestScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-requestScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-perlookupScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-perlookupScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Apr 10, 2024 12:52:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:52:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:52:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:52:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:52:09 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, Resource{"test-singletonScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-singletonScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-requestScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-requestScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-perlookupScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-perlookupScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Apr 10, 2024 12:52:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:52:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:52:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.535 s -- in org.glassfish.jersey.tests.e2e.server.SingletonResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ManagedClientExecutorTest Apr 10, 2024 12:52:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Apr 10, 2024 12:52:10 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:52:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 12:52:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. bar-executor-service bar-executor-service Apr 10, 2024 12:52:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Apr 10, 2024 12:52:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Apr 10, 2024 12:52:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 12:52:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:52:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.975 s -- in org.glassfish.jersey.tests.e2e.server.ManagedClientExecutorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.GrizzlyInjectionTest Apr 10, 2024 12:52:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:52:13 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:52:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:52:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:52:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.744 s -- in org.glassfish.jersey.tests.e2e.server.GrizzlyInjectionTest [INFO] Running org.glassfish.jersey.tests.e2e.server.AsyncCallbackTest Apr 10, 2024 12:52:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:52:15 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:52:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:52:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:52:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:52:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:52:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:52:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:52:16 PM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: An I/O error has occurred while writing a response message entity to the container output stream. org.glassfish.jersey.server.internal.process.MappableException: 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:1118) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:678) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:377) at org.glassfish.jersey.server.ServerRuntime$AsyncResponder$3.run(ServerRuntime.java:913) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime$AsyncResponder.resume(ServerRuntime.java:950) at org.glassfish.jersey.server.ServerRuntime$AsyncResponder.resume(ServerRuntime.java:901) 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:867) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime$AsyncResponder$2.run(ServerRuntime.java:862) 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 Apr 10, 2024 12:52:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.901 s -- in org.glassfish.jersey.tests.e2e.server.AsyncCallbackTest [INFO] Running org.glassfish.jersey.tests.e2e.server.CompletionStageTest Apr 10, 2024 12:52:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:52:18 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:52:18 PM 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. Apr 10, 2024 12:52:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:52:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:52:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:52:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:52:20 PM 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. Apr 10, 2024 12:52:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:52:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:52:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:52:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:52:20 PM 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. Apr 10, 2024 12:52:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:52:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:52:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:52:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:52:20 PM 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. Apr 10, 2024 12:52:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:52:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:52:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:52:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:52:21 PM 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. Apr 10, 2024 12:52:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:52:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:52:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:52:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:52:21 PM 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. Apr 10, 2024 12:52:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:52:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:52:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:52:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:52:22 PM 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. Apr 10, 2024 12:52:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:52:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:52:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:52:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:52:22 PM 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. Apr 10, 2024 12:52:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:52:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:52:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:52:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:52:23 PM 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. Apr 10, 2024 12:52:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:52:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Apr 10, 2024 12:52:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:52:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:52:23 PM 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. Apr 10, 2024 12:52:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:52:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Apr 10, 2024 12:52:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:52:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:52:23 PM 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. Apr 10, 2024 12:52:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:52:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Apr 10, 2024 12:52:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:52:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:52:24 PM 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. Apr 10, 2024 12:52:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:52:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Apr 10, 2024 12:52:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:52:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:52:25 PM 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. Apr 10, 2024 12:52:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:52:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Apr 10, 2024 12:52:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:52:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:52:26 PM 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. Apr 10, 2024 12:52:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:52:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Apr 10, 2024 12:52:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.592 s -- in org.glassfish.jersey.tests.e2e.server.CompletionStageTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 803, Failures: 0, Errors: 0, Skipped: 7 [INFO] [INFO] [INFO] --- surefire:3.2.5:test (WithHK2) @ e2e-server --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 Apr 10, 2024 12:52:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:52:29 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:52:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:52:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:52:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.098 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryInstanceTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryInstanceNegativeTest Apr 10, 2024 12:52:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:52:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:52:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:52:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.199 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryInstanceNegativeTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryClassTest Apr 10, 2024 12:52:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:52:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:52:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:52:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.194 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryClassTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryClassNegativeTest Apr 10, 2024 12:52:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:52:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:52:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:52:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.190 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryClassNegativeTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryClassNameTest Apr 10, 2024 12:52:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:52:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:52:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:52:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.162 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryClassNameTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryClassNameNegativeTest Apr 10, 2024 12:52:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:52:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:52:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:52:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.144 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryClassNameNegativeTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$CachePositiveTest Apr 10, 2024 12:52:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:52:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:52:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:52:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.166 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$CachePositiveTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$CachePositiveStringTest Apr 10, 2024 12:52:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:52:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:52:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:52:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [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$CachePositiveStringTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$CacheNegativeTest Apr 10, 2024 12:52:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:52:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:52:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Apr 10, 2024 12:52:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.115 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$CacheNegativeTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$CacheInvalidTest Apr 10, 2024 12:52:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:52:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:52:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Apr 10, 2024 12:52:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$CacheInvalidTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.611 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.FlatInheritedViewProcessorTest Apr 10, 2024 12:52:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:52:33 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:52:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:52:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:52:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:52:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:52:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:52:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:52:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.064 s -- in org.glassfish.jersey.tests.e2e.server.mvc.FlatInheritedViewProcessorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.TemplateMethodSelectionTest Apr 10, 2024 12:52:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:52:36 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:52:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:52:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:52:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:52:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:52:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:52:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:52:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:52:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:52:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:52:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:52:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:52:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:52:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:52:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:52:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:52:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:52:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:52:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:52:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:52:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:52:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:52:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:52:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:52:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:52:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:52:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:52:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:52:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:52:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:52:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:52:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:52:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:52:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:52:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Apr 10, 2024 12:52:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:52:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:52:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:52:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Apr 10, 2024 12:52:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.133 s -- in org.glassfish.jersey.tests.e2e.server.mvc.TemplateMethodSelectionTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.InheritedViewProcessorTest Apr 10, 2024 12:52:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:52:40 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:52:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:52:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:52:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:52:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:52:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:52:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:52:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.243 s -- in org.glassfish.jersey.tests.e2e.server.mvc.InheritedViewProcessorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.BeanValidationErrorTemplateTest Apr 10, 2024 12:52:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:52:43 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:52:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:52:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:52:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:52:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:52:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:52:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:52:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.208 s -- in org.glassfish.jersey.tests.e2e.server.mvc.BeanValidationErrorTemplateTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ErrorTemplateTest Apr 10, 2024 12:52:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:52:46 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:52:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:52:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:52:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:52:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:52:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:52:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:52:46 PM 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:52:46 PM 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:255) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:52:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:52:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:52:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:52:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:52:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.311 s -- in org.glassfish.jersey.tests.e2e.server.mvc.ErrorTemplateTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ImplicitTemplateProgrammaticTest Apr 10, 2024 12:52:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:52:49 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:52:49 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Handler class "class org.glassfish.jersey.tests.e2e.server.mvc.ImplicitTemplateProgrammaticTest$Handler" has been already enhanced. Skipping enhancing handler instance. Apr 10, 2024 12:52:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:52:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:52:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.887 s -- in org.glassfish.jersey.tests.e2e.server.mvc.ImplicitTemplateProgrammaticTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ExceptionViewProcessorTest Apr 10, 2024 12:52:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:52:51 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:52:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:52:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:52:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:52:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:52:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:52:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:52:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.014 s -- in org.glassfish.jersey.tests.e2e.server.mvc.ExceptionViewProcessorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ImplicitProducesViewProcessorTest Apr 10, 2024 12:52:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:52:54 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:52:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:52:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:52:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:52:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:52:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:52:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:52:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:52:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:52:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:52:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:52:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.489 s -- in org.glassfish.jersey.tests.e2e.server.mvc.ImplicitProducesViewProcessorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.FlatViewProcessorTest Apr 10, 2024 12:52:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:52:57 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:52:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:52:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:52:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:52:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:52:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:52:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:52:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:52:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:52:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:52:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:52:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:52:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:52:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:52:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:52:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:52:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:52:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:52:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:52:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.752 s -- in org.glassfish.jersey.tests.e2e.server.mvc.FlatViewProcessorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ImplicitTemplateTest Apr 10, 2024 12:52:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:01 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:53:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:53:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:53:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:53:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:53:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:53:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.827 s -- in org.glassfish.jersey.tests.e2e.server.mvc.ImplicitTemplateTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest Apr 10, 2024 12:53:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:04 PM 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. Apr 10, 2024 12:53:04 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:53:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:53:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:05 PM 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. Apr 10, 2024 12:53:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:53:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:05 PM 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. Apr 10, 2024 12:53:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:53:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:05 PM 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. Apr 10, 2024 12:53:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:53:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:05 PM 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. Apr 10, 2024 12:53:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:53:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:06 PM 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. Apr 10, 2024 12:53:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:53:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:06 PM 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. Apr 10, 2024 12:53:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:53:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:06 PM 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. Apr 10, 2024 12:53:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:53:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:06 PM 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. Apr 10, 2024 12:53:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Apr 10, 2024 12:53:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:06 PM 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. Apr 10, 2024 12:53:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Apr 10, 2024 12:53:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:06 PM 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. Apr 10, 2024 12:53:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Apr 10, 2024 12:53:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:06 PM 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. Apr 10, 2024 12:53:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Apr 10, 2024 12:53:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:07 PM 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. Apr 10, 2024 12:53:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Apr 10, 2024 12:53:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:07 PM 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. Apr 10, 2024 12:53:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Apr 10, 2024 12:53:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:07 PM 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. Apr 10, 2024 12:53:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Apr 10, 2024 12:53:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:07 PM 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. Apr 10, 2024 12:53:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Apr 10, 2024 12:53:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:07 PM 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. Apr 10, 2024 12:53:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Apr 10, 2024 12:53:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:07 PM 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. Apr 10, 2024 12:53:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Apr 10, 2024 12:53:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:07 PM 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. Apr 10, 2024 12:53:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Apr 10, 2024 12:53:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:07 PM 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. Apr 10, 2024 12:53:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Apr 10, 2024 12:53:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:08 PM 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. Apr 10, 2024 12:53:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Apr 10, 2024 12:53:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:08 PM 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. Apr 10, 2024 12:53:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Apr 10, 2024 12:53:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:08 PM 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. Apr 10, 2024 12:53:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Apr 10, 2024 12:53:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:08 PM 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. Apr 10, 2024 12:53:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Apr 10, 2024 12:53:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:08 PM 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. Apr 10, 2024 12:53:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Apr 10, 2024 12:53:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:08 PM 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. Apr 10, 2024 12:53:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Apr 10, 2024 12:53:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:08 PM 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. Apr 10, 2024 12:53:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Apr 10, 2024 12:53:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:08 PM 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. Apr 10, 2024 12:53:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Apr 10, 2024 12:53:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:08 PM 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. Apr 10, 2024 12:53:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Apr 10, 2024 12:53:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:08 PM 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. Apr 10, 2024 12:53:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Apr 10, 2024 12:53:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:08 PM 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. Apr 10, 2024 12:53:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Apr 10, 2024 12:53:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:08 PM 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. Apr 10, 2024 12:53:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Apr 10, 2024 12:53:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.788 s -- in org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.CustomViewableContextTest Apr 10, 2024 12:53:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:10 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:53:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:53:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:53:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:53:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.297 s -- in org.glassfish.jersey.tests.e2e.server.mvc.CustomViewableContextTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ExplicitTemplateTest Apr 10, 2024 12:53:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:13 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:53:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:53:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:53:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:53:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.327 s -- in org.glassfish.jersey.tests.e2e.server.mvc.ExplicitTemplateTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ViewProcessorTest Apr 10, 2024 12:53:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:16 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:53:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:53:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:53:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:53:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:53:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:53:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:53:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.422 s -- in org.glassfish.jersey.tests.e2e.server.mvc.ViewProcessorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ImplicitViewWithResourceFilterTest Apr 10, 2024 12:53:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:20 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:53:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:53:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.961 s -- in org.glassfish.jersey.tests.e2e.server.mvc.ImplicitViewWithResourceFilterTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ExplicitProduceTemplateTest Apr 10, 2024 12:53:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:22 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:53:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:53:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:53:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:53:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.217 s -- in org.glassfish.jersey.tests.e2e.server.mvc.ExplicitProduceTemplateTest [INFO] Running org.glassfish.jersey.tests.e2e.server.SubjectSecurityContextTest Apr 10, 2024 12:53:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:25 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:53:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:53:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.810 s -- in org.glassfish.jersey.tests.e2e.server.SubjectSecurityContextTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ResourceConfigTest Apr 10, 2024 12:53:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:27 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:53:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:53:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 2.059 s -- in org.glassfish.jersey.tests.e2e.server.ResourceConfigTest [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.ProgrammaticValidationTest Apr 10, 2024 12:53:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:30 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:53:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:53:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:53:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:53:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:53:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:53:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:53:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:53:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:53:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Apr 10, 2024 12:53:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Apr 10, 2024 12:53:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Apr 10, 2024 12:53:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Apr 10, 2024 12:53:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.769 s -- in org.glassfish.jersey.tests.e2e.server.validation.ProgrammaticValidationTest [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionInheritanceGenericsTest Apr 10, 2024 12:53:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:35 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:53:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:53:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:53:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:53:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:53:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:53:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:53:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:53:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:53:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Apr 10, 2024 12:53:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Apr 10, 2024 12:53:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Apr 10, 2024 12:53:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Apr 10, 2024 12:53:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Apr 10, 2024 12:53:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Apr 10, 2024 12:53:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Apr 10, 2024 12:53:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Apr 10, 2024 12:53:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Apr 10, 2024 12:53:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Apr 10, 2024 12:53:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Apr 10, 2024 12:53:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Apr 10, 2024 12:53:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Apr 10, 2024 12:53:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Apr 10, 2024 12:53:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Apr 10, 2024 12:53:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Apr 10, 2024 12:53:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Apr 10, 2024 12:53:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Apr 10, 2024 12:53:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Apr 10, 2024 12:53:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Apr 10, 2024 12:53:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Apr 10, 2024 12:53:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Apr 10, 2024 12:53:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Apr 10, 2024 12:53:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Apr 10, 2024 12:53:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Apr 10, 2024 12:53:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Apr 10, 2024 12:53:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Apr 10, 2024 12:53:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Apr 10, 2024 12:53:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Apr 10, 2024 12:53:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.120 s -- in org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionInheritanceGenericsTest [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionBasicTest Apr 10, 2024 12:53:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:41 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:53:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:53:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:53:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:53:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:53:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:53:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:53:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:53:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:53:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Apr 10, 2024 12:53:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Apr 10, 2024 12:53:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Apr 10, 2024 12:53:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Apr 10, 2024 12:53:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Apr 10, 2024 12:53:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Apr 10, 2024 12:53:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Apr 10, 2024 12:53:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Apr 10, 2024 12:53:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Apr 10, 2024 12:53:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Apr 10, 2024 12:53:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Apr 10, 2024 12:53:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Apr 10, 2024 12:53:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Apr 10, 2024 12:53:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Apr 10, 2024 12:53:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Apr 10, 2024 12:53:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Apr 10, 2024 12:53:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Apr 10, 2024 12:53:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Apr 10, 2024 12:53:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Apr 10, 2024 12:53:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Apr 10, 2024 12:53:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Apr 10, 2024 12:53:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Apr 10, 2024 12:53:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Apr 10, 2024 12:53:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Apr 10, 2024 12:53:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Apr 10, 2024 12:53:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Apr 10, 2024 12:53:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Apr 10, 2024 12:53:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Apr 10, 2024 12:53:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Apr 10, 2024 12:53:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Apr 10, 2024 12:53:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Apr 10, 2024 12:53:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Apr 10, 2024 12:53:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Apr 10, 2024 12:53:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. Apr 10, 2024 12:53:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. Apr 10, 2024 12:53:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-43] Started. Apr 10, 2024 12:53:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-44] Started. Apr 10, 2024 12:53:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-45] Started. Apr 10, 2024 12:53:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-46] Started. Apr 10, 2024 12:53:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-47] Started. Apr 10, 2024 12:53:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-48] Started. Apr 10, 2024 12:53:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-49] Started. Apr 10, 2024 12:53:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-50] Started. Apr 10, 2024 12:53:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 51, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.717 s -- in org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionBasicTest [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionOverrideTest Apr 10, 2024 12:53:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:50 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:53:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:53:50 PM 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:53:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:53:51 PM 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:53:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.033 s -- in org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionOverrideTest [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionInheritanceTest Apr 10, 2024 12:53:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:53 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:53:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:53:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:53:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:53:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:53:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:53:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:53:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:53:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:53:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Apr 10, 2024 12:53:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Apr 10, 2024 12:53:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Apr 10, 2024 12:53:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Apr 10, 2024 12:53:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Apr 10, 2024 12:53:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Apr 10, 2024 12:53:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Apr 10, 2024 12:53:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Apr 10, 2024 12:53:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Apr 10, 2024 12:53:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Apr 10, 2024 12:53:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Apr 10, 2024 12:53:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Apr 10, 2024 12:53:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Apr 10, 2024 12:53:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Apr 10, 2024 12:53:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Apr 10, 2024 12:53:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Apr 10, 2024 12:53:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Apr 10, 2024 12:53:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Apr 10, 2024 12:53:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Apr 10, 2024 12:53:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Apr 10, 2024 12:53:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Apr 10, 2024 12:53:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Apr 10, 2024 12:53:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Apr 10, 2024 12:53:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Apr 10, 2024 12:53:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Apr 10, 2024 12:53:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Apr 10, 2024 12:53:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Apr 10, 2024 12:53:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Apr 10, 2024 12:53:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Apr 10, 2024 12:53:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Apr 10, 2024 12:53:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Apr 10, 2024 12:53:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Apr 10, 2024 12:53:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Apr 10, 2024 12:53:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. Apr 10, 2024 12:53:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:53:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:53:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:53:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. Apr 10, 2024 12:53:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.574 s -- in org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionInheritanceTest [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.CustomConfigValidationTest Apr 10, 2024 12:53:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:54:00 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:54:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:54:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:54:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:54:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:54:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:54:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:54:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:54:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:54:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:54:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:54:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.489 s -- in org.glassfish.jersey.tests.e2e.server.validation.CustomConfigValidationTest [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.EntityInheritanceValidationTest Apr 10, 2024 12:54:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:54:03 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:54:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:54:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:54:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:54:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.388 s -- in org.glassfish.jersey.tests.e2e.server.validation.EntityInheritanceValidationTest [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.PropertyValidationTest Apr 10, 2024 12:54:06 PM 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.983 s -- in org.glassfish.jersey.tests.e2e.server.validation.PropertyValidationTest [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.InheritanceValidationTest Apr 10, 2024 12:54:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:54:11 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:54:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:54:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:54:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:54:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:54:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:54:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:54:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:54:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:54:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:54:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:54:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:54:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:54:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:54:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:54:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:54:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:54:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:54:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:54:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:54:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:54:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:54:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:54:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:54:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:54:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:54:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:54:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:54:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:54:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:54:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:54:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:54:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:54:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:54:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Apr 10, 2024 12:54:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:54:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:54:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:54:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Apr 10, 2024 12:54:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:54:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:54:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:54:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Apr 10, 2024 12:54:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:54:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:54:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:54:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Apr 10, 2024 12:54:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.634 s -- in org.glassfish.jersey.tests.e2e.server.validation.InheritanceValidationTest [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.BasicValidationTest Apr 10, 2024 12:54:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:54:15 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:54:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:54:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:54:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:54:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:54:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:54:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:54:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:54:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:54:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:54:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:54:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:54:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:54:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:54:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:54:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:54:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:54:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:54:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:54:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:54:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:54:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:54:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:54:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:54:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:54:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:54:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:54:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:54:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:54:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:54:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:54:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:54:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:54:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:54:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Apr 10, 2024 12:54:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:54:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:54:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:54:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Apr 10, 2024 12:54:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:54:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:54:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:54:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Apr 10, 2024 12:54:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:54:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:54:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:54:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Apr 10, 2024 12:54:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:54:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:54:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:54:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Apr 10, 2024 12:54:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:54:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:54:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:54:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Apr 10, 2024 12:54:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:54:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:54:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:54:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Apr 10, 2024 12:54:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:54:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:54:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:54:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Apr 10, 2024 12:54:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:54:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:54:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:54:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Apr 10, 2024 12:54:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:54:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:54:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:54:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Apr 10, 2024 12:54:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:54:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:54:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:54:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Apr 10, 2024 12:54:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:54:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:54:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:54:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Apr 10, 2024 12:54:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:54:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:54:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:54:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Apr 10, 2024 12:54:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:54:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:54:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:54:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Apr 10, 2024 12:54:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:54:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:54:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:54:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Apr 10, 2024 12:54:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:54:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:54:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:54:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Apr 10, 2024 12:54:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:54:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:54:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:54:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Apr 10, 2024 12:54:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:54:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:54:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:54:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Apr 10, 2024 12:54:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:54:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:54:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:54:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Apr 10, 2024 12:54:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:54:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:54:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:54:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Apr 10, 2024 12:54:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:54:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:54:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:54:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Apr 10, 2024 12:54:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:54:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:54:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:54:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Apr 10, 2024 12:54:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:54:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:54:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:54:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Apr 10, 2024 12:54:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:54:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:54:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:54:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Apr 10, 2024 12:54:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:54:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:54:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:54:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Apr 10, 2024 12:54:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:54:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:54:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:54:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Apr 10, 2024 12:54:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.460 s -- in org.glassfish.jersey.tests.e2e.server.validation.BasicValidationTest [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.FieldPropertyValidationTest Apr 10, 2024 12:54:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:54:22 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:54:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:54:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:54:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:54:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:54:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:54:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:54:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:54:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:54:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:54:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:54:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:54:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:54:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:54:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:54:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:54:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:54:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:54:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:54:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:54:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:54:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:54:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:54:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:54:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:54:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:54:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:54:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:54:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:54:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:54:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:54:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:54:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:54:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:54:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Apr 10, 2024 12:54:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.045 s -- in org.glassfish.jersey.tests.e2e.server.validation.FieldPropertyValidationTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ReloadTest Apr 10, 2024 12:54:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:54:26 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:54:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:54:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:54:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.832 s -- in org.glassfish.jersey.tests.e2e.server.ReloadTest [INFO] Running org.glassfish.jersey.tests.e2e.server.EntityExpansionTest Apr 10, 2024 12:54:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:54:28 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:54:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:54:28 PM 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. Apr 10, 2024 12:54:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:54:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:54:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:54:29 PM 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. Apr 10, 2024 12:54:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.002 s -- in org.glassfish.jersey.tests.e2e.server.EntityExpansionTest [INFO] Running org.glassfish.jersey.tests.e2e.server.sebootstrap.SeBootstrapSystemPropertiesTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.241 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.245 s -- in org.glassfish.jersey.tests.e2e.server.sebootstrap.SeBootstrapPropertiesTest [INFO] Running org.glassfish.jersey.tests.e2e.server.sebootstrap.SeBootstrapTest Apr 10, 2024 12:54:32 PM 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. Apr 10, 2024 12:54:32 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:54:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42693] Apr 10, 2024 12:54:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:54:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42693] Apr 10, 2024 12:54:33 PM 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. Apr 10, 2024 12:54:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32769] Apr 10, 2024 12:54:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:54:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32769] Apr 10, 2024 12:54:33 PM 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. Apr 10, 2024 12:54:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37443] Apr 10, 2024 12:54:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:54:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37443] Apr 10, 2024 12:54:33 PM 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. Apr 10, 2024 12:54:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41649] Apr 10, 2024 12:54:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:54:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41649] Apr 10, 2024 12:54:33 PM 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. Apr 10, 2024 12:54:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8080] Apr 10, 2024 12:54:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:54:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8080] Apr 10, 2024 12:54:34 PM 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. Apr 10, 2024 12:54:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44476] Apr 10, 2024 12:54:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:54:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44476] Apr 10, 2024 12:54:34 PM 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. Apr 10, 2024 12:54:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8080] Apr 10, 2024 12:54:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:54:34 PM 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.588 s -- in org.glassfish.jersey.tests.e2e.server.sebootstrap.SeBootstrapTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ExceptionLoggingTest Apr 10, 2024 12:54:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:54:36 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:54:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:54:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:54:36 PM 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:1118) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:678) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:377) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:266) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:54:36 PM 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:255) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:54:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:54:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:54:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:54:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:54:36 PM 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:255) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:54:36 PM 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:255) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:54:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:54:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:54:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:54:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:54:37 PM 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:255) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:54:37 PM 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:255) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:54:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.233 s -- in org.glassfish.jersey.tests.e2e.server.ExceptionLoggingTest [INFO] Running org.glassfish.jersey.tests.e2e.server.BeanParamExceptionTest Apr 10, 2024 12:54:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:54:39 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:54:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:54:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:54:39 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 org.glassfish.jersey.server.ParamException$QueryParamException: HTTP 404 Not Found at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:81) at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:65) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java: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:156) 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(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:156) 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(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:156) 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:54:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:54:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:54:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:54:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:54:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:54:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:54:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:54:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:54:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:54:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:54:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:54:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:54:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.527 s -- in org.glassfish.jersey.tests.e2e.server.BeanParamExceptionTest [INFO] Running org.glassfish.jersey.tests.e2e.server.EncodedSlashInPathSegmentTest Apr 10, 2024 12:54:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:54:42 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:54:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:54:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:54:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.749 s -- in org.glassfish.jersey.tests.e2e.server.EncodedSlashInPathSegmentTest [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.MonitoringStatisticsLocatorTest Apr 10, 2024 12:54:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:54:44 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:54:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:54:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:54:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:54:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:54:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:54:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:54:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:54:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:54:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:54:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:54:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:54:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:54:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:54:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:54:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:54:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:54:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:54:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:54:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:54:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:54:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:54:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:54:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:54:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:54:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:54:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:54:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.242 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.MonitoringStatisticsLocatorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.ApplicationInfoTest Apr 10, 2024 12:54:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:54:50 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:54:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:54:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:54:50 PM 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:54:50 PM 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:255) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:54:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:54:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:54:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:54:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:54:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:54:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:54:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:54:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:54:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:54:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:54:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:54:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:54:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:54:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:54:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:54:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:54:51 PM 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:54:51 PM 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:255) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:54:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:54:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:54:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:54:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:54:52 PM 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:54:52 PM 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:255) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:54:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:54:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:54:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:54:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:54:52 PM 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:54:52 PM 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:255) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:54:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:54:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:54:52 PM org.glassfish.jersey.server.internal.monitoring.MonitoringFeature configure WARNING: MonitoringFeature is registered but the configuration property "jersey.config.server.monitoring.statistics.enabled" (enabling basic monitoring statistics) is FALSE. However, the feature is configured to enable exposure of monitoring MBeans (either by property or by direct instance setup), so the monitoring statistics will be enabled as this is prerequisite for Monitoring MBeans. The configuration is inconsistent and may produce unwanted behaviour. Unregister the feature or change the property value. Apr 10, 2024 12:54:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:54:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:54:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:54:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:54:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:54:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Apr 10, 2024 12:54:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:54:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:54:52 PM org.glassfish.jersey.server.internal.monitoring.MonitoringFeature configure WARNING: MonitoringFeature is registered but the configuration property "jersey.config.server.monitoring.statistics.enabled" (enabling basic monitoring statistics) is FALSE. Monitoring statistics will be disabled. The configuration is inconsistent and may produce unwanted behaviour. Disable MBeans exposure or enable monitoring statistics. Apr 10, 2024 12:54:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:54:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Apr 10, 2024 12:54:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.466 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 Apr 10, 2024 12:54:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:54:54 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:54:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:54:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:54:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.863 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.StatisticsDestroyTest$GrizzlyTestCase [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.StatisticsDestroyTest$JdkServerTestCase Apr 10, 2024 12:54:55 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:32955/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.292 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.StatisticsDestroyTest$JdkServerTestCase [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.199 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.StatisticsDestroyTest [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.MBeansTest Apr 10, 2024 12:54:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:55:00 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:55:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:55:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:55:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.544 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.MBeansTest [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.EventListenerTest Apr 10, 2024 12:55:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:55:04 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:55:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:55:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:55:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:55:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:55:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:55:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. {R.REQ_FILTERS_FINISHED.order=[[2]], R.RESP_FILTERS_START.order=[[4]], R.RESOURCE_METHOD_START.method=[[getAsyncOneThread]], R.RESP_FILTERS_FINISHED.order=[[5]], Content-Length=[5], R.REQ_FILTERS_START.order=[[1]], R.RESOURCE_METHOD_START.order=[[3]], Content-Type=[text/plain]} Apr 10, 2024 12:55:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:55:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:55:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:55:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. {R.REQ_FILTERS_FINISHED.order=[[2]], R.RESP_FILTERS_START.order=[[4]], R.RESOURCE_METHOD_START.method=[[getAsync]], R.RESP_FILTERS_FINISHED.order=[[5]], Content-Length=[5], R.REQ_FILTERS_START.order=[[1]], R.RESOURCE_METHOD_START.order=[[3]], Content-Type=[text/plain]} Apr 10, 2024 12:55:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:55:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:55:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:55:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. {R.REQ_FILTERS_FINISHED.order=[[4]], R.RESP_FILTERS_START.order=[[7]], R.RESOURCE_METHOD_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]} Apr 10, 2024 12:55:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:55:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:55:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:55:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. {R.REQ_FILTERS_FINISHED.order=[[2]], R.RESP_FILTERS_START.order=[[5]], R.RESOURCE_METHOD_FINISHED.order=[[4]], R.RESOURCE_METHOD_START.method=[[getMethod]], R.RESOURCE_METHOD_FINISHED=[[ok]], R.RESP_FILTERS_FINISHED.order=[[6]], Content-Length=[3], R.REQ_FILTERS_START.order=[[1]], R.RESOURCE_METHOD_START.order=[[3]], Content-Type=[text/plain]} Apr 10, 2024 12:55:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:55:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:55:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:55:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:55:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:55:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:55:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:55:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:55:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:55:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:55:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:55:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:55:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:55:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:55:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:55:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Apr 10, 2024 12:55:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:55:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:55:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:55:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. {R.REQ_FILTERS_FINISHED.order=[[4]], R.RESP_FILTERS_START.order=[[8]], R.RESOURCE_METHOD_START.method=[[getException]], R.MATCHED_LOCATOR=[[1:locator]], R.RESOURCE_METHOD_FINISHED=[[ok]], R.MATCHED_SUB_RESOURCE.order=[[2]], R.EXCEPTION_MAPPER_FOUND.order=[[7]], R.RESP_FILTERS_FINISHED.order=[[9]], R.REQ_FILTERS_START.order=[[3]], R.RESOURCE_METHOD_FINISHED.order=[[6]], Content-Length=[6], R.RESOURCE_METHOD_START.order=[[5]], R.MATCHED_LOCATOR.order=[[1]], R.EXCEPTION_MAPPER_FOUND.exception=[[org.glassfish.jersey.tests.e2e.server.monitoring.EventListenerTest$MyMappableException: test-error]], Content-Type=[text/plain]} Apr 10, 2024 12:55:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.177 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 Apr 10, 2024 12:55:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:55:08 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:55:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:55:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:55:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.357 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.ReloadApplicationEventTest$GrizzlyTestCase [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.ReloadApplicationEventTest$JdkServerTestCase Apr 10, 2024 12:55:10 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:32955/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.767 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.ReloadApplicationEventTest$JdkServerTestCase [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.169 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.ReloadApplicationEventTest [INFO] Running org.glassfish.jersey.tests.e2e.server.MetainfServicesLookupEnabledTest Apr 10, 2024 12:55:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:55:17 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:55:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:55:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:55:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.791 s -- in org.glassfish.jersey.tests.e2e.server.MetainfServicesLookupEnabledTest [INFO] Running org.glassfish.jersey.tests.e2e.server.OptionalParamConverterNoProviderTest Apr 10, 2024 12:55:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:55:19 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:55:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:55:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:55:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:55:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:55:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:55:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:55:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:55:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:55:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:55:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:55:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:55:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:55:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:55:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:55:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:55:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:55:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:55:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:55:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:55:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:55:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:55:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:55:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:55:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:55:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:55:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:55:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:55:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:55:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:55:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:55:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:55:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:55:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:55:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Apr 10, 2024 12:55:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.154 s -- in org.glassfish.jersey.tests.e2e.server.OptionalParamConverterNoProviderTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ExceptionMapperPropagationTest Apr 10, 2024 12:55:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:55:23 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:55:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:55:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:55:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:55:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:55:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:55:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:55:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:55:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:55:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:55:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:55:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:55:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:55:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:55:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:55:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:55:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:55:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:55:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:55:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:55:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:55:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:55:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:55:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:55:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:55:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:55:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:55:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:55:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:55:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:55:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:55:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:55:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:55:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:55:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Apr 10, 2024 12:55:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.134 s -- in org.glassfish.jersey.tests.e2e.server.ExceptionMapperPropagationTest [INFO] Running org.glassfish.jersey.tests.e2e.server.scanning.RankedProviderScanningTest Apr 10, 2024 12:55:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:55:27 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:55:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:55:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:55:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.682 s -- in org.glassfish.jersey.tests.e2e.server.scanning.RankedProviderScanningTest [INFO] Running org.glassfish.jersey.tests.e2e.server.filter.UriConnegLanguageTest Apr 10, 2024 12:55:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:55:29 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:55:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:55:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:55:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.618 s -- in org.glassfish.jersey.tests.e2e.server.filter.UriConnegLanguageTest [INFO] Running org.glassfish.jersey.tests.e2e.server.filter.RolesAllowedTest Apr 10, 2024 12:55:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:55:31 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:55:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:55:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:55:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:55:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:55:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:55:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:55:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:55:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:55:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:55:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:55:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:55:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:55:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:55:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:55:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:55:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:55:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:55:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:55:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:55:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:55:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:55:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:55:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:55:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:55:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:55:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:55:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.598 s -- in org.glassfish.jersey.tests.e2e.server.filter.RolesAllowedTest [INFO] Running org.glassfish.jersey.tests.e2e.server.filter.PostToPutDeleteTest Apr 10, 2024 12:55:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:55:35 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:55:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:55:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:55:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:55:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:55:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:55:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:55:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:55:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:55:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:55:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:55:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:55:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:55:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:55:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:55:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:55:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:55:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:55:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:55:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:55:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:55:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:55:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:55:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:55:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:55:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:55:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:55:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:55:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:55:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:55:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:55:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.002 s -- in org.glassfish.jersey.tests.e2e.server.filter.PostToPutDeleteTest [INFO] Running org.glassfish.jersey.tests.e2e.server.filter.UriConnegLanguageMediaTypeTest Apr 10, 2024 12:55:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:55:38 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:55:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:55:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:55:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.821 s -- in org.glassfish.jersey.tests.e2e.server.filter.UriConnegLanguageMediaTypeTest [INFO] Running org.glassfish.jersey.tests.e2e.server.filter.UriConnegMediaTypeTest Apr 10, 2024 12:55:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:55:41 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:55:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:55:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:55:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:55:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:55:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:55:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:55:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:55:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:55:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:55:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:55:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:55:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:55:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:55:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:55:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:55:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:55:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:55:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:55:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:55:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:55:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:55:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:55:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:55:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:55:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:55:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:55:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:55:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:55:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:55:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:55:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.098 s -- in org.glassfish.jersey.tests.e2e.server.filter.UriConnegMediaTypeTest [INFO] Running org.glassfish.jersey.tests.e2e.server.filter.UriConnegMappingFromStringTest Apr 10, 2024 12:55:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:55:44 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:55:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:55:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:55:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.726 s -- in org.glassfish.jersey.tests.e2e.server.filter.UriConnegMappingFromStringTest [INFO] Running org.glassfish.jersey.tests.e2e.server.filter.UriConnegLanguageMediaTypeNegativeTest Apr 10, 2024 12:55:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:55:47 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:55:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:55:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:55:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.849 s -- in org.glassfish.jersey.tests.e2e.server.filter.UriConnegLanguageMediaTypeNegativeTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ResourceFilterTest Apr 10, 2024 12:55:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:55:49 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:55:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:55:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:55:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:55:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:55:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:55:50 PM 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. Apr 10, 2024 12:55:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:55:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:55:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:55:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:55:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:55:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:55:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:55:50 PM 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. Apr 10, 2024 12:55:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:55:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:55:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:55:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:55:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:55:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:55:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:55:51 PM 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. Apr 10, 2024 12:55:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:55:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:55:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:55:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:55:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:55:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:55:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:55:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:55:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:55:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:55:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:55:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Apr 10, 2024 12:55:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:55:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:55:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:55:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Apr 10, 2024 12:55:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.070 s -- in org.glassfish.jersey.tests.e2e.server.ResourceFilterTest [INFO] Running org.glassfish.jersey.tests.e2e.server.UriBuilderTemplateTest Apr 10, 2024 12:55:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:55:53 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:55:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:55:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:55:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:55:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:55:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:55:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:55:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:55:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:55:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:55:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:55:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.183 s -- in org.glassfish.jersey.tests.e2e.server.UriBuilderTemplateTest [INFO] Running org.glassfish.jersey.tests.e2e.server.RuntimeConfigTest Apr 10, 2024 12:55:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:55:56 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:55:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:55:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:55:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.728 s -- in org.glassfish.jersey.tests.e2e.server.RuntimeConfigTest [INFO] Running org.glassfish.jersey.tests.e2e.server.AllInjectablesTest Apr 10, 2024 12:55:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:55:58 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:55:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:55:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:55:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:55:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:55:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:55:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:55:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:55:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:55:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:55:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:55:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:55:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:55:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:55:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:55:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:55:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:55:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:55:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:55:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.499 s -- in org.glassfish.jersey.tests.e2e.server.AllInjectablesTest [INFO] Running org.glassfish.jersey.tests.e2e.server.InjectionManagerServerProviderTest Apr 10, 2024 12:56:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:56:01 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:56:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:56:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:56:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:56:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:56:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:56:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:56:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:56:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:56:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:56:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:56:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.240 s -- in org.glassfish.jersey.tests.e2e.server.InjectionManagerServerProviderTest [INFO] Running org.glassfish.jersey.tests.e2e.server.GsonDefaultTest Apr 10, 2024 12:56:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:56:04 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:56:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:56:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:56:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:56:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:56:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:56:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:56:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.899 s -- in org.glassfish.jersey.tests.e2e.server.GsonDefaultTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ChunkedInputOutputTest Apr 10, 2024 12:56:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:56:07 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:56:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:56:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:56:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:56:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:56:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:56:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:56:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:56:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:56:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:56:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:56:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.121 s -- in org.glassfish.jersey.tests.e2e.server.ChunkedInputOutputTest [INFO] Running org.glassfish.jersey.tests.e2e.server.CustomMultivaluedMapProviderTest Apr 10, 2024 12:56:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:56:09 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:56:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:56:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:56:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.617 s -- in org.glassfish.jersey.tests.e2e.server.CustomMultivaluedMapProviderTest [INFO] Running org.glassfish.jersey.tests.e2e.server.EncodedFormParamTest Apr 10, 2024 12:56:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:56:12 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:56:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:56:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:56:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.787 s -- in org.glassfish.jersey.tests.e2e.server.EncodedFormParamTest [INFO] Running org.glassfish.jersey.tests.e2e.server.GloballyNameBoundResourceFilterTest Apr 10, 2024 12:56:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:56:14 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:56:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:56:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:56:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:56:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:56:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:56:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:56:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.982 s -- in org.glassfish.jersey.tests.e2e.server.GloballyNameBoundResourceFilterTest [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl1Test Apr 10, 2024 12:56:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:56:17 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:56:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:56:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:56:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:56:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:56:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:56:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. --------------------- Apr 10, 2024 12:56:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:56:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:56:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:56:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. --------------------- Apr 10, 2024 12:56:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.378 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl1Test [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl2Test Apr 10, 2024 12:56:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:56:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:56:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. --------------------- true true true true true true true true true true Apr 10, 2024 12:56:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.226 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl2Test [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl3Test Apr 10, 2024 12:56:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:56:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:56:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. --------------------- Apr 10, 2024 12:56:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.255 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl3Test [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl4Test Apr 10, 2024 12:56:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:56:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:56:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. --------------------- Apr 10, 2024 12:56:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.185 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl4Test [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl5Test Apr 10, 2024 12:56:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:56:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:56:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. --------------------- Apr 10, 2024 12:56:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:56:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:56:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:56:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. --------------------- true true true Apr 10, 2024 12:56:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:56:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:56:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:56:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. --------------------- true true true true true true true true true true true true true true true true true Apr 10, 2024 12:56:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:56:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:56:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:56:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. --------------------- true true true true true true --------------------- true true true Apr 10, 2024 12:56:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:56:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:56:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:56:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Apr 10, 2024 12:56:20 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl5Test$MyWadlGeneratorConfig$MyWadlGenerator Apr 10, 2024 12:56:20 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl5Test$MyWadlGeneratorConfig$MyWadlGenerator --------------------- Apr 10, 2024 12:56:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:56:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:56:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:56:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. --------------------- true true true Apr 10, 2024 12:56:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:56:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:56:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:56:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. true true true Apr 10, 2024 12:56:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:56:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:56:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:56:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Apr 10, 2024 12:56:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:56:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:56:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:56:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Apr 10, 2024 12:56:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:56:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:56:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:56:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Apr 10, 2024 12:56:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.754 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl5Test [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl6Test Apr 10, 2024 12:56:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:56:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:56:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Apr 10, 2024 12:56:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.279 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl6Test [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl7Test Apr 10, 2024 12:56:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:56:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:56:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Apr 10, 2024 12:56:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:56:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:56:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:56:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Apr 10, 2024 12:56:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.202 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.005 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl8Test [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl9Test Apr 10, 2024 12:56:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:56:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:56:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Apr 10, 2024 12:56:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.112 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl9Test [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl10Test Apr 10, 2024 12:56:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:56:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:56:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Apr 10, 2024 12:56:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.162 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl10Test [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl11Test Apr 10, 2024 12:56:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:56:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:56:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. --------------------- Apr 10, 2024 12:56:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:56:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:56:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:56:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Apr 10, 2024 12:56:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.242 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl11Test [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.866 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.OverrideWadlResourceTest Apr 10, 2024 12:56:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:56:23 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:56:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:56:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:56:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.677 s -- in org.glassfish.jersey.tests.e2e.server.wadl.OverrideWadlResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.ResourceExtendedFlagTest Apr 10, 2024 12:56:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:56:26 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:56:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:56:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. R extended=true resource: Resource{"all-extended", 2 child resources, 4 resource methods, 0 sub-resource locator, 4 method handler classes, 0 method handler instances} M extended=true method: allExtendedGet M extended=true method: apply M extended=true method: apply M extended=true method: apply R extended=true resource: Resource{"sub", 0 child resources, 4 resource methods, 0 sub-resource locator, 4 method handler classes, 0 method handler instances} M extended=true method: allExtendedSubGet M extended=true method: apply M extended=true method: apply M extended=true method: apply R extended=true resource: Resource{"locator", 0 child resources, 0 resource methods, 1 sub-resource locator, 1 method handler classes, 0 method handler instances} M extended=true method: allExtendedSubLocator R extended=false resource: Resource{"resource", 2 child resources, 5 resource methods, 0 sub-resource locator, 4 method handler classes, 0 method handler instances} M extended=true method: resourceExtendedPost M extended=false method: resourceGet M extended=true method: apply M extended=true method: apply M extended=true method: apply R extended=false resource: Resource{"visible", 0 child resources, 4 resource methods, 0 sub-resource locator, 4 method handler classes, 0 method handler instances} M extended=false method: resourceVisiblePost M extended=true method: apply M extended=true method: apply M extended=true method: apply R extended=true resource: Resource{"extended", 0 child resources, 4 resource methods, 0 sub-resource locator, 4 method handler classes, 0 method handler instances} M extended=true method: resourceExtendedGet M extended=true method: apply M extended=true method: apply M extended=true method: apply R extended=true resource: Resource{"application.wadl", 1 child resources, 3 resource methods, 0 sub-resource locator, 3 method handler classes, 0 method handler instances} M extended=true method: getWadl M extended=true method: apply M extended=true method: apply R extended=true resource: Resource{"{path}", 0 child resources, 3 resource methods, 0 sub-resource locator, 3 method handler classes, 0 method handler instances} M extended=true method: getExternalGrammar M extended=true method: apply M extended=true method: apply Apr 10, 2024 12:56:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:56:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:56:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:56:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. --------------------- Apr 10, 2024 12:56:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:56:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:56:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:56:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. --------------------- true true true true true true true true true true true true true true true true true true true true true true true true true true true true true true true Apr 10, 2024 12:56:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.401 s -- in org.glassfish.jersey.tests.e2e.server.wadl.ResourceExtendedFlagTest [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlBeanParamTest Apr 10, 2024 12:56:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:56:29 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:56:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:56:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. --------------------- Apr 10, 2024 12:56:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:56:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:56:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:56:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. --------------------- Apr 10, 2024 12:56:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:56:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:56:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:56:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. --------------------- Apr 10, 2024 12:56:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.453 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlBeanParamTest [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlEmptyMediaTypeTest Apr 10, 2024 12:56:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:56:32 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:56:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:56:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:56:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.954 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlEmptyMediaTypeTest [INFO] Running org.glassfish.jersey.tests.e2e.server.PathEncodingTest Apr 10, 2024 12:56:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:56:34 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:56:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:56:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:56:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:56:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:56:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:56:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:56:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:56:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:56:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:56:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:56:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:56:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:56:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:56:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:56:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:56:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:56:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:56:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:56:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:56:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:56:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:56:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:56:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:56:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:56:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:56:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:56:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:56:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:56:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:56:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:56:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:56:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:56:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:56:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Apr 10, 2024 12:56:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:56:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:56:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:56:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Apr 10, 2024 12:56:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:56:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:56:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:56:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Apr 10, 2024 12:56:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.266 s -- in org.glassfish.jersey.tests.e2e.server.PathEncodingTest [INFO] Running org.glassfish.jersey.tests.e2e.server.InputStreamResponseTest Apr 10, 2024 12:56:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:56:38 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:56:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:56:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:56:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:56:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:56:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:56:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:56:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.864 s -- in org.glassfish.jersey.tests.e2e.server.InputStreamResponseTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ScheduledThreadPoolExecutorProviderTest Apr 10, 2024 12:56:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:56:41 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:56:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:56:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:56:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.552 s -- in org.glassfish.jersey.tests.e2e.server.ScheduledThreadPoolExecutorProviderTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ArrayParamConverterTest Apr 10, 2024 12:56:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:56:43 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:56:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:56:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:56:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:56:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:56:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:56:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:56:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:56:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:56:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:56:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:56:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:56:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:56:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:56:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:56:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:56:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:56:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:56:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:56:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:56:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:56:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:56:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:56:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:56:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:56:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:56:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:56:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:56:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:56:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:56:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:56:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:56:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:56:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:56:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Apr 10, 2024 12:56:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:56:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:56:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:56:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Apr 10, 2024 12:56:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:56:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:56:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:56:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Apr 10, 2024 12:56:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.782 s -- in org.glassfish.jersey.tests.e2e.server.ArrayParamConverterTest [INFO] Running org.glassfish.jersey.tests.e2e.server.InitializationLoggingTest Apr 10, 2024 12:56:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:56:47 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:56:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:56:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:56:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.930 s -- in org.glassfish.jersey.tests.e2e.server.InitializationLoggingTest [INFO] Running org.glassfish.jersey.tests.e2e.server.SubResourceTest Apr 10, 2024 12:56:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:56:50 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:56:50 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: The resource (or sub resource) Resource{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: A resource, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Apr 10, 2024 12:56:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:56:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:56:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:56:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:56:51 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: The resource (or sub resource) Resource{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: A resource, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Apr 10, 2024 12:56:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:56:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:56:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:56:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:56:51 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: The resource (or sub resource) Resource{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: A resource, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Apr 10, 2024 12:56:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:56:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:56:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:56:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:56:51 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: The resource (or sub resource) Resource{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: A resource, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Apr 10, 2024 12:56:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:56:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:56:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:56:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:56:51 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: The resource (or sub resource) Resource{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: A resource, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Apr 10, 2024 12:56:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:56:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:56:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:56:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:56:51 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: The resource (or sub resource) Resource{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: A resource, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Apr 10, 2024 12:56:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:56:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:56:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:56:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:56:51 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: The resource (or sub resource) Resource{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: A resource, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Apr 10, 2024 12:56:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:56:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:56:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:56:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:56:52 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: The resource (or sub resource) Resource{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: A resource, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Apr 10, 2024 12:56:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:56:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:56:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:56:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:56:52 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: The resource (or sub resource) Resource{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: A resource, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Apr 10, 2024 12:56:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:56:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Apr 10, 2024 12:56:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:56:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:56:52 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: The resource (or sub resource) Resource{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: A resource, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Apr 10, 2024 12:56:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:56:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Apr 10, 2024 12:56:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:56:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:56:52 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: The resource (or sub resource) Resource{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: A resource, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Apr 10, 2024 12:56:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:56:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Apr 10, 2024 12:56:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:56:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:56:52 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: The resource (or sub resource) Resource{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: A resource, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Apr 10, 2024 12:56:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:56:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Apr 10, 2024 12:56:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:56:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:56:52 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: The resource (or sub resource) Resource{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: A resource, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Apr 10, 2024 12:56:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:56:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Apr 10, 2024 12:56:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.572 s -- in org.glassfish.jersey.tests.e2e.server.SubResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest Apr 10, 2024 12:56:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:56:54 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:56:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:56:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:56:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:56:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:56:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:56:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:56:55 PM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: An I/O error has occurred while writing a response message entity to the container output stream. org.glassfish.jersey.server.internal.process.MappableException: org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest$MyException: exception-after-first-bytes at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:67) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1118) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:678) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:377) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:266) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(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 Apr 10, 2024 12:56:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:56:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:56:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:56:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. java.lang.Throwable: throwable at org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest$Resource.throwsThrowable(ExceptionMapperTest.java: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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(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 Apr 10, 2024 12:56:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:56:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:56:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:56:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:56:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:56:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:56:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:56:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:56:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:56:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:56:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:56:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:56:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:56:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:56:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:56:56 PM 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:385) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:377) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:266) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:56:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:56:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:56:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:56:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:56:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:56:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:56:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:56:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Apr 10, 2024 12:56:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:56:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:56:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:56:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Apr 10, 2024 12:56:56 PM org.glassfish.jersey.server.ServerRuntime$Responder process SEVERE: Error occurred when processing a response created from an already mapped exception. Apr 10, 2024 12:56:56 PM 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:1118) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:678) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:439) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(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 Apr 10, 2024 12:56:56 PM 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:255) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:56:56 PM org.glassfish.jersey.server.ServerRuntime$Responder release WARNING: Attempt to release request processing resources has failed for a request. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:255) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) 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:775) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:469) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:56:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:56:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:56:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:56:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Apr 10, 2024 12:56:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:56:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:56:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:56:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Apr 10, 2024 12:56:57 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=aa/bbb, type=class org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest$UnknownType, genericType=class org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest$UnknownType. Apr 10, 2024 12:56:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.689 s -- in org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest [INFO] Running org.glassfish.jersey.tests.e2e.server.OptionalParamConverterTest Apr 10, 2024 12:56:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:56:59 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:56:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:56:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:56:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:56:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:56:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:56:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:57:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:57:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:57:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:57:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:57:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:57:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:57:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:57:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:57:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:57:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:57:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:57:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:57:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:57:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:57:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:57:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:57:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.147 s -- in org.glassfish.jersey.tests.e2e.server.OptionalParamConverterTest [INFO] Running org.glassfish.jersey.tests.e2e.server.routing.GetMatchedResourceTemplateTest Apr 10, 2024 12:57:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:57:02 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:57:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:57:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:57:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:57:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:57:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:57:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:57:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:57:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:57:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:57:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:57:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:57:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:57:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:57:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:57:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.487 s -- in org.glassfish.jersey.tests.e2e.server.routing.GetMatchedResourceTemplateTest [INFO] Running org.glassfish.jersey.tests.e2e.server.routing.RegularExpressionsTest Apr 10, 2024 12:57:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:57:06 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:57:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:57:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:57:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:57:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:57:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:57:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:57:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:57:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:57:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:57:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:57:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:57:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:57:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:57:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:57:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:57:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:57:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:57:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:57:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.730 s -- in org.glassfish.jersey.tests.e2e.server.routing.RegularExpressionsTest [INFO] Running org.glassfish.jersey.tests.e2e.server.routing.ResponseMediaTypeFromProvidersTest Apr 10, 2024 12:57:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:57:09 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:57:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:57:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:57:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:57:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:57:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:57:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:57:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:57:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:57:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:57:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:57:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:57:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:57:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:57:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:57:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:57:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:57:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:57:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:57:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.675 s -- in org.glassfish.jersey.tests.e2e.server.routing.ResponseMediaTypeFromProvidersTest [INFO] Running org.glassfish.jersey.tests.e2e.server.routing.InheritanceTest Apr 10, 2024 12:57:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:57:12 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:57:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:57:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:57:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.764 s -- in org.glassfish.jersey.tests.e2e.server.routing.InheritanceTest [INFO] Running org.glassfish.jersey.tests.e2e.server.AsyncResponseTest Apr 10, 2024 12:57:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:57:15 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:57:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:57:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:57:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:57:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:57:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:57:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:57:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:57:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:57:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:57:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:57:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:57:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:57:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:57:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:57:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:57:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:57:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:57:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:57:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:57:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:57:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:57:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:57:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [WARNING] Tests run: 8, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 2.877 s -- in org.glassfish.jersey.tests.e2e.server.AsyncResponseTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ExceptionMapperPriorityTest Apr 10, 2024 12:57:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:57:18 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:57:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:57:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:57:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.795 s -- in org.glassfish.jersey.tests.e2e.server.ExceptionMapperPriorityTest [INFO] Running org.glassfish.jersey.tests.e2e.server.GsonCustomTest Apr 10, 2024 12:57:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:57:21 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:57:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:57:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:57:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.885 s -- in org.glassfish.jersey.tests.e2e.server.GsonCustomTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ContentNegotiationTest Apr 10, 2024 12:57:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:57:23 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:57:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:57:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:57:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:57:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:57:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:57:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:57:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:57:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:57:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:57:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:57:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:57:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:57:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:57:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:57:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:57:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:57:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:57:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:57:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:57:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:57:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:57:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:57:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:57:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:57:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:57:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:57:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:57:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:57:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:57:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:57:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:57:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:57:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:57:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Apr 10, 2024 12:57:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.091 s -- in org.glassfish.jersey.tests.e2e.server.ContentNegotiationTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ResponseStatusTypeTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ResponseStatusTypeTest$InMemoryTest Apr 10, 2024 12:57:26 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:57:27 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:57:27 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:57:27 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:32955/ [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.979 s -- in org.glassfish.jersey.tests.e2e.server.ResponseStatusTypeTest$InMemoryTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ResponseStatusTypeTest$GrizzlyContainerGrizzlyConnectorTest Apr 10, 2024 12:57:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:57:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:57:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. SLF4J(W): No SLF4J providers were found. SLF4J(W): Defaulting to no-operation (NOP) logger implementation SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details. Apr 10, 2024 12:57:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:57:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:57:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:57:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:57:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:57:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:57:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:57:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:57:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.858 s -- in org.glassfish.jersey.tests.e2e.server.ResponseStatusTypeTest$GrizzlyContainerGrizzlyConnectorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ResponseStatusTypeTest$GrizzlyContainerApacheConnectorTest Apr 10, 2024 12:57:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:57:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:57:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:57:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:57:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:57:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:57:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:57:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:57:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:57:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:57:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:57:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.514 s -- in org.glassfish.jersey.tests.e2e.server.ResponseStatusTypeTest$GrizzlyContainerApacheConnectorTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.405 s -- in org.glassfish.jersey.tests.e2e.server.ResponseStatusTypeTest [INFO] Running org.glassfish.jersey.tests.e2e.server.WebApplicationExceptionLoggingTest Apr 10, 2024 12:57:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:57:31 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:57:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:57:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:57:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:57:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:57:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:57:32 PM 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:57:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:57:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:57:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:57:32 PM 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:57:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.267 s -- in org.glassfish.jersey.tests.e2e.server.WebApplicationExceptionLoggingTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ExtendedExceptionMapperTest Apr 10, 2024 12:57:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:57:34 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:57:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:57:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:57:34 PM 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:57:34 PM 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:255) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:57:34 PM 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:57:34 PM 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:255) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:57:34 PM 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:57:34 PM 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:255) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:57:34 PM 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:57:34 PM 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:255) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:57:34 PM 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:57:34 PM 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:255) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:57:34 PM 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:57:34 PM 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:255) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:57:34 PM 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:57:34 PM 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:255) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:57:34 PM 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:57:34 PM 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:255) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:57:34 PM 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:57:34 PM 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:255) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:57:34 PM 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:57:34 PM 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:255) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:57:34 PM 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:57:34 PM 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:255) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:57:34 PM 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:57:34 PM 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:255) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:57:34 PM 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:57:34 PM 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:255) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:57:35 PM 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:57:35 PM 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:255) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:57:35 PM 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:57:35 PM 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:255) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:57:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.175 s -- in org.glassfish.jersey.tests.e2e.server.ExtendedExceptionMapperTest [INFO] Running org.glassfish.jersey.tests.e2e.server.FormParamMultivaluedInjectionTest Apr 10, 2024 12:57:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:57:36 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:57:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:57:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:57:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:57:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:57:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:57:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:57:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:57:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:57:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:57:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:57:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:57:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:57:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:57:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:57:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:57:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:57:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:57:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:57:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.475 s -- in org.glassfish.jersey.tests.e2e.server.FormParamMultivaluedInjectionTest [INFO] Running org.glassfish.jersey.tests.e2e.server.MetainfServicesLookupDisabledTest Apr 10, 2024 12:57:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:57:40 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:57:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:57:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:57:40 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=text/plain, type=class org.glassfish.jersey.tests.e2e.server.AbstractDisableMetainfServicesLookupTest$UselessMessage, genericType=class org.glassfish.jersey.tests.e2e.server.AbstractDisableMetainfServicesLookupTest$UselessMessage. Apr 10, 2024 12:57:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.765 s -- in org.glassfish.jersey.tests.e2e.server.MetainfServicesLookupDisabledTest [INFO] Running org.glassfish.jersey.tests.e2e.server.NameBindingTest Apr 10, 2024 12:57:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:57:42 PM org.glassfish.jersey.server.ProcessingProvidersConfigurator filterNameBound WARNING: @PreMatching provider, class org.glassfish.jersey.tests.e2e.server.NameBindingTest$PreMatchingFooFilter, also annotated with a name binding annotation. Name binding will be ignored. Apr 10, 2024 12:57:42 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:57:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:57:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:57:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:57:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:57:43 PM org.glassfish.jersey.server.ProcessingProvidersConfigurator filterNameBound WARNING: @PreMatching provider, class org.glassfish.jersey.tests.e2e.server.NameBindingTest$PreMatchingFooFilter, also annotated with a name binding annotation. Name binding will be ignored. Apr 10, 2024 12:57:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:57:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:57:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:57:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:57:43 PM org.glassfish.jersey.server.ProcessingProvidersConfigurator filterNameBound WARNING: @PreMatching provider, class org.glassfish.jersey.tests.e2e.server.NameBindingTest$PreMatchingFooFilter, also annotated with a name binding annotation. Name binding will be ignored. Apr 10, 2024 12:57:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:57:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:57:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:57:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:57:43 PM org.glassfish.jersey.server.ProcessingProvidersConfigurator filterNameBound WARNING: @PreMatching provider, class org.glassfish.jersey.tests.e2e.server.NameBindingTest$PreMatchingFooFilter, also annotated with a name binding annotation. Name binding will be ignored. Apr 10, 2024 12:57:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:57:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:57:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:57:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:57:43 PM org.glassfish.jersey.server.ProcessingProvidersConfigurator filterNameBound WARNING: @PreMatching provider, class org.glassfish.jersey.tests.e2e.server.NameBindingTest$PreMatchingFooFilter, also annotated with a name binding annotation. Name binding will be ignored. Apr 10, 2024 12:57:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:57:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:57:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:57:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:57:44 PM org.glassfish.jersey.server.ProcessingProvidersConfigurator filterNameBound WARNING: @PreMatching provider, class org.glassfish.jersey.tests.e2e.server.NameBindingTest$PreMatchingFooFilter, also annotated with a name binding annotation. Name binding will be ignored. Apr 10, 2024 12:57:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:57:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:57:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:57:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:57:44 PM org.glassfish.jersey.server.ProcessingProvidersConfigurator filterNameBound WARNING: @PreMatching provider, class org.glassfish.jersey.tests.e2e.server.NameBindingTest$PreMatchingFooFilter, also annotated with a name binding annotation. Name binding will be ignored. Apr 10, 2024 12:57:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:57:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:57:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.947 s -- in org.glassfish.jersey.tests.e2e.server.NameBindingTest [INFO] Running org.glassfish.jersey.tests.e2e.server.TypedVariableTest Apr 10, 2024 12:57:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:57:46 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:57:46 PM 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. Apr 10, 2024 12:57:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:57:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:57:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.738 s -- in org.glassfish.jersey.tests.e2e.server.TypedVariableTest [INFO] Running org.glassfish.jersey.tests.e2e.server.BeanParamTest Apr 10, 2024 12:57:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:57:48 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:57:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:57:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:57:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:57:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:57:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:57:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:57:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:57:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:57:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:57:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:57:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:57:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:57:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:57:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:57:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:57:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:57:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:57:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:57:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:57:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:57:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:57:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:57:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:57:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:57:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:57:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:57:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.861 s -- in org.glassfish.jersey.tests.e2e.server.BeanParamTest [INFO] Running org.glassfish.jersey.tests.e2e.server.InterceptorNameAndDynamicBindingTest Apr 10, 2024 12:57:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:57:52 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:57:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:57:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:57:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:57:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:57:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:57:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:57:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:57:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:57:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:57:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:57:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:57:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:57:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:57:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:57:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:57:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:57:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:57:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:57:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:57:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:57:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:57:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:57:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:57:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:57:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:57:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:57:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:57:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:57:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:57:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:57:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.100 s -- in org.glassfish.jersey.tests.e2e.server.InterceptorNameAndDynamicBindingTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ModelProcessorTest Apr 10, 2024 12:57:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:57:55 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:57:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:57:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:57:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:57:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:57:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:57:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:57:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:57:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:57:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:57:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:57:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:57:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:57:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:57:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:57:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:57:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:57:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:57:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:57:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.108 s -- in org.glassfish.jersey.tests.e2e.server.ModelProcessorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.BroadcasterTest Apr 10, 2024 12:57:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:57:58 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:57:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:57:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:57:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.788 s -- in org.glassfish.jersey.tests.e2e.server.BroadcasterTest [INFO] Running org.glassfish.jersey.tests.e2e.server.InjectionTest Apr 10, 2024 12:57:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:58:01 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:58:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:58:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:58:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.903 s -- in org.glassfish.jersey.tests.e2e.server.InjectionTest [INFO] Running org.glassfish.jersey.tests.e2e.server.CustomInjectablesResourceConfigTest Apr 10, 2024 12:58:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:58:04 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:58:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:58:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. org.glassfish.jersey.tests.e2e.server.CustomInjectablesResourceConfigTest$MyInjectableSingleton@1307deb9 org.glassfish.jersey.tests.e2e.server.CustomInjectablesResourceConfigTest$MyInjectableSingleton@1307deb9 org.glassfish.jersey.tests.e2e.server.CustomInjectablesResourceConfigTest$MyInjectableSingleton@1307deb9 Apr 10, 2024 12:58:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:58:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:58:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:58:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:58:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:58:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:58:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:58:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:58:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.873 s -- in org.glassfish.jersey.tests.e2e.server.CustomInjectablesResourceConfigTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ContainerListenerRegistrationAsProvidersTest Apr 10, 2024 12:58:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:58:07 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:58:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:58:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:58:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.789 s -- in org.glassfish.jersey.tests.e2e.server.ContainerListenerRegistrationAsProvidersTest [INFO] Running org.glassfish.jersey.tests.e2e.server.SingletonProvidersResourcesTest Apr 10, 2024 12:58:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:58:09 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:58:09 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, class org.glassfish.jersey.tests.e2e.server.SingletonProvidersResourcesTest$ResourceSingleton, implements provider interface [interface 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. Apr 10, 2024 12:58:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:58:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:58:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:58:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:58:10 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, class org.glassfish.jersey.tests.e2e.server.SingletonProvidersResourcesTest$ResourceSingleton, implements provider interface [interface 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. Apr 10, 2024 12:58:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:58:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:58:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:58:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:58:10 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, class org.glassfish.jersey.tests.e2e.server.SingletonProvidersResourcesTest$ResourceSingleton, implements provider interface [interface 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. Apr 10, 2024 12:58:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:58:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:58:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.178 s -- in org.glassfish.jersey.tests.e2e.server.SingletonProvidersResourcesTest [INFO] Running org.glassfish.jersey.tests.e2e.server.Issue4097Test Apr 10, 2024 12:58:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:58:12 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:58:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:58:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:58:12 PM 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:58:12 PM 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:255) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:58:12 PM 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:58:12 PM 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:255) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:58:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.696 s -- in org.glassfish.jersey.tests.e2e.server.Issue4097Test [INFO] Running org.glassfish.jersey.tests.e2e.server.ResourceRoutingTest Apr 10, 2024 12:58:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:58:14 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:58:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:58:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:58:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:58:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:58:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:58:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:58:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:58:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:58:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:58:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:58:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.090 s -- in org.glassfish.jersey.tests.e2e.server.ResourceRoutingTest [INFO] Running org.glassfish.jersey.tests.e2e.server.GlobalNameBoundInterceptorTest Apr 10, 2024 12:58:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:58:17 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:58:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:58:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:58:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:58:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:58:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:58:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:58:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:58:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:58:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:58:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:58:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:58:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:58:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:58:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:58:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:58:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:58:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:58:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:58:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:58:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:58:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:58:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:58:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:58:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:58:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:58:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:58:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:58:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:58:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:58:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:58:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.022 s -- in org.glassfish.jersey.tests.e2e.server.GlobalNameBoundInterceptorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ClientResponseOnServerTest Apr 10, 2024 12:58:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:58:21 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:58:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:58:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:58:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.977 s -- in org.glassfish.jersey.tests.e2e.server.ClientResponseOnServerTest [INFO] Running org.glassfish.jersey.tests.e2e.server.CloseableTest Apr 10, 2024 12:58:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:58:23 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:58:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:58:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:58:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:58:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:58:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:58:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:58:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.987 s -- in org.glassfish.jersey.tests.e2e.server.CloseableTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ParamConverterTest Apr 10, 2024 12:58:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:58:27 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:58:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:58:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:58:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:58:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:58:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:58:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:58:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:58:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:58:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:58:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:58:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:58:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:58:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:58:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:58:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:58:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:58:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:58:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:58:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:58:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:58:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:58:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:58:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:58:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:58:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:58:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:58:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:58:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:58:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:58:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:58:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:58:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:58:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:58:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Apr 10, 2024 12:58:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:58:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:58:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:58:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Apr 10, 2024 12:58:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [WARNING] Tests run: 11, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 3.281 s -- in org.glassfish.jersey.tests.e2e.server.ParamConverterTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ParamConverterPriorityTest Apr 10, 2024 12:58:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:58:31 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:58:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:58:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:58:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.899 s -- in org.glassfish.jersey.tests.e2e.server.ParamConverterPriorityTest [INFO] Running org.glassfish.jersey.tests.e2e.server.PerRequestLifecycleTest Apr 10, 2024 12:58:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:58:33 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:58:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:58:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:58:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:58:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:58:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:58:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:58:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:58:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:58:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:58:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:58:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:58:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:58:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:58:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:58:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:58:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:58:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:58:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:58:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:58:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:58:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:58:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:58:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:58:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:58:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:58:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:58:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.739 s -- in org.glassfish.jersey.tests.e2e.server.PerRequestLifecycleTest [INFO] Running org.glassfish.jersey.tests.e2e.server.SecurityContextFilterTest Apr 10, 2024 12:58:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:58:37 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:58:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:58:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:58:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:58:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:58:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:58:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:58:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.912 s -- in org.glassfish.jersey.tests.e2e.server.SecurityContextFilterTest [INFO] Running org.glassfish.jersey.tests.e2e.server.MessageBodyProvidersExceptionsTest Apr 10, 2024 12:58:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:58:39 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:58:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:58:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:58:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:58:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:58:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:58:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:58:40 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=text/plain, type=class org.glassfish.jersey.tests.e2e.server.MessageBodyProvidersExceptionsTest$Resource, genericType=class org.glassfish.jersey.tests.e2e.server.MessageBodyProvidersExceptionsTest$Resource. Apr 10, 2024 12:58:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.999 s -- in org.glassfish.jersey.tests.e2e.server.MessageBodyProvidersExceptionsTest [INFO] Running org.glassfish.jersey.tests.e2e.server.InterceptorHttpHeadersInjectionTest Apr 10, 2024 12:58:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:58:42 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:58:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:58:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:58:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:58:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:58:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:58:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:58:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.947 s -- in org.glassfish.jersey.tests.e2e.server.InterceptorHttpHeadersInjectionTest [INFO] Running org.glassfish.jersey.tests.e2e.server.PrimitiveTypesTest Apr 10, 2024 12:58:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:58:45 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:58:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:58:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:58:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:58:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:58:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:58:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:58:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:58:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:58:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:58:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:58:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:58:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:58:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:58:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:58:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:58:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:58:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:58:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:58:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:58:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:58:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:58:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:58:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.023 s -- in org.glassfish.jersey.tests.e2e.server.PrimitiveTypesTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ServerDestroyTest Apr 10, 2024 12:58:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:58:48 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:58:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:58:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:58:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.816 s -- in org.glassfish.jersey.tests.e2e.server.ServerDestroyTest [INFO] Running org.glassfish.jersey.tests.e2e.server.AppNameBindingTest Apr 10, 2024 12:58:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:58:51 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:58:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:58:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:58:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:58:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:58:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:58:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:58:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.942 s -- in org.glassfish.jersey.tests.e2e.server.AppNameBindingTest [INFO] Running org.glassfish.jersey.tests.e2e.server.AmbigousResourceMethodTest Apr 10, 2024 12:58:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:58:54 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:58:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:58:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:58:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.848 s -- in org.glassfish.jersey.tests.e2e.server.AmbigousResourceMethodTest [INFO] Running org.glassfish.jersey.tests.e2e.server.CustomInjectablesApplicationTest Apr 10, 2024 12:58:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Registering injectables... Apr 10, 2024 12:58:56 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:58:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:58:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:58:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:58:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Registering injectables... Apr 10, 2024 12:58:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:58:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. org.glassfish.jersey.tests.e2e.server.CustomInjectablesApplicationTest$MyInjectableSingleton@a434bcf org.glassfish.jersey.tests.e2e.server.CustomInjectablesApplicationTest$MyInjectableSingleton@a434bcf org.glassfish.jersey.tests.e2e.server.CustomInjectablesApplicationTest$MyInjectableSingleton@a434bcf Apr 10, 2024 12:58:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:58:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Registering injectables... Apr 10, 2024 12:58:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:58:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:58:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:58:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Registering injectables... Apr 10, 2024 12:58:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:58:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:58:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:58:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Registering injectables... Apr 10, 2024 12:58:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:58:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:58:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.420 s -- in org.glassfish.jersey.tests.e2e.server.CustomInjectablesApplicationTest [INFO] Running org.glassfish.jersey.tests.e2e.server.PostConstructTest Apr 10, 2024 12:58:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:58:59 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:58:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:58:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:59:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.724 s -- in org.glassfish.jersey.tests.e2e.server.PostConstructTest [INFO] Running org.glassfish.jersey.tests.e2e.server.SingletonProviderTest Apr 10, 2024 12:59:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:59:02 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:59:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:59:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:59:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:59:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:59:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:59:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:59:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:59:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:59:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:59:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:59:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:59:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:59:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:59:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:59:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:59:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:59:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:59:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:59:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.630 s -- in org.glassfish.jersey.tests.e2e.server.SingletonProviderTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ExtendedUriInfoTest Apr 10, 2024 12:59:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:59:05 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:59:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:59:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:59:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:59:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:59:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:59:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:59:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:59:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:59:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:59:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:59:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:59:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:59:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:59:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:59:06 PM 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:59:06 PM 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:255) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 12:59:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.376 s -- in org.glassfish.jersey.tests.e2e.server.ExtendedUriInfoTest [INFO] Running org.glassfish.jersey.tests.e2e.server.IllegalArgumentExceptionTest Apr 10, 2024 12:59:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:59:08 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:59:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:59:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:59:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:59:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:59:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:59:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:59:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:59:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:59:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:59:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:59:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:59:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:59:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:59:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:59:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.368 s -- in org.glassfish.jersey.tests.e2e.server.IllegalArgumentExceptionTest [INFO] Running org.glassfish.jersey.tests.e2e.server.StreamMethodCallTest Apr 10, 2024 12:59:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:59:11 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:59:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:59:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:59:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.694 s -- in org.glassfish.jersey.tests.e2e.server.StreamMethodCallTest [INFO] Running org.glassfish.jersey.tests.e2e.server.RequestScopedAndAsyncTest Apr 10, 2024 12:59:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:59:13 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:59:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:59:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:59:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:59:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:59:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:59:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:59:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:59:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:59:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:59:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:59:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:59:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:59:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:59:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:59:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.327 s -- in org.glassfish.jersey.tests.e2e.server.RequestScopedAndAsyncTest [INFO] Running org.glassfish.jersey.tests.e2e.server.SingletonResourceTest Apr 10, 2024 12:59:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:59:16 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:59:16 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, Resource{"test-singletonScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-singletonScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-requestScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-requestScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-perlookupScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-perlookupScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Apr 10, 2024 12:59:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:59:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:59:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:59:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:59:17 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, Resource{"test-singletonScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-singletonScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-requestScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-requestScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-perlookupScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-perlookupScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Apr 10, 2024 12:59:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:59:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:59:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:59:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:59:17 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, Resource{"test-singletonScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-singletonScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-requestScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-requestScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-perlookupScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-perlookupScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Apr 10, 2024 12:59:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:59:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:59:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:59:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:59:17 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, Resource{"test-singletonScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-singletonScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-requestScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-requestScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-perlookupScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-perlookupScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Apr 10, 2024 12:59:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:59:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:59:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:59:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:59:17 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, Resource{"test-singletonScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-singletonScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-requestScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-requestScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-perlookupScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-perlookupScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Apr 10, 2024 12:59:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:59:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:59:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:59:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:59:18 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, Resource{"test-singletonScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-singletonScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-requestScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-requestScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-perlookupScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-perlookupScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Apr 10, 2024 12:59:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:59:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:59:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.751 s -- in org.glassfish.jersey.tests.e2e.server.SingletonResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ManagedClientExecutorTest Apr 10, 2024 12:59:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Apr 10, 2024 12:59:19 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:59:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 12:59:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. bar-executor-service bar-executor-service Apr 10, 2024 12:59:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Apr 10, 2024 12:59:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Apr 10, 2024 12:59:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 12:59:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:59:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.114 s -- in org.glassfish.jersey.tests.e2e.server.ManagedClientExecutorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.GrizzlyInjectionTest Apr 10, 2024 12:59:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:59:22 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:59:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:59:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:59:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.781 s -- in org.glassfish.jersey.tests.e2e.server.GrizzlyInjectionTest [INFO] Running org.glassfish.jersey.tests.e2e.server.AsyncCallbackTest Apr 10, 2024 12:59:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:59:25 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:59:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:59:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:59:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:59:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:59:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:59:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:59:25 PM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: An I/O error has occurred while writing a response message entity to the container output stream. org.glassfish.jersey.server.internal.process.MappableException: 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:1118) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:678) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:377) at org.glassfish.jersey.server.ServerRuntime$AsyncResponder$3.run(ServerRuntime.java:913) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime$AsyncResponder.resume(ServerRuntime.java:950) at org.glassfish.jersey.server.ServerRuntime$AsyncResponder.resume(ServerRuntime.java:901) 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:867) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime$AsyncResponder$2.run(ServerRuntime.java:862) 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 Apr 10, 2024 12:59:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.990 s -- in org.glassfish.jersey.tests.e2e.server.AsyncCallbackTest [INFO] Running org.glassfish.jersey.tests.e2e.server.CompletionStageTest Apr 10, 2024 12:59:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:59:28 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 12:59:28 PM 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. Apr 10, 2024 12:59:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:59:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:59:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:59:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:59:29 PM 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. Apr 10, 2024 12:59:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:59:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:59:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:59:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:59:30 PM 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. Apr 10, 2024 12:59:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:59:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:59:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:59:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:59:30 PM 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. Apr 10, 2024 12:59:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:59:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:59:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:59:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:59:31 PM 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. Apr 10, 2024 12:59:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:59:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:59:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:59:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:59:31 PM 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. Apr 10, 2024 12:59:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:59:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:59:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:59:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:59:31 PM 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. Apr 10, 2024 12:59:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:59:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:59:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:59:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:59:31 PM 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. Apr 10, 2024 12:59:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:59:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:59:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:59:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:59:32 PM 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. Apr 10, 2024 12:59:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:59:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Apr 10, 2024 12:59:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:59:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:59:32 PM 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. Apr 10, 2024 12:59:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:59:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Apr 10, 2024 12:59:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:59:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:59:33 PM 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. Apr 10, 2024 12:59:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:59:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Apr 10, 2024 12:59:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:59:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:59:34 PM 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. Apr 10, 2024 12:59:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:59:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Apr 10, 2024 12:59:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:59:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:59:35 PM 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. Apr 10, 2024 12:59:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:59:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Apr 10, 2024 12:59:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] Apr 10, 2024 12:59:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32955/ Apr 10, 2024 12:59:36 PM 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. Apr 10, 2024 12:59:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32955] Apr 10, 2024 12:59:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Apr 10, 2024 12:59:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32955] [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.737 s -- in org.glassfish.jersey.tests.e2e.server.CompletionStageTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 803, 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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [108/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ e2e-testng --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ e2e-testng --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ e2e-testng --- [INFO] Reserved port 34463 for jersey.config.test.container.port [INFO] Reserved port 40757 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ e2e-testng --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 Apr 10, 2024 12:59:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Apr 10, 2024 12:59:45 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:59:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38071] Apr 10, 2024 12:59:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:59:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:38071/ Apr 10, 2024 12:59:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Apr 10, 2024 12:59:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42795] Apr 10, 2024 12:59:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:59:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:42795/ Apr 10, 2024 12:59:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Apr 10, 2024 12:59:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40505] Apr 10, 2024 12:59:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:59:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:40505/ Apr 10, 2024 12:59:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Apr 10, 2024 12:59:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43617] Apr 10, 2024 12:59:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 12:59:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:43617/ Apr 10, 2024 12:59:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Apr 10, 2024 12:59:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33071] Apr 10, 2024 12:59:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 12:59:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:33071/ Apr 10, 2024 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43617] Apr 10, 2024 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38071] Apr 10, 2024 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42795] Apr 10, 2024 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33071] Apr 10, 2024 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40505] Apr 10, 2024 12:59:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Apr 10, 2024 12:59:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45291] Apr 10, 2024 12:59:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 12:59:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:45291/ Apr 10, 2024 12:59:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Apr 10, 2024 12:59:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37031] Apr 10, 2024 12:59:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 12:59:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:37031/ Apr 10, 2024 12:59:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Apr 10, 2024 12:59:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35055] Apr 10, 2024 12:59:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 12:59:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:35055/ Apr 10, 2024 12:59:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Apr 10, 2024 12:59:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41087] Apr 10, 2024 12:59:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Apr 10, 2024 12:59:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:41087/ Apr 10, 2024 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35055] Apr 10, 2024 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37031] Apr 10, 2024 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45291] Apr 10, 2024 12:59:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Apr 10, 2024 12:59:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41903] Apr 10, 2024 12:59:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Apr 10, 2024 12:59:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:41903/ Apr 10, 2024 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41087] Apr 10, 2024 12:59:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Apr 10, 2024 12:59:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38817] Apr 10, 2024 12:59:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Apr 10, 2024 12:59:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:38817/ Apr 10, 2024 12:59:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Apr 10, 2024 12:59:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34781] Apr 10, 2024 12:59:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Apr 10, 2024 12:59:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:34781/ Apr 10, 2024 12:59:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Apr 10, 2024 12:59:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41395] Apr 10, 2024 12:59:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Apr 10, 2024 12:59:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:41395/ Apr 10, 2024 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34781] Apr 10, 2024 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38817] Apr 10, 2024 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41903] Apr 10, 2024 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41395] Apr 10, 2024 12:59:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Apr 10, 2024 12:59:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39865] Apr 10, 2024 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Apr 10, 2024 12:59:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:39865/ Apr 10, 2024 12:59:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Apr 10, 2024 12:59:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44937] Apr 10, 2024 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Apr 10, 2024 12:59:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:44937/ Apr 10, 2024 12:59:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Apr 10, 2024 12:59:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36879] Apr 10, 2024 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Apr 10, 2024 12:59:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:36879/ Apr 10, 2024 12:59:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Apr 10, 2024 12:59:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42879] Apr 10, 2024 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Apr 10, 2024 12:59:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:42879/ Apr 10, 2024 12:59:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Apr 10, 2024 12:59:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44401] Apr 10, 2024 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Apr 10, 2024 12:59:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:44401/ Apr 10, 2024 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42879] Apr 10, 2024 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36879] Apr 10, 2024 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44937] Apr 10, 2024 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39865] Apr 10, 2024 12:59:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Apr 10, 2024 12:59:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35489] Apr 10, 2024 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Apr 10, 2024 12:59:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:35489/ Apr 10, 2024 12:59:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Apr 10, 2024 12:59:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41449] Apr 10, 2024 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Apr 10, 2024 12:59:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:41449/ Apr 10, 2024 12:59:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Apr 10, 2024 12:59:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45343] Apr 10, 2024 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Apr 10, 2024 12:59:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:45343/ Apr 10, 2024 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41449] Apr 10, 2024 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35489] Apr 10, 2024 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44401] Apr 10, 2024 12:59:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Apr 10, 2024 12:59:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42395] Apr 10, 2024 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Apr 10, 2024 12:59:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:42395/ Apr 10, 2024 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45343] Apr 10, 2024 12:59:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Apr 10, 2024 12:59:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34735] Apr 10, 2024 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Apr 10, 2024 12:59:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:34735/ Apr 10, 2024 12:59:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Apr 10, 2024 12:59:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42231] Apr 10, 2024 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Apr 10, 2024 12:59:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:42231/ Apr 10, 2024 12:59:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Apr 10, 2024 12:59:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43395] Apr 10, 2024 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Apr 10, 2024 12:59:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:43395/ Apr 10, 2024 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42231] Apr 10, 2024 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34735] Apr 10, 2024 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42395] Apr 10, 2024 12:59:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Apr 10, 2024 12:59:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43811] Apr 10, 2024 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Apr 10, 2024 12:59:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:43811/ Apr 10, 2024 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43395] Apr 10, 2024 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43811] Apr 10, 2024 12:59:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Apr 10, 2024 12:59:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40097] Apr 10, 2024 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Apr 10, 2024 12:59:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:40097/ Apr 10, 2024 12:59:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Apr 10, 2024 12:59:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46849] Apr 10, 2024 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Apr 10, 2024 12:59:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:46849/ Apr 10, 2024 12:59:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Apr 10, 2024 12:59:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41351] Apr 10, 2024 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Apr 10, 2024 12:59:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:41351/ Apr 10, 2024 12:59:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Apr 10, 2024 12:59:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40809] Apr 10, 2024 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Apr 10, 2024 12:59:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:40809/ Apr 10, 2024 12:59:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Apr 10, 2024 12:59:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39255] Apr 10, 2024 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Apr 10, 2024 12:59:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:39255/ Apr 10, 2024 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40809] Apr 10, 2024 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41351] Apr 10, 2024 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46849] Apr 10, 2024 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40097] Apr 10, 2024 12:59:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Apr 10, 2024 12:59:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42673] Apr 10, 2024 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Apr 10, 2024 12:59:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:42673/ Apr 10, 2024 12:59:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Apr 10, 2024 12:59:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46353] Apr 10, 2024 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Apr 10, 2024 12:59:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:46353/ Apr 10, 2024 12:59:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Apr 10, 2024 12:59:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42793] Apr 10, 2024 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Apr 10, 2024 12:59:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:42793/ Apr 10, 2024 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46353] Apr 10, 2024 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42673] Apr 10, 2024 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39255] Apr 10, 2024 12:59:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Apr 10, 2024 12:59:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40313] Apr 10, 2024 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Apr 10, 2024 12:59:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:40313/ Apr 10, 2024 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42793] Apr 10, 2024 12:59:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Apr 10, 2024 12:59:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:59:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36931] Apr 10, 2024 12:59:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Apr 10, 2024 12:59:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:36931/ Apr 10, 2024 12:59:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Apr 10, 2024 12:59:48 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:59:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41901] Apr 10, 2024 12:59:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Apr 10, 2024 12:59:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:41901/ Apr 10, 2024 12:59:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Apr 10, 2024 12:59:48 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:59:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41757] Apr 10, 2024 12:59:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Apr 10, 2024 12:59:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:41757/ Apr 10, 2024 12:59:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41901] Apr 10, 2024 12:59:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36931] Apr 10, 2024 12:59:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40313] Apr 10, 2024 12:59:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Apr 10, 2024 12:59:48 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:59:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45471] Apr 10, 2024 12:59:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Apr 10, 2024 12:59:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:45471/ Apr 10, 2024 12:59:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41757] Apr 10, 2024 12:59:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45471] [TestNG] Reporter org.testng.reporters.JUnitReportReporter@26aa12dd 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: 3.134 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.272 s -- in org.glassfish.jersey.tests.e2e.AbstractParallelTest [INFO] Running org.glassfish.jersey.tests.e2e.ContainerPerMethodTest Configuring TestNG with: TestNG60Configurator Apr 10, 2024 12:59:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34463/ Apr 10, 2024 12:59:49 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:59:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34463] Apr 10, 2024 12:59:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:59:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34463] Apr 10, 2024 12:59:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34463/ Apr 10, 2024 12:59:50 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:59:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34463] Apr 10, 2024 12:59:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 12:59:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34463] Apr 10, 2024 12:59:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34463/ Apr 10, 2024 12:59:50 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:59:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34463] Apr 10, 2024 12:59:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 12:59:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34463] [TestNG] Reporter org.testng.reporters.JUnitReportReporter@18eed359 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.401 s -- in org.glassfish.jersey.tests.e2e.ContainerPerMethodTest [INFO] Running org.glassfish.jersey.tests.e2e.BeforeClassParallelTest Configuring TestNG with: TestNG60Configurator Apr 10, 2024 12:59:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Apr 10, 2024 12:59:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:59:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39909] Apr 10, 2024 12:59:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:59:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:39909/ Apr 10, 2024 12:59:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39909] [INFO] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.434 s -- in org.glassfish.jersey.tests.e2e.BeforeClassParallelTest [INFO] Running org.glassfish.jersey.tests.e2e.ContainerPerClassTest Configuring TestNG with: TestNG60Configurator Apr 10, 2024 12:59:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34463/ Apr 10, 2024 12:59:52 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34463] Apr 10, 2024 12:59:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34463] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.165 s -- in org.glassfish.jersey.tests.e2e.ContainerPerClassTest [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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [109/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ e2e-tls --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ e2e-tls --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ e2e-tls --- [INFO] Reserved port 40823 for jersey.config.test.container.port [INFO] Reserved port 44159 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ e2e-tls --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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(W): No SLF4J providers were found. SLF4J(W): Defaulting to no-operation (NOP) logger implementation SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details. SLF4J(W): Class path contains SLF4J bindings targeting slf4j-api versions 1.7.x or earlier. SLF4J(W): 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(W): 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 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.48 s -- in org.glassfish.jersey.tests.e2e.tls.SniTest [INFO] Running org.glassfish.jersey.tests.e2e.tls.SslContextPerRequestTest Apr 10, 2024 1:00:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI https://localhost:40823 Apr 10, 2024 1:00:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40823] Apr 10, 2024 1:00:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 1:00:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40823] Apr 10, 2024 1:00:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI https://localhost:40823 Apr 10, 2024 1:00:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40823] Apr 10, 2024 1:00:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. SLF4J(W): No SLF4J providers were found. SLF4J(W): Defaulting to no-operation (NOP) logger implementation SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details. SLF4J(W): Class path contains SLF4J bindings targeting slf4j-api versions 1.7.x or earlier. SLF4J(W): 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(W): See https://www.slf4j.org/codes.html#ignoredBindings for an explanation. Apr 10, 2024 1:00:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40823] Apr 10, 2024 1:00:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI https://localhost:40823 Apr 10, 2024 1:00:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40823] Apr 10, 2024 1:00:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 1:00:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40823] Apr 10, 2024 1:00:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI https://localhost:40823 Apr 10, 2024 1:00:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40823] Apr 10, 2024 1:00:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 1:00:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40823] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.314 s -- in org.glassfish.jersey.tests.e2e.tls.SslContextPerRequestTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 9, 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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [110/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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.5.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 34025 for jersey.config.test.container.port [INFO] Reserved port 44641 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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [111/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ asm --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ asm --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/asm/src/test/java/org/glassfish/jersey/integration/asm/AnnotatedClassVisitorTest.java: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/asm/src/test/java/org/glassfish/jersey/integration/asm/AnnotatedClassVisitorTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/asm/src/test/java/org/glassfish/jersey/integration/asm/AnnotatedClassVisitorTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ asm --- [INFO] Reserved port 43529 for jersey.config.test.container.port [INFO] Reserved port 36087 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ asm --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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.108 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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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:async-jersey-filter >----- [INFO] Building jersey-tests-integration-jersey-async-filter 4.0.99-SNAPSHOT [112/372] [INFO] from tests/integration/async-jersey-filter/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ async-jersey-filter --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ async-jersey-filter --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ async-jersey-filter --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ async-jersey-filter --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ async-jersey-filter --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ async-jersey-filter --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/async-jersey-filter/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ async-jersey-filter --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ async-jersey-filter --- [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) @ async-jersey-filter --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ async-jersey-filter --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/async-jersey-filter/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ async-jersey-filter --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 8 source files with javac [debug target 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ async-jersey-filter --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 8 source files with javac [debug target 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ async-jersey-filter --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/async-jersey-filter/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ async-jersey-filter --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 17] to target/test-classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ async-jersey-filter --- [INFO] Reserved port 42797 for jersey.config.test.container.port [INFO] Reserved port 41421 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ async-jersey-filter --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/async-jersey-filter/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.4.0:war (default-war) @ async-jersey-filter --- [INFO] Packaging webapp [INFO] Assembling webapp [async-jersey-filter] in [/home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/async-jersey-filter/target/async-jersey-filter-4.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/async-jersey-filter/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/async-jersey-filter/target/async-jersey-filter-4.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ async-jersey-filter --- [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/ci-cd-integration_4.0/tests/integration/async-jersey-filter/target/bom.xml [INFO] attaching as async-jersey-filter-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/async-jersey-filter/target/bom.json [INFO] attaching as async-jersey-filter-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ async-jersey-filter --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/async-jersey-filter/target/async-jersey-filter-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:12.0.8:start (start-jetty) @ async-jersey-filter --- [INFO] Configuring Jetty for project: jersey-tests-integration-jersey-async-filter [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/async-jersey-filter/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/async-jersey-filter/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/async-jersey-filter/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/async-jersey-filter/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/ee10/webapp/webdefault-ee10.xml [INFO] Web overrides = none [INFO] jetty-12.0.8; built: 2024-03-29T19:58:19.443Z; git: ffffdcc3c863b8f49901cc7c84a8157ebc5d15f9; jvm 21.0.2+13-58 [WARNING] The XML schema [XMLSchema.dtd] could not be found. This is very likely to break XML validation if XML validation is enabled. [WARNING] The XML schema [datatypes.dtd] could not be found. This is very likely to break XML validation if XML validation is enabled. [WARNING] The XML schema [xml.xsd] could not be found. This is very likely to break XML validation if XML validation is enabled. [INFO] Session workerName=node0 [INFO] Started oeje10mp.MavenWebAppContext@2533bffd{ROOT,/,b=file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/async-jersey-filter/src/main/webapp/,a=AVAILABLE,h=oeje10s.SessionHandler@70cb565d{STARTED}}{file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/async-jersey-filter/src/main/webapp/} Apr 10, 2024 1:00:27 PM 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. Apr 10, 2024 1:00:27 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. [INFO] Started oeje10mp.MavenWebAppContext@2533bffd{ROOT,/,b=file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/async-jersey-filter/src/main/webapp/,a=AVAILABLE,h=oeje10s.SessionHandler@70cb565d{STARTED}}{file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/async-jersey-filter/src/main/webapp/} [INFO] Started ServerConnector@5168a00{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started oejs.Server@44426adb{STARTING}[12.0.8,sto=0] @3200905ms [INFO] [INFO] --- failsafe:3.2.5:integration-test (default) @ async-jersey-filter --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/async-jersey-filter/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.jersey2812.Jersey2812ITCase Apr 10, 2024 1:00:28 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.756 s -- in org.glassfish.jersey.tests.integration.jersey2812.Jersey2812ITCase [INFO] Running org.glassfish.jersey.tests.integration.jersey2730.Jersey2730ITCase Apr 10, 2024 1:00:29 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Apr 10, 2024 1:00:29 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Apr 10, 2024 1:00:29 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Apr 10, 2024 1:00:29 PM 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 "Object.getClass()" because "exceptionInstance" is null at org.glassfish.jersey.internal.ExceptionMapperFactory.findMapping(ExceptionMapperFactory.java:107) at org.glassfish.jersey.server.ServerRuntime$Responder.mapException(ServerRuntime.java:556) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:436) at org.glassfish.jersey.server.ServerRuntime$AsyncResponder$4.run(ServerRuntime.java:928) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime$AsyncResponder.resume(ServerRuntime.java:950) at org.glassfish.jersey.server.ServerRuntime$AsyncResponder.resume(ServerRuntime.java:923) at org.glassfish.jersey.tests.integration.jersey2730.TestExceptionResource.get(TestExceptionResource.java:47) 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:420) at org.glassfish.jersey.servlet.ServletContainer.serviceImpl(ServletContainer.java:378) at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:554) at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:494) at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:431) at org.eclipse.jetty.ee10.servlet.FilterHolder.doFilter(FilterHolder.java:205) at org.eclipse.jetty.ee10.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1586) at org.eclipse.jetty.ee10.websocket.servlet.WebSocketUpgradeFilter.doFilter(WebSocketUpgradeFilter.java:195) at org.eclipse.jetty.ee10.servlet.FilterHolder.doFilter(FilterHolder.java:205) at org.eclipse.jetty.ee10.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1586) at org.eclipse.jetty.ee10.servlet.ServletHandler$MappedServlet.handle(ServletHandler.java:1547) at org.eclipse.jetty.ee10.servlet.ServletChannel.dispatch(ServletChannel.java:819) at org.eclipse.jetty.ee10.servlet.ServletChannel.handle(ServletChannel.java:431) at org.eclipse.jetty.ee10.servlet.ServletHandler.handle(ServletHandler.java:464) at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:575) at org.eclipse.jetty.ee10.servlet.SessionHandler.handle(SessionHandler.java:703) at org.eclipse.jetty.server.handler.ContextHandler.handle(ContextHandler.java:851) at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:151) at org.eclipse.jetty.server.Server.handle(Server.java:179) at org.eclipse.jetty.server.internal.HttpChannelState$HandlerInvoker.run(HttpChannelState.java:619) at org.eclipse.jetty.server.internal.HttpConnection.onFillable(HttpConnection.java:411) 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.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:311) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:979) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1209) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1164) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 1:00:29 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Apr 10, 2024 1:00:29 PM 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.integration.jersey2730.exception.UnmappedException at org.glassfish.jersey.tests.integration.jersey2730.TestExceptionResource.getUnmappedException(TestExceptionResource.java:61) 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:420) at org.glassfish.jersey.servlet.ServletContainer.serviceImpl(ServletContainer.java:378) at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:554) at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:494) at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:431) at org.eclipse.jetty.ee10.servlet.FilterHolder.doFilter(FilterHolder.java:205) at org.eclipse.jetty.ee10.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1586) at org.eclipse.jetty.ee10.websocket.servlet.WebSocketUpgradeFilter.doFilter(WebSocketUpgradeFilter.java:195) at org.eclipse.jetty.ee10.servlet.FilterHolder.doFilter(FilterHolder.java:205) at org.eclipse.jetty.ee10.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1586) at org.eclipse.jetty.ee10.servlet.ServletHandler$MappedServlet.handle(ServletHandler.java:1547) at org.eclipse.jetty.ee10.servlet.ServletChannel.dispatch(ServletChannel.java:819) at org.eclipse.jetty.ee10.servlet.ServletChannel.handle(ServletChannel.java:431) at org.eclipse.jetty.ee10.servlet.ServletHandler.handle(ServletHandler.java:464) at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:575) at org.eclipse.jetty.ee10.servlet.SessionHandler.handle(SessionHandler.java:703) at org.eclipse.jetty.server.handler.ContextHandler.handle(ContextHandler.java:851) at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:151) at org.eclipse.jetty.server.Server.handle(Server.java:179) at org.eclipse.jetty.server.internal.HttpChannelState$HandlerInvoker.run(HttpChannelState.java:619) at org.eclipse.jetty.server.internal.HttpConnection.onFillable(HttpConnection.java:411) 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.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:311) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:979) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1209) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1164) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 1:00:29 PM 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.integration.jersey2730.exception.UnmappedRuntimeException at org.glassfish.jersey.tests.integration.jersey2730.TestExceptionResource.getUnmappedRuntimeException(TestExceptionResource.java:68) 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:420) at org.glassfish.jersey.servlet.ServletContainer.serviceImpl(ServletContainer.java:378) at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:554) at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:494) at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:431) at org.eclipse.jetty.ee10.servlet.FilterHolder.doFilter(FilterHolder.java:205) at org.eclipse.jetty.ee10.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1586) at org.eclipse.jetty.ee10.websocket.servlet.WebSocketUpgradeFilter.doFilter(WebSocketUpgradeFilter.java:195) at org.eclipse.jetty.ee10.servlet.FilterHolder.doFilter(FilterHolder.java:205) at org.eclipse.jetty.ee10.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1586) at org.eclipse.jetty.ee10.servlet.ServletHandler$MappedServlet.handle(ServletHandler.java:1547) at org.eclipse.jetty.ee10.servlet.ServletChannel.dispatch(ServletChannel.java:819) at org.eclipse.jetty.ee10.servlet.ServletChannel.handle(ServletChannel.java:431) at org.eclipse.jetty.ee10.servlet.ServletHandler.handle(ServletHandler.java:464) at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:575) at org.eclipse.jetty.ee10.servlet.SessionHandler.handle(SessionHandler.java:703) at org.eclipse.jetty.server.handler.ContextHandler.handle(ContextHandler.java:851) at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:151) at org.eclipse.jetty.server.Server.handle(Server.java:179) at org.eclipse.jetty.server.internal.HttpChannelState$HandlerInvoker.run(HttpChannelState.java:619) at org.eclipse.jetty.server.internal.HttpConnection.onFillable(HttpConnection.java:411) 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.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:311) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:979) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1209) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1164) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 1:00:29 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.344 s -- in org.glassfish.jersey.tests.integration.jersey2730.Jersey2730ITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:12.0.8:stop (stop-jetty) @ async-jersey-filter --- [INFO] Waiting 10 seconds for jetty 159 to stop [INFO] Stopped oejs.Server@44426adb{STOPPING}[12.0.8,sto=0] [INFO] Stopped ServerConnector@5168a00{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Stopped oeje10mp.MavenWebAppContext@2533bffd{ROOT,/,b=file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/async-jersey-filter/src/main/webapp/,a=AVAILABLE,h=oeje10s.SessionHandler@70cb565d{STOPPED}}{file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/async-jersey-filter/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.5:verify (default) @ async-jersey-filter --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/async-jersey-filter/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ async-jersey-filter --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/async-jersey-filter/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/async-jersey-filter/4.0.99-SNAPSHOT/async-jersey-filter-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/async-jersey-filter/target/async-jersey-filter-4.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/async-jersey-filter/4.0.99-SNAPSHOT/async-jersey-filter-4.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/async-jersey-filter/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/async-jersey-filter/4.0.99-SNAPSHOT/async-jersey-filter-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/async-jersey-filter/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/async-jersey-filter/4.0.99-SNAPSHOT/async-jersey-filter-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/async-jersey-filter/target/async-jersey-filter-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/async-jersey-filter/4.0.99-SNAPSHOT/async-jersey-filter-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ async-jersey-filter --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration.cdi:cdi-integration-project >-- [INFO] Building cdi-integration-project 4.0.99-SNAPSHOT [113/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ cdi-integration-project --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ cdi-integration-project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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.5.0:reserve-network-port (reserve-port) @ cdi-integration-project --- [INFO] Reserved port 33115 for jersey.config.test.container.port [INFO] Reserved port 38323 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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [114/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ cdi-beanvalidation-webapp --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ cdi-beanvalidation-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] Annotation processing is enabled because one or more processors were found on the class path. A future release of javac may disable annotation processing unless at least one processor is specified by name (-processor), or a search path is specified (--processor-path, --processor-module-path), or annotation processing is enabled explicitly (-proc:only, -proc:full). Use -Xlint:-options to suppress this message. Use -proc:none to disable annotation processing. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/cdi-integration/cdi-beanvalidation-webapp/src/main/java/org/glassfish/jersey/tests/cdi/bv/Hk2Application.java: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/cdi-integration/cdi-beanvalidation-webapp/src/main/java/org/glassfish/jersey/tests/cdi/bv/Hk2Application.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/cdi-integration/cdi-beanvalidation-webapp/src/main/java/org/glassfish/jersey/tests/cdi/bv/Hk2Application.java: Recompile with -Xlint:unchecked for details. [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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] Annotation processing is enabled because one or more processors were found on the class path. A future release of javac may disable annotation processing unless at least one processor is specified by name (-processor), or a search path is specified (--processor-path, --processor-module-path), or annotation processing is enabled explicitly (-proc:only, -proc:full). Use -Xlint:-options to suppress this message. Use -proc:none to disable annotation processing. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/cdi-integration/cdi-beanvalidation-webapp/src/main/java/org/glassfish/jersey/tests/cdi/bv/Hk2Application.java: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/cdi-integration/cdi-beanvalidation-webapp/src/main/java/org/glassfish/jersey/tests/cdi/bv/Hk2Application.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/cdi-integration/cdi-beanvalidation-webapp/src/main/java/org/glassfish/jersey/tests/cdi/bv/Hk2Application.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cdi-beanvalidation-webapp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] Annotation processing is enabled because one or more processors were found on the class path. A future release of javac may disable annotation processing unless at least one processor is specified by name (-processor), or a search path is specified (--processor-path, --processor-module-path), or annotation processing is enabled explicitly (-proc:only, -proc:full). Use -Xlint:-options to suppress this message. Use -proc:none to disable annotation processing. [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ cdi-beanvalidation-webapp --- [INFO] Reserved port 34425 for jersey.config.test.container.port [INFO] Reserved port 41917 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ cdi-beanvalidation-webapp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 Apr 10, 2024 1:00:33 PM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 6.0.0 (Beta1) Apr 10, 2024 1:00:33 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 1:00:33 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 1:00:33 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 1:00:33 PM 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. Apr 10, 2024 1:00:34 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ef5c92ae-0268-4692-985e-fc3895659666 initialized Apr 10, 2024 1:00:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/cdi Apr 10, 2024 1:00:34 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:00:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:00:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 1:00:35 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ef5c92ae-0268-4692-985e-fc3895659666 shut down Apr 10, 2024 1:00:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Apr 10, 2024 1:00:35 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 1:00:35 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 1:00:35 PM 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. Apr 10, 2024 1:00:35 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c889dc52-102f-46ab-99b7-d65229f8dfab initialized Apr 10, 2024 1:00:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/cdi Apr 10, 2024 1:00:35 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:00:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:00:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 1:00:35 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c889dc52-102f-46ab-99b7-d65229f8dfab shut down Apr 10, 2024 1:00:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Apr 10, 2024 1:00:35 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 1:00:35 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 1:00:35 PM 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. Apr 10, 2024 1:00:35 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f0fc42f3-3bbf-412c-8870-8f89729b5c35 initialized Apr 10, 2024 1:00:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/cdi Apr 10, 2024 1:00:35 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:00:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:00:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 1:00:35 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f0fc42f3-3bbf-412c-8870-8f89729b5c35 shut down Apr 10, 2024 1:00:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Apr 10, 2024 1:00:35 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 1:00:35 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 1:00:35 PM 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. Apr 10, 2024 1:00:36 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7a9bbbd2-338e-46f9-9437-52c0effa445e initialized Apr 10, 2024 1:00:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/cdi Apr 10, 2024 1:00:36 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:00:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:00:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 1:00:36 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7a9bbbd2-338e-46f9-9437-52c0effa445e shut down Apr 10, 2024 1:00:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Apr 10, 2024 1:00:36 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 1:00:36 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 1:00:36 PM 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. Apr 10, 2024 1:00:36 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 10e1d3c3-d2f3-450b-b4fe-292f169ccf21 initialized Apr 10, 2024 1:00:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/cdi Apr 10, 2024 1:00:36 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:00:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:00:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 1:00:36 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 10e1d3c3-d2f3-450b-b4fe-292f169ccf21 shut down Apr 10, 2024 1:00:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Apr 10, 2024 1:00:36 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 1:00:36 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 1:00:36 PM 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. Apr 10, 2024 1:00:36 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1b8f5d55-e7fb-4016-9c12-2c9c6bcc0aeb initialized Apr 10, 2024 1:00:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/cdi Apr 10, 2024 1:00:36 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:00:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:00:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 1:00:36 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1b8f5d55-e7fb-4016-9c12-2c9c6bcc0aeb shut down Apr 10, 2024 1:00:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Apr 10, 2024 1:00:36 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 1:00:36 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 1:00:36 PM 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. Apr 10, 2024 1:00:36 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 391d0b6e-1506-47c9-ae9a-189c70057303 initialized Apr 10, 2024 1:00:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/cdi Apr 10, 2024 1:00:36 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:00:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:00:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 1:00:36 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 391d0b6e-1506-47c9-ae9a-189c70057303 shut down Apr 10, 2024 1:00:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Apr 10, 2024 1:00:36 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 1:00:36 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 1:00:36 PM 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. Apr 10, 2024 1:00:37 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3e1b7b82-f3b3-4194-859c-04b6849403cc initialized Apr 10, 2024 1:00:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/cdi Apr 10, 2024 1:00:37 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:00:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:00:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 1:00:37 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3e1b7b82-f3b3-4194-859c-04b6849403cc shut down Apr 10, 2024 1:00:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Apr 10, 2024 1:00:37 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 1:00:37 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 1:00:37 PM 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. Apr 10, 2024 1:00:37 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container dae19ab6-eee9-4feb-ad50-6550b5005e62 initialized Apr 10, 2024 1:00:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/cdi Apr 10, 2024 1:00:37 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:00:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:00:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Apr 10, 2024 1:00:37 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container dae19ab6-eee9-4feb-ad50-6550b5005e62 shut down Apr 10, 2024 1:00:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Apr 10, 2024 1:00:37 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 1:00:37 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 1:00:37 PM 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. Apr 10, 2024 1:00:37 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8d3735be-efe4-4b99-b64b-cf6735f69f7b initialized Apr 10, 2024 1:00:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/cdi Apr 10, 2024 1:00:37 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:00:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:00:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Apr 10, 2024 1:00:37 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8d3735be-efe4-4b99-b64b-cf6735f69f7b shut down Apr 10, 2024 1:00:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.659 s -- in org.glassfish.jersey.tests.cdi.bv.RawCdiTest [INFO] Running org.glassfish.jersey.tests.cdi.bv.RawHk2Test Apr 10, 2024 1:00:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/hk2 Apr 10, 2024 1:00:37 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:00:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:00:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Apr 10, 2024 1:00:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Apr 10, 2024 1:00:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/hk2 Apr 10, 2024 1:00:37 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:00:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:00:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Apr 10, 2024 1:00:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Apr 10, 2024 1:00:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/hk2 Apr 10, 2024 1:00:37 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:00:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:00:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Apr 10, 2024 1:00:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Apr 10, 2024 1:00:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/hk2 Apr 10, 2024 1:00:37 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:00:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:00:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Apr 10, 2024 1:00:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Apr 10, 2024 1:00:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/hk2 Apr 10, 2024 1:00:37 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:00:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:00:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Apr 10, 2024 1:00:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Apr 10, 2024 1:00:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/hk2 Apr 10, 2024 1:00:37 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:00:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:00:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Apr 10, 2024 1:00:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Apr 10, 2024 1:00:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/hk2 Apr 10, 2024 1:00:37 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:00:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:00:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Apr 10, 2024 1:00:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Apr 10, 2024 1:00:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/hk2 Apr 10, 2024 1:00:38 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:00:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:00:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Apr 10, 2024 1:00:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.568 s -- in org.glassfish.jersey.tests.cdi.bv.RawHk2Test [INFO] Running org.glassfish.jersey.tests.cdi.bv.CombinedTest Apr 10, 2024 1:00:38 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 1:00:38 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 1:00:38 PM 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. Apr 10, 2024 1:00:38 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1a7a0344-250d-4ad6-a8e4-5e1f7144c43f initialized Apr 10, 2024 1:00:38 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:00:38 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:00:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:00:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Apr 10, 2024 1:00:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Apr 10, 2024 1:00:38 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1a7a0344-250d-4ad6-a8e4-5e1f7144c43f shut down Apr 10, 2024 1:00:38 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 1:00:38 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 1:00:38 PM 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. Apr 10, 2024 1:00:38 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0c246cce-069d-46d4-9554-b00391cd4919 initialized Apr 10, 2024 1:00:38 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:00:38 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:00:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:00:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Apr 10, 2024 1:00:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Apr 10, 2024 1:00:38 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0c246cce-069d-46d4-9554-b00391cd4919 shut down Apr 10, 2024 1:00:38 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 1:00:38 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 1:00:38 PM 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. Apr 10, 2024 1:00:38 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f2988cfe-a468-4a1f-8b35-0d179e8949ef initialized Apr 10, 2024 1:00:38 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:00:38 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:00:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:00:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Apr 10, 2024 1:00:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Apr 10, 2024 1:00:38 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f2988cfe-a468-4a1f-8b35-0d179e8949ef shut down Apr 10, 2024 1:00:38 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 1:00:38 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 1:00:38 PM 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. Apr 10, 2024 1:00:38 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c06f8054-2a1a-442a-b8c3-984bf886adcd initialized Apr 10, 2024 1:00:38 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:00:38 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:00:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:00:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Apr 10, 2024 1:00:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Apr 10, 2024 1:00:38 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c06f8054-2a1a-442a-b8c3-984bf886adcd shut down Apr 10, 2024 1:00:38 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 1:00:38 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 1:00:38 PM 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. Apr 10, 2024 1:00:38 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1139fc2c-19ef-47c6-a30a-249f186abc29 initialized Apr 10, 2024 1:00:39 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:00:39 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:00:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:00:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Apr 10, 2024 1:00:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Apr 10, 2024 1:00:39 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1139fc2c-19ef-47c6-a30a-249f186abc29 shut down Apr 10, 2024 1:00:39 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 1:00:39 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 1:00:39 PM 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. Apr 10, 2024 1:00:39 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6d4e399c-0fc6-4f28-9861-c9fc761d3ba7 initialized Apr 10, 2024 1:00:39 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:00:39 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:00:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:00:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Apr 10, 2024 1:00:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Apr 10, 2024 1:00:39 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6d4e399c-0fc6-4f28-9861-c9fc761d3ba7 shut down Apr 10, 2024 1:00:39 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 1:00:39 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 1:00:39 PM 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. Apr 10, 2024 1:00:39 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5e8ea56f-7504-4360-ace2-8d792cd59a08 initialized Apr 10, 2024 1:00:39 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:00:39 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:00:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:00:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Apr 10, 2024 1:00:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Apr 10, 2024 1:00:39 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5e8ea56f-7504-4360-ace2-8d792cd59a08 shut down Apr 10, 2024 1:00:39 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 1:00:39 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 1:00:39 PM 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. Apr 10, 2024 1:00:39 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7432a2e5-9d13-4f02-9de9-5393d7d6d60f initialized Apr 10, 2024 1:00:39 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:00:39 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:00:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:00:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Apr 10, 2024 1:00:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Apr 10, 2024 1:00:39 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7432a2e5-9d13-4f02-9de9-5393d7d6d60f shut down Apr 10, 2024 1:00:39 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 1:00:39 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 1:00:39 PM 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. Apr 10, 2024 1:00:39 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 80a5eed8-41cc-469b-a1d6-f6751007a2fc initialized Apr 10, 2024 1:00:39 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:00:39 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:00:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:00:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Apr 10, 2024 1:00:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Apr 10, 2024 1:00:39 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 80a5eed8-41cc-469b-a1d6-f6751007a2fc shut down Apr 10, 2024 1:00:39 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 1:00:39 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 1:00:39 PM 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. Apr 10, 2024 1:00:39 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e0709745-8231-4e8e-bda6-9f7905e5303a initialized Apr 10, 2024 1:00:39 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:00:39 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:00:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:00:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Apr 10, 2024 1:00:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Apr 10, 2024 1:00:40 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e0709745-8231-4e8e-bda6-9f7905e5303a shut down [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.963 s -- in org.glassfish.jersey.tests.cdi.bv.CombinedTest [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/ci-cd-integration_4.0/tests/integration/cdi-integration/cdi-beanvalidation-webapp/target/cdi-beanvalidation-webapp] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/cdi-integration/cdi-beanvalidation-webapp/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 38 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [115/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ cdi-client --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ cdi-client --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cdi-client --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] Annotation processing is enabled because one or more processors were found on the class path. A future release of javac may disable annotation processing unless at least one processor is specified by name (-processor), or a search path is specified (--processor-path, --processor-module-path), or annotation processing is enabled explicitly (-proc:only, -proc:full). Use -Xlint:-options to suppress this message. Use -proc:none to disable annotation processing. [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/cdi-integration/cdi-client/src/test/java/org/glassfish/jersey/tests/cdi/client/BeanManagerInjectedOnClientTest.java:[55,33] java.security.AccessController in java.security has been deprecated and marked for removal [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ cdi-client --- [INFO] Reserved port 45441 for jersey.config.test.container.port [INFO] Reserved port 45131 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ cdi-client --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 Apr 10, 2024 1:00:45 PM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 6.0.0 (Beta1) Apr 10, 2024 1:00:45 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 1:00:45 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 1:00:45 PM 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. Apr 10, 2024 1:00:45 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6be79981-87d9-4f92-855c-3022389dd89f initialized Apr 10, 2024 1:00:46 PM 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. Apr 10, 2024 1:00:46 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6be79981-87d9-4f92-855c-3022389dd89f shut down [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.153 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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [116/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ cdi-client-on-server --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ cdi-client-on-server --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cdi-client-on-server --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] Annotation processing is enabled because one or more processors were found on the class path. A future release of javac may disable annotation processing unless at least one processor is specified by name (-processor), or a search path is specified (--processor-path, --processor-module-path), or annotation processing is enabled explicitly (-proc:only, -proc:full). Use -Xlint:-options to suppress this message. Use -proc:none to disable annotation processing. [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ cdi-client-on-server --- [INFO] Reserved port 40941 for jersey.config.test.container.port [INFO] Reserved port 37879 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ cdi-client-on-server --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 Apr 10, 2024 1:00:48 PM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 6.0.0 (Beta1) Apr 10, 2024 1:00:48 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 1:00:48 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 1:00:48 PM 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. Apr 10, 2024 1:00:48 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e32a2829-c7a8-4be8-9cd6-608c19e8edac initialized Apr 10, 2024 1:00:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Apr 10, 2024 1:00:49 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:00:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:00:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 1:00:49 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e32a2829-c7a8-4be8-9cd6-608c19e8edac shut down Apr 10, 2024 1:00:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.692 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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 27 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [117/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ cdi-ejb-test-webapp --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ cdi-ejb-test-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cdi-ejb-test-webapp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ cdi-ejb-test-webapp --- [INFO] Reserved port 44301 for jersey.config.test.container.port [INFO] Reserved port 44071 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5: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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/tests/integration/cdi-integration/cdi-ejb-test-webapp/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [118/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ cdi-iface-with-non-jaxrs-impl-test-webapp --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ cdi-iface-with-non-jaxrs-impl-test-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [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/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ cdi-iface-with-non-jaxrs-impl-test-webapp --- [INFO] Reserved port 43111 for jersey.config.test.container.port [INFO] Reserved port 33875 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5: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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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-inject-weld-test >--- [INFO] Building jersey-tests-cdi-inject-weld 4.0.99-SNAPSHOT [119/372] [INFO] from tests/integration/cdi-integration/cdi-inject-weld-test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ cdi-inject-weld-test --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ cdi-inject-weld-test --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ cdi-inject-weld-test --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ cdi-inject-weld-test --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ cdi-inject-weld-test --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ cdi-inject-weld-test --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/cdi-integration/cdi-inject-weld-test/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ cdi-inject-weld-test --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ cdi-inject-weld-test --- [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-inject-weld-test --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cdi-inject-weld-test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/cdi-integration/cdi-inject-weld-test/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cdi-inject-weld-test --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ cdi-inject-weld-test --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cdi-inject-weld-test --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cdi-inject-weld-test --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] Annotation processing is enabled because one or more processors were found on the class path. A future release of javac may disable annotation processing unless at least one processor is specified by name (-processor), or a search path is specified (--processor-path, --processor-module-path), or annotation processing is enabled explicitly (-proc:only, -proc:full). Use -Xlint:-options to suppress this message. Use -proc:none to disable annotation processing. [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ cdi-inject-weld-test --- [INFO] Reserved port 40337 for jersey.config.test.container.port [INFO] Reserved port 33047 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ cdi-inject-weld-test --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/cdi-integration/cdi-inject-weld-test/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.weld.SseTest Apr 10, 2024 1:00:58 PM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 6.0.0 (Beta1) Apr 10, 2024 1:00:58 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 1:00:59 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2d2bc38a-5482-423d-88b2-e100f32e1aaa initialized Apr 10, 2024 1:00:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Apr 10, 2024 1:01:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:01:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 1:01:00 PM 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.internal.inject.ContextInjectionResolver.resolve(org.glassfish.jersey.internal.inject.Injectee)" because the return value of "org.glassfish.jersey.internal.util.collection.LazyValue.get()" is null at org.glassfish.jersey.server.internal.inject.DelegatedInjectionValueParamProvider.lambda$getValueProvider$0(DelegatedInjectionValueParamProvider.java:67) 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$SseEventSinkInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:129) 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 1:01:00 PM 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:255) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668) 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:565) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Apr 10, 2024 1:01:00 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2d2bc38a-5482-423d-88b2-e100f32e1aaa shut down Apr 10, 2024 1:01:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.663 s -- in org.glassfish.jersey.tests.cdi.inject.weld.SseTest [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-inject-weld-test --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/cdi-integration/cdi-inject-weld-test/target/cdi-inject-weld-test-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ cdi-inject-weld-test --- [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/ci-cd-integration_4.0/tests/integration/cdi-integration/cdi-inject-weld-test/target/bom.xml [INFO] attaching as cdi-inject-weld-test-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/cdi-integration/cdi-inject-weld-test/target/bom.json [INFO] attaching as cdi-inject-weld-test-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cdi-inject-weld-test --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/cdi-integration/cdi-inject-weld-test/target/cdi-inject-weld-test-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cdi-inject-weld-test --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/cdi-integration/cdi-inject-weld-test/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-inject-weld-test/4.0.99-SNAPSHOT/cdi-inject-weld-test-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/cdi-integration/cdi-inject-weld-test/target/cdi-inject-weld-test-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-inject-weld-test/4.0.99-SNAPSHOT/cdi-inject-weld-test-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/cdi-integration/cdi-inject-weld-test/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-inject-weld-test/4.0.99-SNAPSHOT/cdi-inject-weld-test-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/cdi-integration/cdi-inject-weld-test/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-inject-weld-test/4.0.99-SNAPSHOT/cdi-inject-weld-test-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/cdi-integration/cdi-inject-weld-test/target/cdi-inject-weld-test-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-inject-weld-test/4.0.99-SNAPSHOT/cdi-inject-weld-test-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ cdi-inject-weld-test --- [INFO] [INFO] ---< org.glassfish.jersey.tests.integration.cdi:cdi-manually-bound >---- [INFO] Building cdi-manually-bound 4.0.99-SNAPSHOT [120/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ cdi-manually-bound --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ cdi-manually-bound --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/cdi-integration/cdi-manually-bound/src/main/java/org/glassfish/jersey/tests/cdi/manuallybound/NoBeanDefiningAnnotationContainerFilter.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/cdi-integration/cdi-manually-bound/src/main/java/org/glassfish/jersey/tests/cdi/manuallybound/NoBeanDefiningAnnotationContainerFilter.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] Annotation processing is enabled because one or more processors were found on the class path. A future release of javac may disable annotation processing unless at least one processor is specified by name (-processor), or a search path is specified (--processor-path, --processor-module-path), or annotation processing is enabled explicitly (-proc:only, -proc:full). Use -Xlint:-options to suppress this message. Use -proc:none to disable annotation processing. [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ cdi-manually-bound --- [INFO] Reserved port 34083 for jersey.config.test.container.port [INFO] Reserved port 44587 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ cdi-manually-bound --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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.HK2ServiceInjectTest Apr 10, 2024 1:01:04 PM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 6.0.0 (Beta1) Apr 10, 2024 1:01:04 PM 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'. Apr 10, 2024 1:01:04 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 1:01:04 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 1:01:04 PM 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. Apr 10, 2024 1:01:04 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0eedb3a4-81cf-4447-8eb0-e4925ad9ee7a initialized Apr 10, 2024 1:01:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Apr 10, 2024 1:01:05 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:01:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:01:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 1:01:05 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0eedb3a4-81cf-4447-8eb0-e4925ad9ee7a shut down Apr 10, 2024 1:01:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.561 s -- in org.glassfish.jersey.tests.cdi.manuallybound.HK2ServiceInjectTest [INFO] Running org.glassfish.jersey.tests.cdi.manuallybound.CdiServiceInjectTest Apr 10, 2024 1:01:05 PM 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'. Apr 10, 2024 1:01:05 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 1:01:05 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 1:01:05 PM 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. Apr 10, 2024 1:01:05 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2afb8647-52b0-4dfb-a194-d237cd5af4c6 initialized Apr 10, 2024 1:01:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Apr 10, 2024 1:01:05 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:01:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:01:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 1:01:05 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2afb8647-52b0-4dfb-a194-d237cd5af4c6 shut down Apr 10, 2024 1:01:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.244 s -- in org.glassfish.jersey.tests.cdi.manuallybound.CdiServiceInjectTest [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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [121/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ cdi-log-check --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ cdi-log-check --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cdi-log-check --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] Annotation processing is enabled because one or more processors were found on the class path. A future release of javac may disable annotation processing unless at least one processor is specified by name (-processor), or a search path is specified (--processor-path, --processor-module-path), or annotation processing is enabled explicitly (-proc:only, -proc:full). Use -Xlint:-options to suppress this message. Use -proc:none to disable annotation processing. [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ cdi-log-check --- [INFO] Reserved port 40161 for jersey.config.test.container.port [INFO] Reserved port 35767 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ cdi-log-check --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 Apr 10, 2024 1:01:09 PM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 6.0.0 (Beta1) Apr 10, 2024 1:01:09 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 1:01:10 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 1:01:10 PM 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. Apr 10, 2024 1:01:10 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 83a07a90-b965-49f0-8618-c8e8bffd0e6e initialized Apr 10, 2024 1:01:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Apr 10, 2024 1:01:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:01:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 1:01:11 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 83a07a90-b965-49f0-8618-c8e8bffd0e6e shut down Apr 10, 2024 1:01:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.809 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/ci-cd-integration_4.0/tests/integration/cdi-integration/cdi-log-check/target/cdi-log-check] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/cdi-integration/cdi-log-check/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 27 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [122/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ cdi-multimodule-lib --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ cdi-multimodule-lib --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cdi-multimodule-lib --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/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.5.0:reserve-network-port (reserve-port) @ cdi-multimodule-lib --- [INFO] Reserved port 42967 for jersey.config.test.container.port [INFO] Reserved port 42711 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5: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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [123/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ cdi-multimodule-war1 --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ cdi-multimodule-war1 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cdi-multimodule-war1 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ cdi-multimodule-war1 --- [INFO] Reserved port 35363 for jersey.config.test.container.port [INFO] Reserved port 39053 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5: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/ci-cd-integration_4.0/tests/integration/cdi-integration/cdi-multimodule/war1/target/cdi-multimodule-war1] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/cdi-integration/cdi-multimodule/war1/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [124/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ cdi-multimodule-war2 --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ cdi-multimodule-war2 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cdi-multimodule-war2 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ cdi-multimodule-war2 --- [INFO] Reserved port 43557 for jersey.config.test.container.port [INFO] Reserved port 38185 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5: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/ci-cd-integration_4.0/tests/integration/cdi-integration/cdi-multimodule/war2/target/cdi-multimodule-war2] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/cdi-integration/cdi-multimodule/war2/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [125/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ cdi-multimodule-ear --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ cdi-multimodule-ear --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/tests/integration/cdi-integration/cdi-multimodule/ear/src/main/resources [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ cdi-multimodule-ear --- [INFO] Reserved port 32983 for jersey.config.test.container.port [INFO] Reserved port 36217 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.30.2-GA] to [APP-INF/lib/org.javassist-javassist-3.30.2-GA.jar] [INFO] Building ear: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [126/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ cdi-multimodule --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ cdi-multimodule --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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.5.0:reserve-network-port (reserve-port) @ cdi-multimodule --- [INFO] Reserved port 46795 for jersey.config.test.container.port [INFO] Reserved port 33943 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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [127/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ cdi-multipart-webapp --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ cdi-multipart-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cdi-multipart-webapp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ cdi-multipart-webapp --- [INFO] Reserved port 34871 for jersey.config.test.container.port [INFO] Reserved port 38741 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5: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/ci-cd-integration_4.0/tests/integration/cdi-integration/cdi-multipart-webapp/target/cdi-multipart-webapp] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/cdi-integration/cdi-multipart-webapp/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [128/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ cdi-resource-with-at-context --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ cdi-resource-with-at-context --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cdi-resource-with-at-context --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] Annotation processing is enabled because one or more processors were found on the class path. A future release of javac may disable annotation processing unless at least one processor is specified by name (-processor), or a search path is specified (--processor-path, --processor-module-path), or annotation processing is enabled explicitly (-proc:only, -proc:full). Use -Xlint:-options to suppress this message. Use -proc:none to disable annotation processing. [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ cdi-resource-with-at-context --- [INFO] Reserved port 41061 for jersey.config.test.container.port [INFO] Reserved port 39303 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ cdi-resource-with-at-context --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 Apr 10, 2024 1:01:23 PM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 6.0.0 (Beta1) Apr 10, 2024 1:01:23 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 1:01:24 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 1:01:24 PM 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. Apr 10, 2024 1:01:24 PM 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. Apr 10, 2024 1:01:24 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7dd0db91-a0ab-4ce6-a3a9-c6fc70bb554d initialized Apr 10, 2024 1:01:24 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Apr 10, 2024 1:01:24 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Apr 10, 2024 1:01:24 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Apr 10, 2024 1:01:24 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Apr 10, 2024 1:01:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:01:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 1:01:25 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Apr 10, 2024 1:01:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:01:25 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7dd0db91-a0ab-4ce6-a3a9-c6fc70bb554d shut down Apr 10, 2024 1:01:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.070 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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [129/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ cdi-singleton --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ cdi-singleton --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cdi-singleton --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] Annotation processing is enabled because one or more processors were found on the class path. A future release of javac may disable annotation processing unless at least one processor is specified by name (-processor), or a search path is specified (--processor-path, --processor-module-path), or annotation processing is enabled explicitly (-proc:only, -proc:full). Use -Xlint:-options to suppress this message. Use -proc:none to disable annotation processing. [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ cdi-singleton --- [INFO] Reserved port 41925 for jersey.config.test.container.port [INFO] Reserved port 44891 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ cdi-singleton --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 Apr 10, 2024 1:01:27 PM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 6.0.0 (Beta1) Apr 10, 2024 1:01:27 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 1:01:27 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 1:01:28 PM 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. Apr 10, 2024 1:01:28 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a296fa6c-dcde-4e90-b843-ea5bc64d21f3 initialized Apr 10, 2024 1:01:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Apr 10, 2024 1:01:28 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:01:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:01:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 1:01:29 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a296fa6c-dcde-4e90-b843-ea5bc64d21f3 shut down Apr 10, 2024 1:01:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.687 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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [130/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ cdi-test-webapp --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ cdi-test-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cdi-test-webapp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] Annotation processing is enabled because one or more processors were found on the class path. A future release of javac may disable annotation processing unless at least one processor is specified by name (-processor), or a search path is specified (--processor-path, --processor-module-path), or annotation processing is enabled explicitly (-proc:only, -proc:full). Use -Xlint:-options to suppress this message. Use -proc:none to disable annotation processing. [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ cdi-test-webapp --- [INFO] Reserved port 37889 for jersey.config.test.container.port [INFO] Reserved port 35403 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ cdi-test-webapp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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.StutterEchoTest Apr 10, 2024 1:01:33 PM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 6.0.0 (Beta1) Apr 10, 2024 1:01:33 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 1:01:33 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 1:01:33 PM 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. Apr 10, 2024 1:01:34 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b0bf78f2-fe08-44c4-b193-f5deda20a322 initialized Apr 10, 2024 1:01:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Apr 10, 2024 1:01:34 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:01:34 PM 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. Apr 10, 2024 1:01:34 PM 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. Apr 10, 2024 1:01:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:01:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 1:01:35 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b0bf78f2-fe08-44c4-b193-f5deda20a322 shut down Apr 10, 2024 1:01:35 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Apr 10, 2024 1:01:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Apr 10, 2024 1:01:35 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 1:01:35 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 1:01:35 PM 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. Apr 10, 2024 1:01:35 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c96b0a9b-c0de-4227-8f2e-7ecbe382a65a initialized Apr 10, 2024 1:01:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Apr 10, 2024 1:01:35 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:01:35 PM 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. Apr 10, 2024 1:01:35 PM 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. Apr 10, 2024 1:01:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:01:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 1:01:35 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c96b0a9b-c0de-4227-8f2e-7ecbe382a65a shut down Apr 10, 2024 1:01:35 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Apr 10, 2024 1:01:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Apr 10, 2024 1:01:35 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 1:01:35 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 1:01:35 PM 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. Apr 10, 2024 1:01:35 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 25b33fde-3c2b-4248-a1f8-5c48d296be95 initialized Apr 10, 2024 1:01:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Apr 10, 2024 1:01:35 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:01:35 PM 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. Apr 10, 2024 1:01:35 PM 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. Apr 10, 2024 1:01:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:01:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 1:01:35 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 25b33fde-3c2b-4248-a1f8-5c48d296be95 shut down Apr 10, 2024 1:01:35 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Apr 10, 2024 1:01:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.656 s -- in org.glassfish.jersey.tests.cdi.resources.StutterEchoTest [INFO] Running org.glassfish.jersey.tests.cdi.resources.QualifiedInjectionSetGetTest Apr 10, 2024 1:01:35 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 1:01:35 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 1:01:35 PM 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. Apr 10, 2024 1:01:35 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0ae0bbe2-b55b-4cef-a079-5a289d748659 initialized Apr 10, 2024 1:01:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Apr 10, 2024 1:01:35 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:01:35 PM 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. Apr 10, 2024 1:01:35 PM 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. Apr 10, 2024 1:01:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:01:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 1:01:35 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0ae0bbe2-b55b-4cef-a079-5a289d748659 shut down Apr 10, 2024 1:01:35 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Apr 10, 2024 1:01:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.244 s -- in org.glassfish.jersey.tests.cdi.resources.QualifiedInjectionSetGetTest [INFO] Running org.glassfish.jersey.tests.cdi.resources.CdiComponentProviderTest Apr 10, 2024 1:01:36 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 1:01:36 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 1:01:36 PM 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. Apr 10, 2024 1:01:36 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 03703866-ef47-4c04-a367-f01e882f4a92 initialized Apr 10, 2024 1:01:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Apr 10, 2024 1:01:36 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:01:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:01:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 1:01:36 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 03703866-ef47-4c04-a367-f01e882f4a92 shut down Apr 10, 2024 1:01:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Apr 10, 2024 1:01:36 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 1:01:36 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 1:01:36 PM 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. Apr 10, 2024 1:01:36 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 84602409-421c-4234-9d7e-13d826b4a988 initialized Apr 10, 2024 1:01:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Apr 10, 2024 1:01:36 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:01:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:01:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 1:01:36 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 84602409-421c-4234-9d7e-13d826b4a988 shut down Apr 10, 2024 1:01:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.286 s -- in org.glassfish.jersey.tests.cdi.resources.CdiComponentProviderTest [INFO] Running org.glassfish.jersey.tests.cdi.resources.ReverseEchoTest Apr 10, 2024 1:01:36 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 1:01:36 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 1:01:36 PM 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. Apr 10, 2024 1:01:36 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container db6b9241-7977-4ada-8014-23c722e2898a initialized Apr 10, 2024 1:01:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Apr 10, 2024 1:01:36 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:01:36 PM 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. Apr 10, 2024 1:01:36 PM 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. Apr 10, 2024 1:01:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:01:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 1:01:36 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container db6b9241-7977-4ada-8014-23c722e2898a shut down Apr 10, 2024 1:01:36 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Apr 10, 2024 1:01:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Apr 10, 2024 1:01:36 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 1:01:36 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 1:01:36 PM 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. Apr 10, 2024 1:01:36 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 84044d9f-dec6-447f-83b2-8ba4a02f159a initialized Apr 10, 2024 1:01:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Apr 10, 2024 1:01:36 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:01:36 PM 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. Apr 10, 2024 1:01:36 PM 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. Apr 10, 2024 1:01:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:01:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 1:01:36 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 84044d9f-dec6-447f-83b2-8ba4a02f159a shut down Apr 10, 2024 1:01:36 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Apr 10, 2024 1:01:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Apr 10, 2024 1:01:36 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 1:01:36 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 1:01:36 PM 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. Apr 10, 2024 1:01:36 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e21169cf-3a51-4ce8-87ce-8b045c9ffddf initialized Apr 10, 2024 1:01:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Apr 10, 2024 1:01:36 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:01:36 PM 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. Apr 10, 2024 1:01:36 PM 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. Apr 10, 2024 1:01:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:01:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Apr 10, 2024 1:01:36 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e21169cf-3a51-4ce8-87ce-8b045c9ffddf shut down Apr 10, 2024 1:01:36 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Apr 10, 2024 1:01:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.513 s -- in org.glassfish.jersey.tests.cdi.resources.ReverseEchoTest [INFO] Running org.glassfish.jersey.tests.cdi.resources.NonJaxRsBeanJaxRsInjectionTest Apr 10, 2024 1:01:36 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 1:01:36 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 1:01:36 PM 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. Apr 10, 2024 1:01:36 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f9d1ec9f-fc15-487c-915e-330c0cb76850 initialized Apr 10, 2024 1:01:36 PM org.glassfish.jersey.tests.cdi.resources.MainApplication postConstruct INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: POST CONSTRUCT. Apr 10, 2024 1:01:36 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:01:36 PM 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. Apr 10, 2024 1:01:36 PM 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. Apr 10, 2024 1:01:36 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:01:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:01:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Apr 10, 2024 1:01:36 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Apr 10, 2024 1:01:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Apr 10, 2024 1:01:37 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Apr 10, 2024 1:01:37 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f9d1ec9f-fc15-487c-915e-330c0cb76850 shut down [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.217 s -- in org.glassfish.jersey.tests.cdi.resources.NonJaxRsBeanJaxRsInjectionTest [INFO] Running org.glassfish.jersey.tests.cdi.resources.ConstructorInjectionTest Apr 10, 2024 1:01:37 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 1:01:37 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 1:01:37 PM 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. Apr 10, 2024 1:01:37 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f278ad0b-6e73-4f85-94e9-bc7989c985ab initialized Apr 10, 2024 1:01:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Apr 10, 2024 1:01:37 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:01:37 PM 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. Apr 10, 2024 1:01:37 PM 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. Apr 10, 2024 1:01:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:01:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Apr 10, 2024 1:01:37 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f278ad0b-6e73-4f85-94e9-bc7989c985ab shut down Apr 10, 2024 1:01:37 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Apr 10, 2024 1:01:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.173 s -- in org.glassfish.jersey.tests.cdi.resources.ConstructorInjectionTest [INFO] Running org.glassfish.jersey.tests.cdi.resources.ProducerTest Apr 10, 2024 1:01:37 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 1:01:37 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 1:01:37 PM 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. Apr 10, 2024 1:01:37 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container cd3575ea-4db1-48ee-a080-8d5b88c7959f initialized Apr 10, 2024 1:01:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Apr 10, 2024 1:01:37 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:01:37 PM 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. Apr 10, 2024 1:01:37 PM 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. Apr 10, 2024 1:01:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:01:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Apr 10, 2024 1:01:37 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container cd3575ea-4db1-48ee-a080-8d5b88c7959f shut down Apr 10, 2024 1:01:37 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Apr 10, 2024 1:01:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.164 s -- in org.glassfish.jersey.tests.cdi.resources.ProducerTest [INFO] Running org.glassfish.jersey.tests.cdi.resources.TimerTest Apr 10, 2024 1:01:37 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 1:01:37 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 1:01:37 PM 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. Apr 10, 2024 1:01:37 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ebd68404-38dd-4446-9e5e-ee06e939c3f0 initialized Apr 10, 2024 1:01:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Apr 10, 2024 1:01:37 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:01:37 PM 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. Apr 10, 2024 1:01:37 PM 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. Apr 10, 2024 1:01:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:01:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Apr 10, 2024 1:01:37 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ebd68404-38dd-4446-9e5e-ee06e939c3f0 shut down Apr 10, 2024 1:01:37 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Apr 10, 2024 1:01:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.171 s -- in org.glassfish.jersey.tests.cdi.resources.TimerTest [INFO] Running org.glassfish.jersey.tests.cdi.resources.CounterTest Apr 10, 2024 1:01:37 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 1:01:37 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 1:01:37 PM 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. Apr 10, 2024 1:01:37 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container bf1827e8-fa99-486e-80f9-e1243a4215d7 initialized Apr 10, 2024 1:01:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Apr 10, 2024 1:01:37 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:01:37 PM 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. Apr 10, 2024 1:01:37 PM 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. Apr 10, 2024 1:01:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:01:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Apr 10, 2024 1:01:37 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container bf1827e8-fa99-486e-80f9-e1243a4215d7 shut down Apr 10, 2024 1:01:37 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Apr 10, 2024 1:01:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.132 s -- in org.glassfish.jersey.tests.cdi.resources.CounterTest [INFO] Running org.glassfish.jersey.tests.cdi.resources.PerRequestBeanTest Apr 10, 2024 1:01:37 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 1:01:37 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 1:01:37 PM 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. Apr 10, 2024 1:01:37 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ea810ecd-fe26-4b7e-8fac-f73987e16517 initialized Apr 10, 2024 1:01:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Apr 10, 2024 1:01:37 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:01:37 PM 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. Apr 10, 2024 1:01:37 PM 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. Apr 10, 2024 1:01:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:01:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Apr 10, 2024 1:01:37 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@27a97cea; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@5d4803d2; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@5d4803d2 Apr 10, 2024 1:01:37 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource getMessage INFO: In getMessage of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@27a97cea; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@5d4803d2; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@5d4803d2 Apr 10, 2024 1:01:37 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@27a97cea Apr 10, 2024 1:01:37 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ea810ecd-fe26-4b7e-8fac-f73987e16517 shut down Apr 10, 2024 1:01:37 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Apr 10, 2024 1:01:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Apr 10, 2024 1:01:37 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 1:01:37 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 1:01:37 PM 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. Apr 10, 2024 1:01:37 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e191e858-c00f-4c21-916b-dcf8b1fcf4f3 initialized Apr 10, 2024 1:01:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Apr 10, 2024 1:01:37 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:01:37 PM 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. Apr 10, 2024 1:01:37 PM 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. Apr 10, 2024 1:01:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:01:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Apr 10, 2024 1:01:37 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@5222e69d; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@6fad0de4; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@6fad0de4 Apr 10, 2024 1:01:37 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource getMessage INFO: In getMessage of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@5222e69d; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@6fad0de4; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@6fad0de4 Apr 10, 2024 1:01:37 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@5222e69d Apr 10, 2024 1:01:37 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e191e858-c00f-4c21-916b-dcf8b1fcf4f3 shut down Apr 10, 2024 1:01:37 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Apr 10, 2024 1:01:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Apr 10, 2024 1:01:37 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 1:01:37 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 1:01:37 PM 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. Apr 10, 2024 1:01:37 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 158bf170-3819-44fe-9fb9-414cc2603cb6 initialized Apr 10, 2024 1:01:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Apr 10, 2024 1:01:38 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:01:38 PM 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. Apr 10, 2024 1:01:38 PM 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. Apr 10, 2024 1:01:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:01:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Apr 10, 2024 1:01:38 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@1cc0481e; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@3934012c; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@3934012c Apr 10, 2024 1:01:38 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource getMessage INFO: In getMessage of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@1cc0481e; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@3934012c; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@3934012c Apr 10, 2024 1:01:38 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@1cc0481e Apr 10, 2024 1:01:38 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 158bf170-3819-44fe-9fb9-414cc2603cb6 shut down Apr 10, 2024 1:01:38 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Apr 10, 2024 1:01:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Apr 10, 2024 1:01:38 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 1:01:38 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 1:01:38 PM 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. Apr 10, 2024 1:01:38 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a3474e7e-31d8-4edd-a332-e9f3ea6eeea8 initialized Apr 10, 2024 1:01:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Apr 10, 2024 1:01:38 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:01:38 PM 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. Apr 10, 2024 1:01:38 PM 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. Apr 10, 2024 1:01:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:01:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Apr 10, 2024 1:01:38 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@3ce1766c; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@4624d7d2; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@4624d7d2 Apr 10, 2024 1:01:38 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource getMessage INFO: In getMessage of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@3ce1766c; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@4624d7d2; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@4624d7d2 Apr 10, 2024 1:01:38 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@3ce1766c Apr 10, 2024 1:01:38 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a3474e7e-31d8-4edd-a332-e9f3ea6eeea8 shut down Apr 10, 2024 1:01:38 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Apr 10, 2024 1:01:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Apr 10, 2024 1:01:38 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 1:01:38 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 1:01:38 PM 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. Apr 10, 2024 1:01:38 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ae00d446-9228-4865-96ab-9032944a4984 initialized Apr 10, 2024 1:01:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Apr 10, 2024 1:01:38 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:01:38 PM 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. Apr 10, 2024 1:01:38 PM 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. Apr 10, 2024 1:01:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:01:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Apr 10, 2024 1:01:38 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@31a19a4a; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@7ed30c75; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@7ed30c75 Apr 10, 2024 1:01:38 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource getMessage INFO: In getMessage of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@31a19a4a; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@7ed30c75; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@7ed30c75 Apr 10, 2024 1:01:38 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@31a19a4a Apr 10, 2024 1:01:38 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ae00d446-9228-4865-96ab-9032944a4984 shut down Apr 10, 2024 1:01:38 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Apr 10, 2024 1:01:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Apr 10, 2024 1:01:38 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 1:01:38 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 1:01:38 PM 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. Apr 10, 2024 1:01:38 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4d888e51-6cf1-48e7-bc83-72a22125ae6a initialized Apr 10, 2024 1:01:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Apr 10, 2024 1:01:38 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:01:38 PM 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. Apr 10, 2024 1:01:38 PM 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. Apr 10, 2024 1:01:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:01:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Apr 10, 2024 1:01:38 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@8569feb; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@577e8fdb; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@577e8fdb Apr 10, 2024 1:01:38 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource getMessage INFO: In getMessage of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@8569feb; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@577e8fdb; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@577e8fdb Apr 10, 2024 1:01:38 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@8569feb Apr 10, 2024 1:01:38 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4d888e51-6cf1-48e7-bc83-72a22125ae6a shut down Apr 10, 2024 1:01:38 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Apr 10, 2024 1:01:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Apr 10, 2024 1:01:38 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 1:01:38 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 1:01:38 PM 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. Apr 10, 2024 1:01:38 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container acf98d84-a0f9-4d79-9642-8064f50a97f5 initialized Apr 10, 2024 1:01:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Apr 10, 2024 1:01:38 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:01:38 PM 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. Apr 10, 2024 1:01:38 PM 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. Apr 10, 2024 1:01:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:01:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Apr 10, 2024 1:01:38 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@15843d35; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@446d80df; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@446d80df Apr 10, 2024 1:01:38 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource getMessage INFO: In getMessage of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@15843d35; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@446d80df; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@446d80df Apr 10, 2024 1:01:38 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@15843d35 Apr 10, 2024 1:01:38 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container acf98d84-a0f9-4d79-9642-8064f50a97f5 shut down Apr 10, 2024 1:01:38 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Apr 10, 2024 1:01:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Apr 10, 2024 1:01:38 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 1:01:38 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 1:01:38 PM 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. Apr 10, 2024 1:01:38 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2fed7134-e209-4bc5-83a1-66b3d6d29ec0 initialized Apr 10, 2024 1:01:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Apr 10, 2024 1:01:38 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:01:38 PM 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. Apr 10, 2024 1:01:38 PM 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. Apr 10, 2024 1:01:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:01:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Apr 10, 2024 1:01:38 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@10e33ba6; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@1c2ca340; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@1c2ca340 Apr 10, 2024 1:01:38 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource getMessage INFO: In getMessage of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@10e33ba6; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@1c2ca340; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@1c2ca340 Apr 10, 2024 1:01:38 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@10e33ba6 Apr 10, 2024 1:01:38 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2fed7134-e209-4bc5-83a1-66b3d6d29ec0 shut down Apr 10, 2024 1:01:38 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Apr 10, 2024 1:01:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.158 s -- in org.glassfish.jersey.tests.cdi.resources.PerRequestBeanTest [INFO] Running org.glassfish.jersey.tests.cdi.resources.SingletonDependentBeanTest Apr 10, 2024 1:01:38 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 1:01:38 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 1:01:38 PM 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. Apr 10, 2024 1:01:38 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ba8fb958-f85a-48c1-bc97-aaada46ed68a initialized Apr 10, 2024 1:01:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Apr 10, 2024 1:01:38 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:01:38 PM 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. Apr 10, 2024 1:01:38 PM 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. Apr 10, 2024 1:01:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:01:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Apr 10, 2024 1:01:38 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@2cce5be2 Apr 10, 2024 1:01:38 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper@ce9a1d6 Apr 10, 2024 1:01:38 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper@62787507 Apr 10, 2024 1:01:38 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@2cce5be2 Apr 10, 2024 1:01:38 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ba8fb958-f85a-48c1-bc97-aaada46ed68a shut down Apr 10, 2024 1:01:38 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Apr 10, 2024 1:01:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Apr 10, 2024 1:01:38 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 1:01:38 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 1:01:39 PM 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. Apr 10, 2024 1:01:39 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7ac2b11b-f100-4ea3-89cf-2145139acdcb initialized Apr 10, 2024 1:01:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Apr 10, 2024 1:01:39 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:01:39 PM 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. Apr 10, 2024 1:01:39 PM 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. Apr 10, 2024 1:01:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:01:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Apr 10, 2024 1:01:39 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@5fab1e3b Apr 10, 2024 1:01:39 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper@1c38e6d8 Apr 10, 2024 1:01:39 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper@e206fff Apr 10, 2024 1:01:39 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@5fab1e3b Apr 10, 2024 1:01:39 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7ac2b11b-f100-4ea3-89cf-2145139acdcb shut down Apr 10, 2024 1:01:39 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Apr 10, 2024 1:01:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Apr 10, 2024 1:01:39 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 1:01:39 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 1:01:39 PM 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. Apr 10, 2024 1:01:39 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 64036aec-85eb-49cc-8cdb-472bb4374715 initialized Apr 10, 2024 1:01:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Apr 10, 2024 1:01:39 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:01:39 PM 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. Apr 10, 2024 1:01:39 PM 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. Apr 10, 2024 1:01:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:01:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Apr 10, 2024 1:01:39 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@2359ea19 Apr 10, 2024 1:01:39 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource getMessage INFO: In getMessage in org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@2359ea19; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@4ebbdc15; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@4ebbdc15 Apr 10, 2024 1:01:39 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@2359ea19 Apr 10, 2024 1:01:39 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 64036aec-85eb-49cc-8cdb-472bb4374715 shut down Apr 10, 2024 1:01:39 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Apr 10, 2024 1:01:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Apr 10, 2024 1:01:39 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 1:01:39 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 1:01:39 PM 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. Apr 10, 2024 1:01:39 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2bb95af3-ad23-4080-a2ed-198b0bab1362 initialized Apr 10, 2024 1:01:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Apr 10, 2024 1:01:39 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:01:39 PM 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. Apr 10, 2024 1:01:39 PM 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. Apr 10, 2024 1:01:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:01:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Apr 10, 2024 1:01:39 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@61f5ffd Apr 10, 2024 1:01:39 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource getMessage INFO: In getMessage in org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@61f5ffd; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@6d556876; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@6d556876 Apr 10, 2024 1:01:39 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@61f5ffd Apr 10, 2024 1:01:39 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2bb95af3-ad23-4080-a2ed-198b0bab1362 shut down Apr 10, 2024 1:01:39 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Apr 10, 2024 1:01:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Apr 10, 2024 1:01:39 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 1:01:39 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 1:01:39 PM 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. Apr 10, 2024 1:01:39 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container cb1dff8c-aa55-4abf-baf9-57634208d2e1 initialized Apr 10, 2024 1:01:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Apr 10, 2024 1:01:39 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:01:39 PM 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. Apr 10, 2024 1:01:39 PM 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. Apr 10, 2024 1:01:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:01:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Apr 10, 2024 1:01:39 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@595a070c Apr 10, 2024 1:01:39 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@595a070c Apr 10, 2024 1:01:39 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container cb1dff8c-aa55-4abf-baf9-57634208d2e1 shut down Apr 10, 2024 1:01:39 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Apr 10, 2024 1:01:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Apr 10, 2024 1:01:39 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 1:01:39 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 1:01:39 PM 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. Apr 10, 2024 1:01:39 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f5189bca-dc05-41c4-8308-cf500a835510 initialized Apr 10, 2024 1:01:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Apr 10, 2024 1:01:39 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:01:39 PM 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. Apr 10, 2024 1:01:39 PM 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. Apr 10, 2024 1:01:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:01:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Apr 10, 2024 1:01:39 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@3ce766a2 Apr 10, 2024 1:01:39 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@3ce766a2 Apr 10, 2024 1:01:39 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f5189bca-dc05-41c4-8308-cf500a835510 shut down Apr 10, 2024 1:01:39 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Apr 10, 2024 1:01:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.742 s -- in org.glassfish.jersey.tests.cdi.resources.SingletonDependentBeanTest [INFO] Running org.glassfish.jersey.tests.cdi.resources.PerRequestDependentBeanTest Apr 10, 2024 1:01:39 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 1:01:39 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 1:01:39 PM 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. Apr 10, 2024 1:01:39 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 33da4169-991f-4859-bedc-3c975bb953b3 initialized Apr 10, 2024 1:01:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Apr 10, 2024 1:01:39 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:01:39 PM 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. Apr 10, 2024 1:01:39 PM 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. Apr 10, 2024 1:01:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:01:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Apr 10, 2024 1:01:39 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource@53eddcc5; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@32bbd757; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@32bbd757 Apr 10, 2024 1:01:39 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource getMessage INFO: In getMessage of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource@53eddcc5; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@32bbd757; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@32bbd757 Apr 10, 2024 1:01:39 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource@53eddcc5 Apr 10, 2024 1:01:39 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 33da4169-991f-4859-bedc-3c975bb953b3 shut down Apr 10, 2024 1:01:39 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Apr 10, 2024 1:01:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Apr 10, 2024 1:01:39 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 1:01:39 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 1:01:39 PM 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. Apr 10, 2024 1:01:39 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 13a3cb97-072c-418d-86de-d958dc1e1e69 initialized Apr 10, 2024 1:01:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Apr 10, 2024 1:01:39 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:01:39 PM 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. Apr 10, 2024 1:01:39 PM 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. Apr 10, 2024 1:01:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:01:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Apr 10, 2024 1:01:39 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource@7316f7b7; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@25b896d9; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@25b896d9 Apr 10, 2024 1:01:39 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource getMessage INFO: In getMessage of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource@7316f7b7; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@25b896d9; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@25b896d9 Apr 10, 2024 1:01:39 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource@7316f7b7 Apr 10, 2024 1:01:39 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 13a3cb97-072c-418d-86de-d958dc1e1e69 shut down Apr 10, 2024 1:01:39 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Apr 10, 2024 1:01:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Apr 10, 2024 1:01:39 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 1:01:39 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 1:01:39 PM 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. Apr 10, 2024 1:01:39 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7540b96e-36fd-40fd-af35-54a1729abed7 initialized Apr 10, 2024 1:01:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Apr 10, 2024 1:01:39 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:01:39 PM 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. Apr 10, 2024 1:01:39 PM 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. Apr 10, 2024 1:01:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:01:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Apr 10, 2024 1:01:39 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource@73c9ce7b; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@6158752e; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@6158752e Apr 10, 2024 1:01:39 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource getMessage INFO: In getMessage of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource@73c9ce7b; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@6158752e; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@6158752e Apr 10, 2024 1:01:39 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource@73c9ce7b Apr 10, 2024 1:01:39 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7540b96e-36fd-40fd-af35-54a1729abed7 shut down Apr 10, 2024 1:01:39 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Apr 10, 2024 1:01:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Apr 10, 2024 1:01:39 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 1:01:39 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 1:01:39 PM 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. Apr 10, 2024 1:01:39 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container bfef0383-826b-44a1-8a2e-235631ee3a3b initialized Apr 10, 2024 1:01:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Apr 10, 2024 1:01:39 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:01:39 PM 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. Apr 10, 2024 1:01:39 PM 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. Apr 10, 2024 1:01:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:01:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Apr 10, 2024 1:01:39 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource@474e64d9; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@2b7896b6; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@2b7896b6 Apr 10, 2024 1:01:39 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource getMessage INFO: In getMessage of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource@474e64d9; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@2b7896b6; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@2b7896b6 Apr 10, 2024 1:01:39 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource@474e64d9 Apr 10, 2024 1:01:39 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container bfef0383-826b-44a1-8a2e-235631ee3a3b shut down Apr 10, 2024 1:01:39 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Apr 10, 2024 1:01:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.417 s -- in org.glassfish.jersey.tests.cdi.resources.PerRequestDependentBeanTest [INFO] Running org.glassfish.jersey.tests.cdi.resources.SingletonBeanTest Apr 10, 2024 1:01:40 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 1:01:40 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 1:01:40 PM 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. Apr 10, 2024 1:01:40 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9d52abd5-c5ec-468e-a4fb-2f99f1e649fc initialized Apr 10, 2024 1:01:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Apr 10, 2024 1:01:40 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:01:40 PM 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. Apr 10, 2024 1:01:40 PM 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. Apr 10, 2024 1:01:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:01:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Apr 10, 2024 1:01:40 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@1afe37a Apr 10, 2024 1:01:40 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper@103df4b Apr 10, 2024 1:01:40 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper@81ab8d1 Apr 10, 2024 1:01:40 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanExceptionMapper postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanExceptionMapper@54da2e9 Apr 10, 2024 1:01:40 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@1afe37a Apr 10, 2024 1:01:40 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9d52abd5-c5ec-468e-a4fb-2f99f1e649fc shut down Apr 10, 2024 1:01:40 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Apr 10, 2024 1:01:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Apr 10, 2024 1:01:40 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 1:01:40 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 1:01:40 PM 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. Apr 10, 2024 1:01:40 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8bfa923c-2e5e-400a-acea-362168ac6162 initialized Apr 10, 2024 1:01:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Apr 10, 2024 1:01:40 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:01:40 PM 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. Apr 10, 2024 1:01:40 PM 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. Apr 10, 2024 1:01:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:01:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Apr 10, 2024 1:01:40 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@65041424 Apr 10, 2024 1:01:40 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper@31068f8a Apr 10, 2024 1:01:40 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper@34b5dad7 Apr 10, 2024 1:01:40 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanExceptionMapper postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanExceptionMapper@2a028636 Apr 10, 2024 1:01:40 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@65041424 Apr 10, 2024 1:01:40 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8bfa923c-2e5e-400a-acea-362168ac6162 shut down Apr 10, 2024 1:01:40 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Apr 10, 2024 1:01:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Apr 10, 2024 1:01:40 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 1:01:40 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 1:01:40 PM 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. Apr 10, 2024 1:01:40 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 55788e97-5b47-422c-a6e3-ad3e62f485b0 initialized Apr 10, 2024 1:01:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Apr 10, 2024 1:01:40 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:01:40 PM 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. Apr 10, 2024 1:01:40 PM 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. Apr 10, 2024 1:01:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:01:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Apr 10, 2024 1:01:40 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@62d337f6 Apr 10, 2024 1:01:40 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanExceptionMapper postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanExceptionMapper@24023c1 Apr 10, 2024 1:01:40 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource getMessage INFO: In getMessage in org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@62d337f6; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@503de0cb; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@503de0cb; provider: @Default Instance; provider.get(): org.glassfish.jersey.tests.cdi.resources.JCDIBeanExceptionMapper@24023c1 Apr 10, 2024 1:01:40 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@62d337f6 Apr 10, 2024 1:01:40 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 55788e97-5b47-422c-a6e3-ad3e62f485b0 shut down Apr 10, 2024 1:01:40 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Apr 10, 2024 1:01:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Apr 10, 2024 1:01:40 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 1:01:40 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 1:01:40 PM 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. Apr 10, 2024 1:01:40 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5b9470d6-af9e-4df4-a1f1-e37d83ba3b4a initialized Apr 10, 2024 1:01:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Apr 10, 2024 1:01:40 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:01:40 PM 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. Apr 10, 2024 1:01:40 PM 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. Apr 10, 2024 1:01:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:01:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Apr 10, 2024 1:01:40 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@3ebf191c Apr 10, 2024 1:01:40 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanExceptionMapper postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanExceptionMapper@630ae2fd Apr 10, 2024 1:01:40 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource getMessage INFO: In getMessage in org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@3ebf191c; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@14e6aff5; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@14e6aff5; provider: @Default Instance; provider.get(): org.glassfish.jersey.tests.cdi.resources.JCDIBeanExceptionMapper@630ae2fd Apr 10, 2024 1:01:40 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@3ebf191c Apr 10, 2024 1:01:40 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5b9470d6-af9e-4df4-a1f1-e37d83ba3b4a shut down Apr 10, 2024 1:01:40 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Apr 10, 2024 1:01:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Apr 10, 2024 1:01:40 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 1:01:40 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 1:01:40 PM 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. Apr 10, 2024 1:01:40 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 845689e5-1860-44bd-a8b7-6e744ef8ffa2 initialized Apr 10, 2024 1:01:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Apr 10, 2024 1:01:40 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:01:40 PM 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. Apr 10, 2024 1:01:40 PM 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. Apr 10, 2024 1:01:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:01:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Apr 10, 2024 1:01:40 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@4a593d57 Apr 10, 2024 1:01:40 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@4a593d57 Apr 10, 2024 1:01:40 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 845689e5-1860-44bd-a8b7-6e744ef8ffa2 shut down Apr 10, 2024 1:01:40 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Apr 10, 2024 1:01:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Apr 10, 2024 1:01:40 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 1:01:40 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 1:01:40 PM 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. Apr 10, 2024 1:01:40 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0154ea4d-8a58-42d5-9e8c-308ddefeb306 initialized Apr 10, 2024 1:01:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Apr 10, 2024 1:01:40 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:01:40 PM 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. Apr 10, 2024 1:01:40 PM 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. Apr 10, 2024 1:01:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:01:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Apr 10, 2024 1:01:40 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@68db6b95 Apr 10, 2024 1:01:40 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@68db6b95 Apr 10, 2024 1:01:40 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0154ea4d-8a58-42d5-9e8c-308ddefeb306 shut down Apr 10, 2024 1:01:40 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Apr 10, 2024 1:01:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.689 s -- in org.glassfish.jersey.tests.cdi.resources.SingletonBeanTest [INFO] Running org.glassfish.jersey.tests.cdi.resources.JaxRsInjectedCdiBeanTest Apr 10, 2024 1:01:40 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 1:01:40 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 1:01:40 PM 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. Apr 10, 2024 1:01:40 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 738d4887-49a0-486e-a46a-2333420a7b19 initialized Apr 10, 2024 1:01:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Apr 10, 2024 1:01:40 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:01:40 PM 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. Apr 10, 2024 1:01:40 PM 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. Apr 10, 2024 1:01:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:01:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Apr 10, 2024 1:01:40 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 738d4887-49a0-486e-a46a-2333420a7b19 shut down Apr 10, 2024 1:01:40 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Apr 10, 2024 1:01:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 s -- in org.glassfish.jersey.tests.cdi.resources.JaxRsInjectedCdiBeanTest [INFO] Running org.glassfish.jersey.tests.cdi.resources.SecondJaxRsInjectedCdiBeanTest Apr 10, 2024 1:01:40 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 1:01:40 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 1:01:40 PM 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. Apr 10, 2024 1:01:40 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 101ffa96-cede-4e29-9036-54c3e2ba8cd5 initialized Apr 10, 2024 1:01:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/secondary Apr 10, 2024 1:01:40 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:01:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:01:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Apr 10, 2024 1:01:40 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 101ffa96-cede-4e29-9036-54c3e2ba8cd5 shut down Apr 10, 2024 1:01:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.090 s -- in org.glassfish.jersey.tests.cdi.resources.SecondJaxRsInjectedCdiBeanTest [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/ci-cd-integration_4.0/tests/integration/cdi-integration/cdi-test-webapp/target/cdi-test-webapp] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/cdi-integration/cdi-test-webapp/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [131/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ cdi-with-jersey-injection-custom-cfg-webapp --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ cdi-with-jersey-injection-custom-cfg-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-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/ci-cd-integration_4.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-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-cfg-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 12 source files with javac [debug target 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-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/ci-cd-integration_4.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-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-cfg-webapp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ cdi-with-jersey-injection-custom-cfg-webapp --- [INFO] Reserved port 33247 for jersey.config.test.container.port [INFO] Reserved port 32975 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5: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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [132/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ cdi-with-jersey-injection-custom-hk2-banned-webapp --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ cdi-with-jersey-injection-custom-hk2-banned-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ cdi-with-jersey-injection-custom-hk2-banned-webapp --- [INFO] Reserved port 46389 for jersey.config.test.container.port [INFO] Reserved port 35803 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5: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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [133/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ cdi-with-jersey-injection-webapp --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ cdi-with-jersey-injection-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/cdi-integration/cdi-with-jersey-injection-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/ci-cd-integration_4.0/tests/integration/cdi-integration/cdi-with-jersey-injection-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-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 11 source files with javac [debug target 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/cdi-integration/cdi-with-jersey-injection-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/ci-cd-integration_4.0/tests/integration/cdi-integration/cdi-with-jersey-injection-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-webapp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ cdi-with-jersey-injection-webapp --- [INFO] Reserved port 39093 for jersey.config.test.container.port [INFO] Reserved port 37097 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5: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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [134/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ context-inject-on-server --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ context-inject-on-server --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/cdi-integration/context-inject-on-server/src/main/java/org/glassfish/jersey/tests/cdi/inject/ApplicationInjectParent.java: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/cdi-integration/context-inject-on-server/src/main/java/org/glassfish/jersey/tests/cdi/inject/ApplicationInjectParent.java: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] Annotation processing is enabled because one or more processors were found on the class path. A future release of javac may disable annotation processing unless at least one processor is specified by name (-processor), or a search path is specified (--processor-path, --processor-module-path), or annotation processing is enabled explicitly (-proc:only, -proc:full). Use -Xlint:-options to suppress this message. Use -proc:none to disable annotation processing. [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ context-inject-on-server --- [INFO] Reserved port 46047 for jersey.config.test.container.port [INFO] Reserved port 43109 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ context-inject-on-server --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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.NonScopedInjectionTest Apr 10, 2024 1:01:54 PM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 6.0.0 (Beta1) Apr 10, 2024 1:01:54 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 1:01:54 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 1:01:54 PM 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. Apr 10, 2024 1:01:54 PM 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. Apr 10, 2024 1:01:55 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f970ce27-834d-49c8-8cc0-578d96aa5cec initialized Apr 10, 2024 1:01:55 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Apr 10, 2024 1:01:55 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Apr 10, 2024 1:01:55 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Apr 10, 2024 1:01:55 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Apr 10, 2024 1:01:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:01:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 1:01:55 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Everything contexted Apr 10, 2024 1:01:56 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f970ce27-834d-49c8-8cc0-578d96aa5cec shut down Apr 10, 2024 1:01:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Apr 10, 2024 1:01:56 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 1:01:56 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 1:01:56 PM 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. Apr 10, 2024 1:01:56 PM 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. Apr 10, 2024 1:01:56 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container eccbf5be-1db4-45c0-9088-432bdc67f7f4 initialized Apr 10, 2024 1:01:56 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Apr 10, 2024 1:01:56 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Apr 10, 2024 1:01:56 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Apr 10, 2024 1:01:56 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Apr 10, 2024 1:01:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:01:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 1:01:56 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Everything contexteded on ExceptionMapper. Apr 10, 2024 1:01:56 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container eccbf5be-1db4-45c0-9088-432bdc67f7f4 shut down Apr 10, 2024 1:01:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Apr 10, 2024 1:01:56 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 1:01:56 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 1:01:56 PM 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. Apr 10, 2024 1:01:56 PM 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. Apr 10, 2024 1:01:56 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c6ccd0cf-2692-4117-86d9-08bbb0132c8c initialized Apr 10, 2024 1:01:56 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Apr 10, 2024 1:01:56 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Apr 10, 2024 1:01:56 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Apr 10, 2024 1:01:56 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Apr 10, 2024 1:01:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:01:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 1:01:56 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer InjectContainerResponseFilter: ResourceInfo did not get the resource. Apr 10, 2024 1:01:56 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c6ccd0cf-2692-4117-86d9-08bbb0132c8c shut down Apr 10, 2024 1:01:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Apr 10, 2024 1:01:56 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 1:01:56 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 1:01:57 PM 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. Apr 10, 2024 1:01:57 PM 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. Apr 10, 2024 1:01:57 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e2a5078c-8e34-4492-9663-d1bdc07c728d initialized Apr 10, 2024 1:01:57 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Apr 10, 2024 1:01:57 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Apr 10, 2024 1:01:57 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Apr 10, 2024 1:01:57 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Apr 10, 2024 1:01:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:01:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Apr 10, 2024 1:01:57 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer InjectContainerResponseFilter: ResourceInfo did not get the resource. Apr 10, 2024 1:01:57 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e2a5078c-8e34-4492-9663-d1bdc07c728d shut down Apr 10, 2024 1:01:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Apr 10, 2024 1:01:57 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 1:01:57 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 1:01:57 PM 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. Apr 10, 2024 1:01:57 PM 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. Apr 10, 2024 1:01:57 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 259bc1cc-8ae9-4f9c-b448-c03dd24843c8 initialized Apr 10, 2024 1:01:57 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Apr 10, 2024 1:01:57 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Apr 10, 2024 1:01:57 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Apr 10, 2024 1:01:57 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Apr 10, 2024 1:01:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:01:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 10, 2024 1:01:57 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Everything injected Apr 10, 2024 1:01:57 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 259bc1cc-8ae9-4f9c-b448-c03dd24843c8 shut down Apr 10, 2024 1:01:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Apr 10, 2024 1:01:57 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 1:01:57 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 1:01:57 PM 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. Apr 10, 2024 1:01:57 PM 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. Apr 10, 2024 1:01:57 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7b5ad523-4021-4128-afac-6470ced4f3b8 initialized Apr 10, 2024 1:01:57 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Apr 10, 2024 1:01:57 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Apr 10, 2024 1:01:57 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Apr 10, 2024 1:01:57 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Apr 10, 2024 1:01:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:01:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Apr 10, 2024 1:01:57 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Everything injecteded on ExceptionMapper. Apr 10, 2024 1:01:57 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7b5ad523-4021-4128-afac-6470ced4f3b8 shut down Apr 10, 2024 1:01:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.373 s -- in org.glassfish.jersey.tests.cdi.inject.NonScopedInjectionTest [INFO] Running org.glassfish.jersey.tests.cdi.inject.ScopedInjectionTest Apr 10, 2024 1:01:57 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 1:01:57 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 1:01:57 PM 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. Apr 10, 2024 1:01:57 PM 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. Apr 10, 2024 1:01:57 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2ce4b164-f479-4987-ac80-fa72aa4767f0 initialized Apr 10, 2024 1:01:57 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Apr 10, 2024 1:01:57 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Apr 10, 2024 1:01:57 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Apr 10, 2024 1:01:57 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Apr 10, 2024 1:01:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:01:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Apr 10, 2024 1:01:57 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Everything contexted Apr 10, 2024 1:01:57 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2ce4b164-f479-4987-ac80-fa72aa4767f0 shut down Apr 10, 2024 1:01:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Apr 10, 2024 1:01:57 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 1:01:57 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 1:01:57 PM 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. Apr 10, 2024 1:01:57 PM 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. Apr 10, 2024 1:01:57 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container fbad0773-72a6-49a7-9266-623f7c2d5303 initialized Apr 10, 2024 1:01:57 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Apr 10, 2024 1:01:57 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Apr 10, 2024 1:01:57 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Apr 10, 2024 1:01:57 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Apr 10, 2024 1:01:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:01:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Apr 10, 2024 1:01:58 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Everything contexteded on ExceptionMapper. Apr 10, 2024 1:01:58 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container fbad0773-72a6-49a7-9266-623f7c2d5303 shut down Apr 10, 2024 1:01:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Apr 10, 2024 1:01:58 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 1:01:58 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 1:01:58 PM 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. Apr 10, 2024 1:01:58 PM 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. Apr 10, 2024 1:01:58 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b1ed4027-9c06-48b4-8b04-4440a5612822 initialized Apr 10, 2024 1:01:58 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Apr 10, 2024 1:01:58 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Apr 10, 2024 1:01:58 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Apr 10, 2024 1:01:58 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Apr 10, 2024 1:01:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:01:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Apr 10, 2024 1:01:58 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer InjectContainerResponseFilter: ResourceInfo did not get the resource. Apr 10, 2024 1:01:58 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b1ed4027-9c06-48b4-8b04-4440a5612822 shut down Apr 10, 2024 1:01:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Apr 10, 2024 1:01:58 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 1:01:58 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 1:01:58 PM 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. Apr 10, 2024 1:01:58 PM 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. Apr 10, 2024 1:01:58 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5dc108bb-65ba-449e-8e44-13366318a844 initialized Apr 10, 2024 1:01:58 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Apr 10, 2024 1:01:58 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Apr 10, 2024 1:01:58 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Apr 10, 2024 1:01:58 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Apr 10, 2024 1:01:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:01:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Apr 10, 2024 1:01:58 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer InjectContainerResponseFilter: ResourceInfo did not get the resource. Apr 10, 2024 1:01:58 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5dc108bb-65ba-449e-8e44-13366318a844 shut down Apr 10, 2024 1:01:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Apr 10, 2024 1:01:58 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 1:01:58 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 1:01:58 PM 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. Apr 10, 2024 1:01:58 PM 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. Apr 10, 2024 1:01:58 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 43b83d33-fc76-4477-9598-905cee3fa7cb initialized Apr 10, 2024 1:01:58 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Apr 10, 2024 1:01:58 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Apr 10, 2024 1:01:58 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Apr 10, 2024 1:01:58 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Apr 10, 2024 1:01:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:01:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Apr 10, 2024 1:01:58 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Everything injected Apr 10, 2024 1:01:58 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 43b83d33-fc76-4477-9598-905cee3fa7cb shut down Apr 10, 2024 1:01:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Apr 10, 2024 1:01:58 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 1:01:58 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 1:01:58 PM 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. Apr 10, 2024 1:01:58 PM 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. Apr 10, 2024 1:01:58 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b934bd7d-90ac-437d-8d40-8c49e7d55383 initialized Apr 10, 2024 1:01:58 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Apr 10, 2024 1:01:58 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Apr 10, 2024 1:01:58 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Apr 10, 2024 1:01:58 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Apr 10, 2024 1:01:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:01:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Apr 10, 2024 1:01:58 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Everything injecteded on ExceptionMapper. Apr 10, 2024 1:01:58 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b934bd7d-90ac-437d-8d40-8c49e7d55383 shut down Apr 10, 2024 1:01:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.098 s -- in org.glassfish.jersey.tests.cdi.inject.ScopedInjectionTest [INFO] Running org.glassfish.jersey.tests.cdi.inject.ScopedApplicationInjectTest Apr 10, 2024 1:01:58 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 1:01:58 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 1:01:58 PM 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. Apr 10, 2024 1:01:58 PM 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. Apr 10, 2024 1:01:58 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a55d2a57-647a-41d2-b948-3965783137e9 initialized Apr 10, 2024 1:01:58 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Apr 10, 2024 1:01:58 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Apr 10, 2024 1:01:58 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Apr 10, 2024 1:01:58 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Apr 10, 2024 1:01:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:01:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Apr 10, 2024 1:01:58 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Apr 10, 2024 1:01:58 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:01:58 PM 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 Apr 10, 2024 1:01:58 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a55d2a57-647a-41d2-b948-3965783137e9 shut down Apr 10, 2024 1:01:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Apr 10, 2024 1:01:58 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 1:01:58 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 1:01:58 PM 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. Apr 10, 2024 1:01:58 PM 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. Apr 10, 2024 1:01:59 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 68513953-e16b-482e-b5c3-7d4d99a03837 initialized Apr 10, 2024 1:01:59 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Apr 10, 2024 1:01:59 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Apr 10, 2024 1:01:59 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Apr 10, 2024 1:01:59 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Apr 10, 2024 1:01:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:01:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Apr 10, 2024 1:01:59 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Apr 10, 2024 1:01:59 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:01:59 PM 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 Apr 10, 2024 1:01:59 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 68513953-e16b-482e-b5c3-7d4d99a03837 shut down Apr 10, 2024 1:01:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.364 s -- in org.glassfish.jersey.tests.cdi.inject.ScopedApplicationInjectTest [INFO] Running org.glassfish.jersey.tests.cdi.inject.ServletTest Apr 10, 2024 1:01:59 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 1:01:59 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 1:01:59 PM 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. Apr 10, 2024 1:01:59 PM 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. Apr 10, 2024 1:01:59 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8708d5c5-4ac2-4696-ab40-9c45c5cca446 initialized Apr 10, 2024 1:01:59 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Apr 10, 2024 1:01:59 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Apr 10, 2024 1:01:59 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Apr 10, 2024 1:01:59 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Apr 10, 2024 1:01:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:01:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Apr 10, 2024 1:01:59 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Apr 10, 2024 1:01:59 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:01:59 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8708d5c5-4ac2-4696-ab40-9c45c5cca446 shut down Apr 10, 2024 1:01:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Apr 10, 2024 1:01:59 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 1:01:59 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 1:01:59 PM 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. Apr 10, 2024 1:01:59 PM 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. Apr 10, 2024 1:01:59 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 41eb163d-963e-48db-a1b8-ca4c343c4b67 initialized Apr 10, 2024 1:01:59 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Apr 10, 2024 1:01:59 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Apr 10, 2024 1:01:59 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Apr 10, 2024 1:01:59 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Apr 10, 2024 1:01:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:01:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Apr 10, 2024 1:01:59 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Apr 10, 2024 1:01:59 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:01:59 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 41eb163d-963e-48db-a1b8-ca4c343c4b67 shut down Apr 10, 2024 1:01:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.398 s -- in org.glassfish.jersey.tests.cdi.inject.ServletTest [INFO] Running org.glassfish.jersey.tests.cdi.inject.NonScopedApplicationInjectTest Apr 10, 2024 1:01:59 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 1:01:59 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 1:01:59 PM 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. Apr 10, 2024 1:01:59 PM 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. Apr 10, 2024 1:01:59 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4dc25938-d967-44aa-a961-4b8f1987eaf5 initialized Apr 10, 2024 1:01:59 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Apr 10, 2024 1:01:59 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Apr 10, 2024 1:01:59 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Apr 10, 2024 1:01:59 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Apr 10, 2024 1:01:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:01:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Apr 10, 2024 1:01:59 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Apr 10, 2024 1:01:59 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:01:59 PM 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 Apr 10, 2024 1:01:59 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4dc25938-d967-44aa-a961-4b8f1987eaf5 shut down Apr 10, 2024 1:01:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Apr 10, 2024 1:01:59 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 1:01:59 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 1:01:59 PM 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. Apr 10, 2024 1:01:59 PM 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. Apr 10, 2024 1:01:59 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 31338cdb-f761-4cdf-b613-a717b20da7d8 initialized Apr 10, 2024 1:01:59 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Apr 10, 2024 1:01:59 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Apr 10, 2024 1:01:59 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Apr 10, 2024 1:01:59 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Apr 10, 2024 1:01:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:01:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Apr 10, 2024 1:01:59 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Apr 10, 2024 1:01:59 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:01:59 PM 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 Apr 10, 2024 1:01:59 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 31338cdb-f761-4cdf-b613-a717b20da7d8 shut down Apr 10, 2024 1:01:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.281 s -- in org.glassfish.jersey.tests.cdi.inject.NonScopedApplicationInjectTest [INFO] Running org.glassfish.jersey.tests.cdi.inject.SseTest Apr 10, 2024 1:01:59 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 1:01:59 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 1:01:59 PM 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. Apr 10, 2024 1:01:59 PM 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. Apr 10, 2024 1:01:59 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c8d11668-ba32-4a07-85bd-9373b80b588d initialized Apr 10, 2024 1:01:59 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Apr 10, 2024 1:01:59 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Apr 10, 2024 1:01:59 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Apr 10, 2024 1:01:59 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Apr 10, 2024 1:01:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:01:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Apr 10, 2024 1:01:59 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Apr 10, 2024 1:01:59 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c8d11668-ba32-4a07-85bd-9373b80b588d shut down Apr 10, 2024 1:01:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Apr 10, 2024 1:01:59 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 1:01:59 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 1:02:00 PM 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. Apr 10, 2024 1:02:00 PM 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. Apr 10, 2024 1:02:00 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 57f43e5f-452e-43fc-a8a3-ca0bd8015afa initialized Apr 10, 2024 1:02:00 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Apr 10, 2024 1:02:00 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Apr 10, 2024 1:02:00 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Apr 10, 2024 1:02:00 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Apr 10, 2024 1:02:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:02:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Apr 10, 2024 1:02:00 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Apr 10, 2024 1:02:00 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 57f43e5f-452e-43fc-a8a3-ca0bd8015afa shut down Apr 10, 2024 1:02:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.771 s -- in org.glassfish.jersey.tests.cdi.inject.SseTest [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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [135/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ gf-cdi-inject-on-server --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ gf-cdi-inject-on-server --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ gf-cdi-inject-on-server --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ gf-cdi-inject-on-server --- [INFO] Reserved port 42875 for jersey.config.test.container.port [INFO] Reserved port 34657 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.13: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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish7/glassfish/modules/jakarta.ws.rs-api.jar [INFO] [INFO] --- surefire:3.2.5: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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [136/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ client-connector-provider --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ client-connector-provider --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ client-connector-provider --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ client-connector-provider --- [INFO] Reserved port 36535 for jersey.config.test.container.port [INFO] Reserved port 37889 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ client-connector-provider --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 Apr 10, 2024 1:02:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Apr 10, 2024 1:02:09 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:02:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:02:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 1:02:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.839 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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [137/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ ejb-multimodule-lib --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ ejb-multimodule-lib --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ ejb-multimodule-lib --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/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.5.0:reserve-network-port (reserve-port) @ ejb-multimodule-lib --- [INFO] Reserved port 46739 for jersey.config.test.container.port [INFO] Reserved port 38247 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5: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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [138/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ ejb-multimodule-war --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ ejb-multimodule-war --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ ejb-multimodule-war --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ ejb-multimodule-war --- [INFO] Reserved port 42629 for jersey.config.test.container.port [INFO] Reserved port 42431 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5: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/ci-cd-integration_4.0/tests/integration/ejb-multimodule/war/target/ejb-multimodule-war] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/ejb-multimodule/war/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [139/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ ejb-multimodule-ear --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ ejb-multimodule-ear --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/tests/integration/ejb-multimodule/ear/src/main/resources [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ ejb-multimodule-ear --- [INFO] Reserved port 36761 for jersey.config.test.container.port [INFO] Reserved port 42067 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.30.2-GA] to [APP-INF/lib/org.javassist-javassist-3.30.2-GA.jar] [INFO] Copy ear sources to /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/ejb-multimodule/ear/target/ejb-multimodule-ear-4.0.99-SNAPSHOT [INFO] Building ear: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [140/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ ejb-multimodule --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ ejb-multimodule --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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.5.0:reserve-network-port (reserve-port) @ ejb-multimodule --- [INFO] Reserved port 39117 for jersey.config.test.container.port [INFO] Reserved port 45435 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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [141/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ ejb-multimodule-reload-lib --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ ejb-multimodule-reload-lib --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ ejb-multimodule-reload-lib --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/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.5.0:reserve-network-port (reserve-port) @ ejb-multimodule-reload-lib --- [INFO] Reserved port 38089 for jersey.config.test.container.port [INFO] Reserved port 40985 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5: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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [142/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ ejb-multimodule-reload-war1 --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ ejb-multimodule-reload-war1 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/ejb-multimodule-reload/war1/src/main/java/org/glassfish/jersey/tests/integration/multimodule/ejb/reload/web1/FirstApp.java: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/ejb-multimodule-reload/war1/src/main/java/org/glassfish/jersey/tests/integration/multimodule/ejb/reload/web1/FirstApp.java: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ ejb-multimodule-reload-war1 --- [INFO] Reserved port 46163 for jersey.config.test.container.port [INFO] Reserved port 40745 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5: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/ci-cd-integration_4.0/tests/integration/ejb-multimodule-reload/war1/target/ejb-multimodule-reload-war1] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [143/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ ejb-multimodule-reload-war2 --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ ejb-multimodule-reload-war2 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ ejb-multimodule-reload-war2 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ ejb-multimodule-reload-war2 --- [INFO] Reserved port 41875 for jersey.config.test.container.port [INFO] Reserved port 36375 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5: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/ci-cd-integration_4.0/tests/integration/ejb-multimodule-reload/war2/target/ejb-multimodule-reload-war2] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [144/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ ejb-multimodule-reload-ear --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ ejb-multimodule-reload-ear --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/tests/integration/ejb-multimodule-reload/ear/src/main/resources [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ ejb-multimodule-reload-ear --- [INFO] Reserved port 39599 for jersey.config.test.container.port [INFO] Reserved port 42037 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.30.2-GA] to [APP-INF/lib/org.javassist-javassist-3.30.2-GA.jar] [INFO] Building ear: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [145/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ ejb-multimodule-reload --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ ejb-multimodule-reload --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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.5.0:reserve-network-port (reserve-port) @ ejb-multimodule-reload --- [INFO] Reserved port 42197 for jersey.config.test.container.port [INFO] Reserved port 44639 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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [146/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ ejb-test-webapp --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ ejb-test-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ ejb-test-webapp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ ejb-test-webapp --- [INFO] Reserved port 46497 for jersey.config.test.container.port [INFO] Reserved port 42821 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5: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/ci-cd-integration_4.0/tests/integration/ejb-test-webapp/target/ejb-test-webapp] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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:externalproperties >------ [INFO] Building jersey-tests-externalproperties 4.0.99-SNAPSHOT [147/372] [INFO] from tests/integration/externalproperties/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ externalproperties --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ externalproperties --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ externalproperties --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ externalproperties --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ externalproperties --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ externalproperties --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/externalproperties/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ externalproperties --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ externalproperties --- [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) @ externalproperties --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ externalproperties --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/externalproperties/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ externalproperties --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ externalproperties --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ externalproperties --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/externalproperties/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ externalproperties --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ externalproperties --- [INFO] Reserved port 38025 for jersey.config.test.container.port [INFO] Reserved port 43751 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ externalproperties --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/externalproperties/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.externalproperties.HttpProxyTest Apr 10, 2024 1:02:24 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ SLF4J(W): No SLF4J providers were found. SLF4J(W): Defaulting to no-operation (NOP) logger implementation SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details. Apr 10, 2024 1:02:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:02:25 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ Apr 10, 2024 1:02:25 PM 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: 1.182 s -- in org.glassfish.jersey.tests.externalproperties.HttpProxyTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ externalproperties --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/externalproperties/target/externalproperties-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ externalproperties --- [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/ci-cd-integration_4.0/tests/integration/externalproperties/target/bom.xml [INFO] attaching as externalproperties-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/externalproperties/target/bom.json [INFO] attaching as externalproperties-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ externalproperties --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/externalproperties/target/externalproperties-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ externalproperties --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/externalproperties/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/externalproperties/4.0.99-SNAPSHOT/externalproperties-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/externalproperties/target/externalproperties-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/externalproperties/4.0.99-SNAPSHOT/externalproperties-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/externalproperties/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/externalproperties/4.0.99-SNAPSHOT/externalproperties-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/externalproperties/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/externalproperties/4.0.99-SNAPSHOT/externalproperties-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/externalproperties/target/externalproperties-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/externalproperties/4.0.99-SNAPSHOT/externalproperties-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ externalproperties --- [INFO] [INFO] ------------< org.glassfish.jersey.tests.integration:j-376 >------------ [INFO] Building j-376-reproducer 4.0.99-SNAPSHOT [148/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ j-376 --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ j-376 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] Annotation processing is enabled because one or more processors were found on the class path. A future release of javac may disable annotation processing unless at least one processor is specified by name (-processor), or a search path is specified (--processor-path, --processor-module-path), or annotation processing is enabled explicitly (-proc:only, -proc:full). Use -Xlint:-options to suppress this message. Use -proc:none to disable annotation processing. [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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] Annotation processing is enabled because one or more processors were found on the class path. A future release of javac may disable annotation processing unless at least one processor is specified by name (-processor), or a search path is specified (--processor-path, --processor-module-path), or annotation processing is enabled explicitly (-proc:only, -proc:full). Use -Xlint:-options to suppress this message. Use -proc:none to disable annotation processing. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ j-376 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] Annotation processing is enabled because one or more processors were found on the class path. A future release of javac may disable annotation processing unless at least one processor is specified by name (-processor), or a search path is specified (--processor-path, --processor-module-path), or annotation processing is enabled explicitly (-proc:only, -proc:full). Use -Xlint:-options to suppress this message. Use -proc:none to disable annotation processing. [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ j-376 --- [INFO] Reserved port 36825 for jersey.config.test.container.port [INFO] Reserved port 34353 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ j-376 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 Apr 10, 2024 1:02:28 PM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 6.0.0 (Beta1) Apr 10, 2024 1:02:28 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 1:02:28 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 1:02:28 PM 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. Apr 10, 2024 1:02:28 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container add3e89d-f6c4-4395-a74e-d9b4aa45b6c7 initialized Apr 10, 2024 1:02:29 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:02:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8080] Apr 10, 2024 1:02:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 1:02:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8080] Apr 10, 2024 1:02:29 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container add3e89d-f6c4-4395-a74e-d9b4aa45b6c7 shut down [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.908 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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [149/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ j-441-war1 --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ j-441-war1 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ j-441-war1 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ j-441-war1 --- [INFO] Reserved port 37355 for jersey.config.test.container.port [INFO] Reserved port 41751 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5: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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/tests/integration/j-441/war1/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [150/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ j-441-war2 --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ j-441-war2 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ j-441-war2 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ j-441-war2 --- [INFO] Reserved port 38755 for jersey.config.test.container.port [INFO] Reserved port 37599 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5: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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/tests/integration/j-441/war2/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [151/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ j-441-ear --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ j-441-ear --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/tests/integration/j-441/ear/src/main/resources [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ j-441-ear --- [INFO] Reserved port 37879 for jersey.config.test.container.port [INFO] Reserved port 40101 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.30.2-GA] to [APP-INF/lib/org.javassist-javassist-3.30.2-GA.jar] [INFO] Building ear: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [152/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ j-441 --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ j-441 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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.5.0:reserve-network-port (reserve-port) @ j-441 --- [INFO] Reserved port 46063 for jersey.config.test.container.port [INFO] Reserved port 35219 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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [153/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ j-59-ejb-lib --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ j-59-ejb-lib --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ j-59-ejb-lib --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/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.5.0:reserve-network-port (reserve-port) @ j-59-ejb-lib --- [INFO] Reserved port 44021 for jersey.config.test.container.port [INFO] Reserved port 40031 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5: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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [154/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ j-59-cdi-war --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ j-59-cdi-war --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ j-59-cdi-war --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ j-59-cdi-war --- [INFO] Reserved port 41005 for jersey.config.test.container.port [INFO] Reserved port 41693 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5: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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/tests/integration/j-59/war/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [155/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ j-59-ear --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ j-59-ear --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/tests/integration/j-59/ear/src/main/resources [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ j-59-ear --- [INFO] Reserved port 41059 for jersey.config.test.container.port [INFO] Reserved port 42587 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.30.2-GA] to [APP-INF/lib/org.javassist-javassist-3.30.2-GA.jar] [INFO] Building ear: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [156/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ j-59 --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ j-59 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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.5.0:reserve-network-port (reserve-port) @ j-59 --- [INFO] Reserved port 38429 for jersey.config.test.container.port [INFO] Reserved port 45367 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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [157/372] [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.17.0:compile Dependency convergence error for com.fasterxml.jackson.core:jackson-core:jar:2.17.0 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.17.0: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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jackson-14 --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jackson-14 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jackson-14 --- [INFO] Reserved port 36977 for jersey.config.test.container.port [INFO] Reserved port 35327 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jackson-14 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 Apr 10, 2024 1:02:41 PM 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.668 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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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:jaxrs-component-inject >---- [INFO] Building jersey-tests-component-inject 4.0.99-SNAPSHOT [158/372] [INFO] from tests/integration/jaxrs-component-inject/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jaxrs-component-inject --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jaxrs-component-inject --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jaxrs-component-inject --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jaxrs-component-inject --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jaxrs-component-inject --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jaxrs-component-inject --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jaxrs-component-inject/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jaxrs-component-inject --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jaxrs-component-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) @ jaxrs-component-inject --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jaxrs-component-inject --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jaxrs-component-inject/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jaxrs-component-inject --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jaxrs-component-inject/src/main/java/org/glassfish/jersey/tests/jaxrs/inject/TSAppConfig.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jaxrs-component-inject/src/main/java/org/glassfish/jersey/tests/jaxrs/inject/TSAppConfig.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jaxrs-component-inject --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jaxrs-component-inject/src/main/java/org/glassfish/jersey/tests/jaxrs/inject/TSAppConfig.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jaxrs-component-inject/src/main/java/org/glassfish/jersey/tests/jaxrs/inject/TSAppConfig.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jaxrs-component-inject --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jaxrs-component-inject/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jaxrs-component-inject --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jaxrs-component-inject --- [INFO] Reserved port 39027 for jersey.config.test.container.port [INFO] Reserved port 40189 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jaxrs-component-inject --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jaxrs-component-inject --- [INFO] Packaging webapp [INFO] Assembling webapp [jaxrs-component-inject] in [/home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jaxrs-component-inject/target/jaxrs-component-inject-4.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jaxrs-component-inject/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jaxrs-component-inject/target/jaxrs-component-inject-4.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jaxrs-component-inject --- [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/ci-cd-integration_4.0/tests/integration/jaxrs-component-inject/target/bom.xml [INFO] attaching as jaxrs-component-inject-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jaxrs-component-inject/target/bom.json [INFO] attaching as jaxrs-component-inject-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jaxrs-component-inject --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jaxrs-component-inject/target/jaxrs-component-inject-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:12.0.8:start (start-jetty) @ jaxrs-component-inject --- [INFO] Configuring Jetty for project: jersey-tests-component-inject [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jaxrs-component-inject/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jaxrs-component-inject/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jaxrs-component-inject/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jaxrs-component-inject/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/ee10/webapp/webdefault-ee10.xml [INFO] Web overrides = none [INFO] jetty-12.0.8; built: 2024-03-29T19:58:19.443Z; git: ffffdcc3c863b8f49901cc7c84a8157ebc5d15f9; jvm 21.0.2+13-58 [INFO] Session workerName=node0 [INFO] Started oeje10mp.MavenWebAppContext@2f0841b8{ROOT,/,b=file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jaxrs-component-inject/src/main/webapp/,a=AVAILABLE,h=oeje10s.SessionHandler@6b85d01a{STARTED}}{file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jaxrs-component-inject/src/main/webapp/} Apr 10, 2024 1:02:44 PM 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. Apr 10, 2024 1:02:44 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Apr 10, 2024 1:02:44 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.jaxrs.inject.SingletonWithInjectables 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.jaxrs.inject.SingletonWithInjectables will be ignored. [INFO] Started oeje10mp.MavenWebAppContext@2f0841b8{ROOT,/,b=file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jaxrs-component-inject/src/main/webapp/,a=AVAILABLE,h=oeje10s.SessionHandler@6b85d01a{STARTED}}{file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jaxrs-component-inject/src/main/webapp/} [INFO] Started ServerConnector@5e7b73b3{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started oejs.Server@bad1063{STARTING}[12.0.8,sto=0] @3337747ms [INFO] [INFO] --- failsafe:3.2.5:integration-test (default) @ jaxrs-component-inject --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jaxrs-component-inject/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.jaxrs.inject.ApplicationInjectITCase Apr 10, 2024 1:02:45 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Apr 10, 2024 1:02:46 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Apr 10, 2024 1:02:46 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.840 s -- in org.glassfish.jersey.tests.jaxrs.inject.ApplicationInjectITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:12.0.8:stop (stop-jetty) @ jaxrs-component-inject --- [INFO] Waiting 10 seconds for jetty 159 to stop [INFO] Stopped oejs.Server@bad1063{STOPPING}[12.0.8,sto=0] [INFO] Stopped ServerConnector@5e7b73b3{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Stopped oeje10mp.MavenWebAppContext@2f0841b8{ROOT,/,b=file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jaxrs-component-inject/src/main/webapp/,a=AVAILABLE,h=oeje10s.SessionHandler@6b85d01a{STOPPED}}{file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jaxrs-component-inject/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.5:verify (default) @ jaxrs-component-inject --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jaxrs-component-inject/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ jaxrs-component-inject --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jaxrs-component-inject/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jaxrs-component-inject/4.0.99-SNAPSHOT/jaxrs-component-inject-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jaxrs-component-inject/target/jaxrs-component-inject-4.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jaxrs-component-inject/4.0.99-SNAPSHOT/jaxrs-component-inject-4.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jaxrs-component-inject/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jaxrs-component-inject/4.0.99-SNAPSHOT/jaxrs-component-inject-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jaxrs-component-inject/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jaxrs-component-inject/4.0.99-SNAPSHOT/jaxrs-component-inject-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jaxrs-component-inject/target/jaxrs-component-inject-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jaxrs-component-inject/4.0.99-SNAPSHOT/jaxrs-component-inject-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jaxrs-component-inject --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-780 >---------- [INFO] Building jersey-tests-integration-jersey-780 4.0.99-SNAPSHOT [159/372] [INFO] from tests/integration/jersey-780/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-780 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-780 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-780 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-780 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-780 --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-780 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-780/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-780 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-780 --- [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-780 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-780 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-780/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-780 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-780 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-780 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-780/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-780 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-780/src/test/java/org/glassfish/jersey/tests/integration/jersey780/HelloWorldResourceITCase.java: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-780/src/test/java/org/glassfish/jersey/tests/integration/jersey780/HelloWorldResourceITCase.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-780/src/test/java/org/glassfish/jersey/tests/integration/jersey780/HelloWorldResourceITCase.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-780 --- [INFO] Reserved port 33503 for jersey.config.test.container.port [INFO] Reserved port 46629 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jersey-780 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-780 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-780] in [/home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-780/target/jersey-780-4.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-780/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-780/target/jersey-780-4.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-780 --- [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/ci-cd-integration_4.0/tests/integration/jersey-780/target/bom.xml [INFO] attaching as jersey-780-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-780/target/bom.json [INFO] attaching as jersey-780-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-780 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-780/target/jersey-780-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:12.0.8:start (start-jetty) @ jersey-780 --- [INFO] Configuring Jetty for project: jersey-tests-integration-jersey-780 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-780/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-780/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-780/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-780/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/ee10/webapp/webdefault-ee10.xml [INFO] Web overrides = none [INFO] jetty-12.0.8; built: 2024-03-29T19:58:19.443Z; git: ffffdcc3c863b8f49901cc7c84a8157ebc5d15f9; jvm 21.0.2+13-58 [INFO] Session workerName=node0 [INFO] Started oeje10mp.MavenWebAppContext@7f1a1686{ROOT,/,b=file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-780/src/main/webapp/,a=AVAILABLE,h=oeje10s.SessionHandler@24366b70{STARTED}}{file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-780/src/main/webapp/} Apr 10, 2024 1:02:48 PM 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. Apr 10, 2024 1:02:48 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. [INFO] Started oeje10mp.MavenWebAppContext@7f1a1686{ROOT,/,b=file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-780/src/main/webapp/,a=AVAILABLE,h=oeje10s.SessionHandler@24366b70{STARTED}}{file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-780/src/main/webapp/} [INFO] Started ServerConnector@43a81f5d{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started oejs.Server@6f069e73{STARTING}[12.0.8,sto=0] @3341822ms [INFO] [INFO] --- failsafe:3.2.5:integration-test (default) @ jersey-780 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-780/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.jersey780.HelloWorldResourceITCase Apr 10, 2024 1:02:49 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.197 s -- in org.glassfish.jersey.tests.integration.jersey780.HelloWorldResourceITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:12.0.8:stop (stop-jetty) @ jersey-780 --- [INFO] Waiting 10 seconds for jetty 159 to stop [INFO] Stopped oejs.Server@6f069e73{STOPPING}[12.0.8,sto=0] [INFO] Stopped ServerConnector@43a81f5d{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Stopped oeje10mp.MavenWebAppContext@7f1a1686{ROOT,/,b=file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-780/src/main/webapp/,a=AVAILABLE,h=oeje10s.SessionHandler@24366b70{STOPPED}}{file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-780/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.5:verify (default) @ jersey-780 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-780/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-780 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-780/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-780/4.0.99-SNAPSHOT/jersey-780-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-780/target/jersey-780-4.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-780/4.0.99-SNAPSHOT/jersey-780-4.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-780/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-780/4.0.99-SNAPSHOT/jersey-780-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-780/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-780/4.0.99-SNAPSHOT/jersey-780-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-780/target/jersey-780-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-780/4.0.99-SNAPSHOT/jersey-780-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-780 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-1107 >--------- [INFO] Building jersey-tests-integration-jersey-1107 4.0.99-SNAPSHOT [160/372] [INFO] from tests/integration/jersey-1107/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-1107 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-1107 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-1107 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-1107 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-1107 --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-1107 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1107/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-1107 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-1107 --- [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-1107 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-1107 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1107/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-1107 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-1107 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-1107 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1107/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-1107 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-1107 --- [INFO] Reserved port 41695 for jersey.config.test.container.port [INFO] Reserved port 42391 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jersey-1107 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-1107 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-1107] in [/home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1107/target/jersey-1107-4.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1107/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1107/target/jersey-1107-4.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-1107 --- [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/ci-cd-integration_4.0/tests/integration/jersey-1107/target/bom.xml [INFO] attaching as jersey-1107-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1107/target/bom.json [INFO] attaching as jersey-1107-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-1107 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1107/target/jersey-1107-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:12.0.8:start (start-jetty) @ jersey-1107 --- [INFO] Configuring Jetty for project: jersey-tests-integration-jersey-1107 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1107/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1107/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1107/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1107/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/ee10/webapp/webdefault-ee10.xml [INFO] Web overrides = none [INFO] jetty-12.0.8; built: 2024-03-29T19:58:19.443Z; git: ffffdcc3c863b8f49901cc7c84a8157ebc5d15f9; jvm 21.0.2+13-58 [INFO] Session workerName=node0 [INFO] Started oeje10mp.MavenWebAppContext@5507847a{ROOT,/,b=file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1107/src/main/webapp/,a=AVAILABLE,h=oeje10s.SessionHandler@cb23f22{STARTED}}{file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1107/src/main/webapp/} Apr 10, 2024 1:02:51 PM 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. Apr 10, 2024 1:02:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. [INFO] Started oeje10mp.MavenWebAppContext@5507847a{ROOT,/,b=file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1107/src/main/webapp/,a=AVAILABLE,h=oeje10s.SessionHandler@cb23f22{STARTED}}{file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1107/src/main/webapp/} [INFO] Started ServerConnector@7caae71e{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started oejs.Server@24f1050{STARTING}[12.0.8,sto=0] @3344853ms [INFO] [INFO] --- failsafe:3.2.5:integration-test (default) @ jersey-1107 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1107/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.jersey1107.ApplicationHandlerITCase Apr 10, 2024 1:02:52 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Apr 10, 2024 1:02:52 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=exception/nullpointerexception, type=class java.lang.NullPointerException, genericType=class java.lang.NullPointerException. Apr 10, 2024 1:02:52 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Apr 10, 2024 1:02:52 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Apr 10, 2024 1:02:52 PM 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 at org.glassfish.jersey.tests.integration.jersey1107.Jersey1107$Resource.getIoe(Jersey1107.java:100) 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:420) at org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:372) at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:358) at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:312) at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:205) at org.eclipse.jetty.ee10.servlet.ServletHolder$NotAsync.service(ServletHolder.java:1370) at org.eclipse.jetty.ee10.servlet.ServletHolder.handle(ServletHolder.java:736) at org.eclipse.jetty.ee10.servlet.ServletHandler$ChainEnd.doFilter(ServletHandler.java:1614) at org.eclipse.jetty.ee10.websocket.servlet.WebSocketUpgradeFilter.doFilter(WebSocketUpgradeFilter.java:195) at org.eclipse.jetty.ee10.servlet.FilterHolder.doFilter(FilterHolder.java:205) at org.eclipse.jetty.ee10.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1586) at org.eclipse.jetty.ee10.servlet.ServletHandler$MappedServlet.handle(ServletHandler.java:1547) at org.eclipse.jetty.ee10.servlet.ServletChannel.dispatch(ServletChannel.java:819) at org.eclipse.jetty.ee10.servlet.ServletChannel.handle(ServletChannel.java:431) at org.eclipse.jetty.ee10.servlet.ServletHandler.handle(ServletHandler.java:464) at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:575) at org.eclipse.jetty.ee10.servlet.SessionHandler.handle(SessionHandler.java:703) at org.eclipse.jetty.server.handler.ContextHandler.handle(ContextHandler.java:851) at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:151) at org.eclipse.jetty.server.Server.handle(Server.java:179) at org.eclipse.jetty.server.internal.HttpChannelState$HandlerInvoker.run(HttpChannelState.java:619) at org.eclipse.jetty.server.internal.HttpConnection.onFillable(HttpConnection.java:411) 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:979) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1209) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1164) at java.base/java.lang.Thread.run(Thread.java:1583) [WARNING] handleException /ioe java.io.IOException [WARNING] unhandled due to prior sendError jakarta.servlet.ServletException: org.glassfish.jersey.server.ContainerException: java.io.IOException at org.glassfish.jersey.servlet.WebComponent.serviceImpl (WebComponent.java:435) at org.glassfish.jersey.servlet.WebComponent.service (WebComponent.java:372) at org.glassfish.jersey.servlet.ServletContainer.service (ServletContainer.java:358) at org.glassfish.jersey.servlet.ServletContainer.service (ServletContainer.java:312) at org.glassfish.jersey.servlet.ServletContainer.service (ServletContainer.java:205) at org.eclipse.jetty.ee10.servlet.ServletHolder$NotAsync.service (ServletHolder.java:1370) at org.eclipse.jetty.ee10.servlet.ServletHolder.handle (ServletHolder.java:736) at org.eclipse.jetty.ee10.servlet.ServletHandler$ChainEnd.doFilter (ServletHandler.java:1614) at org.eclipse.jetty.ee10.websocket.servlet.WebSocketUpgradeFilter.doFilter (WebSocketUpgradeFilter.java:195) at org.eclipse.jetty.ee10.servlet.FilterHolder.doFilter (FilterHolder.java:205) at org.eclipse.jetty.ee10.servlet.ServletHandler$Chain.doFilter (ServletHandler.java:1586) at org.eclipse.jetty.ee10.servlet.ServletHandler$MappedServlet.handle (ServletHandler.java:1547) at org.eclipse.jetty.ee10.servlet.ServletChannel.dispatch (ServletChannel.java:819) at org.eclipse.jetty.ee10.servlet.ServletChannel.handle (ServletChannel.java:431) at org.eclipse.jetty.ee10.servlet.ServletHandler.handle (ServletHandler.java:464) at org.eclipse.jetty.security.SecurityHandler.handle (SecurityHandler.java:575) at org.eclipse.jetty.ee10.servlet.SessionHandler.handle (SessionHandler.java:703) at org.eclipse.jetty.server.handler.ContextHandler.handle (ContextHandler.java:851) at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle (ContextHandlerCollection.java:151) at org.eclipse.jetty.server.Server.handle (Server.java:179) at org.eclipse.jetty.server.internal.HttpChannelState$HandlerInvoker.run (HttpChannelState.java:619) at org.eclipse.jetty.server.internal.HttpConnection.onFillable (HttpConnection.java:411) 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:979) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob (QueuedThreadPool.java:1209) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run (QueuedThreadPool.java:1164) at java.lang.Thread.run (Thread.java:1583) Caused by: org.glassfish.jersey.server.ContainerException: java.io.IOException at org.glassfish.jersey.servlet.internal.ResponseWriter.rethrow (ResponseWriter.java:255) at org.glassfish.jersey.servlet.internal.ResponseWriter.failure (ResponseWriter.java:237) at org.glassfish.jersey.server.ServerRuntime$Responder.process (ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run (ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call (Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call (Errors.java:244) at org.glassfish.jersey.internal.Errors.process (Errors.java:292) at org.glassfish.jersey.internal.Errors.process (Errors.java:274) at org.glassfish.jersey.internal.Errors.process (Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope (RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process (ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle (ApplicationHandler.java:704) at org.glassfish.jersey.servlet.WebComponent.serviceImpl (WebComponent.java:420) at org.glassfish.jersey.servlet.WebComponent.service (WebComponent.java:372) at org.glassfish.jersey.servlet.ServletContainer.service (ServletContainer.java:358) at org.glassfish.jersey.servlet.ServletContainer.service (ServletContainer.java:312) at org.glassfish.jersey.servlet.ServletContainer.service (ServletContainer.java:205) at org.eclipse.jetty.ee10.servlet.ServletHolder$NotAsync.service (ServletHolder.java:1370) at org.eclipse.jetty.ee10.servlet.ServletHolder.handle (ServletHolder.java:736) at org.eclipse.jetty.ee10.servlet.ServletHandler$ChainEnd.doFilter (ServletHandler.java:1614) at org.eclipse.jetty.ee10.websocket.servlet.WebSocketUpgradeFilter.doFilter (WebSocketUpgradeFilter.java:195) at org.eclipse.jetty.ee10.servlet.FilterHolder.doFilter (FilterHolder.java:205) at org.eclipse.jetty.ee10.servlet.ServletHandler$Chain.doFilter (ServletHandler.java:1586) at org.eclipse.jetty.ee10.servlet.ServletHandler$MappedServlet.handle (ServletHandler.java:1547) at org.eclipse.jetty.ee10.servlet.ServletChannel.dispatch (ServletChannel.java:819) at org.eclipse.jetty.ee10.servlet.ServletChannel.handle (ServletChannel.java:431) at org.eclipse.jetty.ee10.servlet.ServletHandler.handle (ServletHandler.java:464) at org.eclipse.jetty.security.SecurityHandler.handle (SecurityHandler.java:575) at org.eclipse.jetty.ee10.servlet.SessionHandler.handle (SessionHandler.java:703) at org.eclipse.jetty.server.handler.ContextHandler.handle (ContextHandler.java:851) at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle (ContextHandlerCollection.java:151) at org.eclipse.jetty.server.Server.handle (Server.java:179) at org.eclipse.jetty.server.internal.HttpChannelState$HandlerInvoker.run (HttpChannelState.java:619) at org.eclipse.jetty.server.internal.HttpConnection.onFillable (HttpConnection.java:411) 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:979) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob (QueuedThreadPool.java:1209) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run (QueuedThreadPool.java:1164) at java.lang.Thread.run (Thread.java:1583) Caused by: java.io.IOException at org.glassfish.jersey.tests.integration.jersey1107.Jersey1107$Resource.getIoe (Jersey1107.java:100) at jdk.internal.reflect.DirectMethodHandleAccessor.invoke (DirectMethodHandleAccessor.java:103) at 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:263) at org.glassfish.jersey.internal.Errors$1.call (Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call (Errors.java:244) at org.glassfish.jersey.internal.Errors.process (Errors.java:292) at org.glassfish.jersey.internal.Errors.process (Errors.java:274) at org.glassfish.jersey.internal.Errors.process (Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope (RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process (ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle (ApplicationHandler.java:704) at org.glassfish.jersey.servlet.WebComponent.serviceImpl (WebComponent.java:420) at org.glassfish.jersey.servlet.WebComponent.service (WebComponent.java:372) at org.glassfish.jersey.servlet.ServletContainer.service (ServletContainer.java:358) at org.glassfish.jersey.servlet.ServletContainer.service (ServletContainer.java:312) at org.glassfish.jersey.servlet.ServletContainer.service (ServletContainer.java:205) at org.eclipse.jetty.ee10.servlet.ServletHolder$NotAsync.service (ServletHolder.java:1370) at org.eclipse.jetty.ee10.servlet.ServletHolder.handle (ServletHolder.java:736) at org.eclipse.jetty.ee10.servlet.ServletHandler$ChainEnd.doFilter (ServletHandler.java:1614) at org.eclipse.jetty.ee10.websocket.servlet.WebSocketUpgradeFilter.doFilter (WebSocketUpgradeFilter.java:195) at org.eclipse.jetty.ee10.servlet.FilterHolder.doFilter (FilterHolder.java:205) at org.eclipse.jetty.ee10.servlet.ServletHandler$Chain.doFilter (ServletHandler.java:1586) at org.eclipse.jetty.ee10.servlet.ServletHandler$MappedServlet.handle (ServletHandler.java:1547) at org.eclipse.jetty.ee10.servlet.ServletChannel.dispatch (ServletChannel.java:819) at org.eclipse.jetty.ee10.servlet.ServletChannel.handle (ServletChannel.java:431) at org.eclipse.jetty.ee10.servlet.ServletHandler.handle (ServletHandler.java:464) at org.eclipse.jetty.security.SecurityHandler.handle (SecurityHandler.java:575) at org.eclipse.jetty.ee10.servlet.SessionHandler.handle (SessionHandler.java:703) at org.eclipse.jetty.server.handler.ContextHandler.handle (ContextHandler.java:851) at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle (ContextHandlerCollection.java:151) at org.eclipse.jetty.server.Server.handle (Server.java:179) at org.eclipse.jetty.server.internal.HttpChannelState$HandlerInvoker.run (HttpChannelState.java:619) at org.eclipse.jetty.server.internal.HttpConnection.onFillable (HttpConnection.java:411) 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:979) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob (QueuedThreadPool.java:1209) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run (QueuedThreadPool.java:1164) at java.lang.Thread.run (Thread.java:1583) [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.704 s -- in org.glassfish.jersey.tests.integration.jersey1107.ApplicationHandlerITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:12.0.8:stop (stop-jetty) @ jersey-1107 --- [INFO] Waiting 10 seconds for jetty 159 to stop [INFO] Stopped oejs.Server@24f1050{STOPPING}[12.0.8,sto=0] [INFO] Stopped ServerConnector@7caae71e{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Stopped oeje10mp.MavenWebAppContext@5507847a{ROOT,/,b=file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1107/src/main/webapp/,a=AVAILABLE,h=oeje10s.SessionHandler@cb23f22{STOPPED}}{file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1107/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.5:verify (default) @ jersey-1107 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1107/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-1107 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1107/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1107/4.0.99-SNAPSHOT/jersey-1107-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1107/target/jersey-1107-4.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1107/4.0.99-SNAPSHOT/jersey-1107-4.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1107/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1107/4.0.99-SNAPSHOT/jersey-1107-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1107/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1107/4.0.99-SNAPSHOT/jersey-1107-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1107/target/jersey-1107-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1107/4.0.99-SNAPSHOT/jersey-1107-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-1107 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-1223 >--------- [INFO] Building jersey-tests-integration-jersey-1223 4.0.99-SNAPSHOT [161/372] [INFO] from tests/integration/jersey-1223/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-1223 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-1223 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-1223 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-1223 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-1223 --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-1223 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1223/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-1223 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-1223 --- [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-1223 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-1223 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1223/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-1223 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-1223 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-1223 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1223/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-1223 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1223/src/test/java/org/glassfish/jersey/tests/integration/jersey1223/ApplicationHandlerITCase.java: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1223/src/test/java/org/glassfish/jersey/tests/integration/jersey1223/ApplicationHandlerITCase.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1223/src/test/java/org/glassfish/jersey/tests/integration/jersey1223/ApplicationHandlerITCase.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-1223 --- [INFO] Reserved port 43785 for jersey.config.test.container.port [INFO] Reserved port 36401 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jersey-1223 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-1223 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-1223] in [/home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1223/target/jersey-1223-4.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1223/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1223/target/jersey-1223-4.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-1223 --- [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/ci-cd-integration_4.0/tests/integration/jersey-1223/target/bom.xml [INFO] attaching as jersey-1223-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1223/target/bom.json [INFO] attaching as jersey-1223-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-1223 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1223/target/jersey-1223-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:12.0.8:start (start-jetty) @ jersey-1223 --- [INFO] Configuring Jetty for project: jersey-tests-integration-jersey-1223 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1223/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1223/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1223/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1223/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/ee10/webapp/webdefault-ee10.xml [INFO] Web overrides = none [INFO] jetty-12.0.8; built: 2024-03-29T19:58:19.443Z; git: ffffdcc3c863b8f49901cc7c84a8157ebc5d15f9; jvm 21.0.2+13-58 [INFO] Session workerName=node0 [INFO] Started oeje10mp.MavenWebAppContext@5ed0e6aa{ROOT,/,b=file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1223/src/main/webapp/,a=AVAILABLE,h=oeje10s.SessionHandler@3295a727{STARTED}}{file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1223/src/main/webapp/} Apr 10, 2024 1:02:55 PM 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. Apr 10, 2024 1:02:55 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. [INFO] Started oeje10mp.MavenWebAppContext@5ed0e6aa{ROOT,/,b=file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1223/src/main/webapp/,a=AVAILABLE,h=oeje10s.SessionHandler@3295a727{STARTED}}{file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1223/src/main/webapp/} [INFO] Started ServerConnector@4a71f31c{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started oejs.Server@ca32245{STARTING}[12.0.8,sto=0] @3348272ms [INFO] [INFO] --- failsafe:3.2.5:integration-test (default) @ jersey-1223 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1223/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.jersey1223.ApplicationHandlerITCase Apr 10, 2024 1:02:55 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.180 s -- in org.glassfish.jersey.tests.integration.jersey1223.ApplicationHandlerITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:12.0.8:stop (stop-jetty) @ jersey-1223 --- [INFO] Waiting 10 seconds for jetty 159 to stop [INFO] Stopped oejs.Server@ca32245{STOPPING}[12.0.8,sto=0] [INFO] Stopped ServerConnector@4a71f31c{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Stopped oeje10mp.MavenWebAppContext@5ed0e6aa{ROOT,/,b=file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1223/src/main/webapp/,a=AVAILABLE,h=oeje10s.SessionHandler@3295a727{STOPPED}}{file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1223/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.5:verify (default) @ jersey-1223 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1223/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-1223 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1223/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1223/4.0.99-SNAPSHOT/jersey-1223-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1223/target/jersey-1223-4.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1223/4.0.99-SNAPSHOT/jersey-1223-4.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1223/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1223/4.0.99-SNAPSHOT/jersey-1223-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1223/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1223/4.0.99-SNAPSHOT/jersey-1223-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1223/target/jersey-1223-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1223/4.0.99-SNAPSHOT/jersey-1223-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-1223 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-1604 >--------- [INFO] Building jersey-tests-integration-jersey-1604 4.0.99-SNAPSHOT [162/372] [INFO] from tests/integration/jersey-1604/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-1604 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-1604 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-1604 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-1604 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-1604 --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-1604 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1604/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-1604 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-1604 --- [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-1604 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-1604 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1604/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-1604 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-1604 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-1604 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1604/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-1604 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-1604 --- [INFO] Reserved port 34623 for jersey.config.test.container.port [INFO] Reserved port 33345 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jersey-1604 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-1604 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-1604] in [/home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1604/target/jersey-1604-4.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1604/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1604/target/jersey-1604-4.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-1604 --- [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/ci-cd-integration_4.0/tests/integration/jersey-1604/target/bom.xml [INFO] attaching as jersey-1604-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1604/target/bom.json [INFO] attaching as jersey-1604-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-1604 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1604/target/jersey-1604-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:12.0.8:start (start-jetty) @ jersey-1604 --- [INFO] Configuring Jetty for project: jersey-tests-integration-jersey-1604 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1604/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1604/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1604/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1604/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/ee10/webapp/webdefault-ee10.xml [INFO] Web overrides = none [INFO] jetty-12.0.8; built: 2024-03-29T19:58:19.443Z; git: ffffdcc3c863b8f49901cc7c84a8157ebc5d15f9; jvm 21.0.2+13-58 [INFO] Session workerName=node0 [INFO] Started oeje10mp.MavenWebAppContext@622d83b6{ROOT,/,b=file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1604/src/main/webapp/,a=AVAILABLE,h=oeje10s.SessionHandler@35f2314e{STARTED}}{file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1604/src/main/webapp/} Apr 10, 2024 1:02:58 PM 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. Apr 10, 2024 1:02:58 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. [INFO] Started oeje10mp.MavenWebAppContext@622d83b6{ROOT,/,b=file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1604/src/main/webapp/,a=AVAILABLE,h=oeje10s.SessionHandler@35f2314e{STARTED}}{file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1604/src/main/webapp/} [INFO] Started ServerConnector@3a7eaf7a{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started oejs.Server@3ad7e683{STARTING}[12.0.8,sto=0] @3351790ms [INFO] [INFO] --- failsafe:3.2.5:integration-test (default) @ jersey-1604 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1604/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.jersey1604.ConnectionCloseITCase Apr 10, 2024 1:02:59 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ SLF4J(W): No SLF4J providers were found. SLF4J(W): Defaulting to no-operation (NOP) logger implementation SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.814 s -- in org.glassfish.jersey.tests.integration.jersey1604.ConnectionCloseITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:12.0.8:stop (stop-jetty) @ jersey-1604 --- [INFO] Waiting 10 seconds for jetty 159 to stop [INFO] Stopped oejs.Server@3ad7e683{STOPPING}[12.0.8,sto=0] [INFO] Stopped ServerConnector@3a7eaf7a{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Stopped oeje10mp.MavenWebAppContext@622d83b6{ROOT,/,b=file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1604/src/main/webapp/,a=AVAILABLE,h=oeje10s.SessionHandler@35f2314e{STOPPED}}{file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1604/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.5:verify (default) @ jersey-1604 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1604/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-1604 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1604/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1604/4.0.99-SNAPSHOT/jersey-1604-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1604/target/jersey-1604-4.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1604/4.0.99-SNAPSHOT/jersey-1604-4.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1604/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1604/4.0.99-SNAPSHOT/jersey-1604-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1604/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1604/4.0.99-SNAPSHOT/jersey-1604-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1604/target/jersey-1604-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1604/4.0.99-SNAPSHOT/jersey-1604-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-1604 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-1667 >--------- [INFO] Building jersey-tests-integration-jersey-1667 4.0.99-SNAPSHOT [163/372] [INFO] from tests/integration/jersey-1667/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-1667 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-1667 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-1667 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-1667 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-1667 --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-1667 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1667/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-1667 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-1667 --- [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-1667 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-1667 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1667/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-1667 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-1667 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-1667 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1667/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-1667 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-1667 --- [INFO] Reserved port 35663 for jersey.config.test.container.port [INFO] Reserved port 32805 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jersey-1667 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-1667 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-1667] in [/home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1667/target/jersey-1667-4.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1667/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1667/target/jersey-1667-4.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-1667 --- [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/ci-cd-integration_4.0/tests/integration/jersey-1667/target/bom.xml [INFO] attaching as jersey-1667-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1667/target/bom.json [INFO] attaching as jersey-1667-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-1667 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1667/target/jersey-1667-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:12.0.8:start (start-jetty) @ jersey-1667 --- [INFO] Configuring Jetty for project: jersey-tests-integration-jersey-1667 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1667/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1667/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1667/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1667/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/ee10/webapp/webdefault-ee10.xml [INFO] Web overrides = none [INFO] jetty-12.0.8; built: 2024-03-29T19:58:19.443Z; git: ffffdcc3c863b8f49901cc7c84a8157ebc5d15f9; jvm 21.0.2+13-58 [INFO] Session workerName=node0 [INFO] Started oeje10mp.MavenWebAppContext@462bcb79{ROOT,/,b=file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1667/src/main/webapp/,a=AVAILABLE,h=oeje10s.SessionHandler@76e09d5f{STARTED}}{file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1667/src/main/webapp/} Apr 10, 2024 1:03:02 PM 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. Apr 10, 2024 1:03:02 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Apr 10, 2024 1:03:02 PM org.glassfish.jersey.media.multipart.internal.MultiPartReaderClientSide createMimeConfig WARNING: Cannot create temporary files. Multipart attachments will be limited to "8,192" bytes. java.io.IOException: No such file or directory at java.base/java.io.UnixFileSystem.createFileExclusively0(Native Method) at java.base/java.io.UnixFileSystem.createFileExclusively(UnixFileSystem.java:258) at java.base/java.io.File.createTempFile(File.java:2184) at org.glassfish.jersey.media.multipart.internal.MultiPartReaderClientSide.createMimeConfig(MultiPartReaderClientSide.java:120) at org.glassfish.jersey.media.multipart.internal.MultiPartReaderClientSide.(MultiPartReaderClientSide.java:102) at org.glassfish.jersey.media.multipart.internal.MultiPartReaderServerSide.(MultiPartReaderServerSide.java:59) at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62) 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.ClazzCreator.createMe(ClazzCreator.java:271) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:395) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.jvnet.hk2.internal.SingletonContext$1.compute(SingletonContext.java:59) at org.jvnet.hk2.internal.SingletonContext$1.compute(SingletonContext.java:47) 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.SingletonContext.findOrCreate(SingletonContext.java:98) 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.lambda$getAllServiceHolders$0(AbstractHk2InjectionManager.java:137) at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) at java.base/java.util.LinkedList$LLSpliterator.forEachRemaining(LinkedList.java:1249) 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.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:141) 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:221) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:116) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:373) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:373) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:317) at org.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:316) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:277) at org.glassfish.jersey.servlet.WebComponent.(WebComponent.java:337) at org.glassfish.jersey.servlet.ServletContainer.init(ServletContainer.java:154) at org.glassfish.jersey.servlet.ServletContainer.init(ServletContainer.java:339) at jakarta.servlet.GenericServlet.init(GenericServlet.java:178) at jakarta.servlet.http.HttpServlet.init(HttpServlet.java:107) at org.eclipse.jetty.ee10.servlet.ServletHolder$Wrapper.init(ServletHolder.java:1277) at org.eclipse.jetty.ee10.servlet.ServletHolder.initServlet(ServletHolder.java:637) at org.eclipse.jetty.ee10.servlet.ServletHolder.initialize(ServletHolder.java:424) at org.eclipse.jetty.ee10.servlet.ServletHandler.lambda$initialize$2(ServletHandler.java:660) at org.eclipse.jetty.util.ExceptionUtil$MultiException.callAndCatch(ExceptionUtil.java:262) at org.eclipse.jetty.ee10.servlet.ServletHandler.lambda$initialize$3(ServletHandler.java:657) at java.base/java.util.stream.SortedOps$SizedRefSortingSink.end(SortedOps.java:357) at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:510) at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) at java.base/java.util.stream.StreamSpliterators$WrappingSpliterator.forEachRemaining(StreamSpliterators.java:310) at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:735) at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762) at org.eclipse.jetty.ee10.servlet.ServletHandler.initialize(ServletHandler.java:680) at org.eclipse.jetty.ee10.servlet.ServletContextHandler.startContext(ServletContextHandler.java:1320) at org.eclipse.jetty.ee10.webapp.WebAppContext.startWebapp(WebAppContext.java:1262) at org.eclipse.jetty.ee10.webapp.WebAppContext.startContext(WebAppContext.java:1220) at org.eclipse.jetty.ee10.servlet.ServletContextHandler.lambda$doStart$0(ServletContextHandler.java:1042) at org.eclipse.jetty.server.handler.ContextHandler$ScopedContext.call(ContextHandler.java:1237) at org.eclipse.jetty.ee10.servlet.ServletContextHandler.doStart(ServletContextHandler.java:1039) at org.eclipse.jetty.ee10.webapp.WebAppContext.doStart(WebAppContext.java:494) at org.eclipse.jetty.ee10.maven.plugin.MavenWebAppContext.doStart(MavenWebAppContext.java:310) at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:93) at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:169) at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:120) at org.eclipse.jetty.server.Handler$Abstract.doStart(Handler.java:491) at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:93) at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:169) at org.eclipse.jetty.server.Server.start(Server.java:622) at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:120) at org.eclipse.jetty.server.Handler$Abstract.doStart(Handler.java:491) at org.eclipse.jetty.server.Server.doStart(Server.java:563) at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:93) at org.eclipse.jetty.ee10.maven.plugin.JettyEmbedder.doStart(JettyEmbedder.java:223) at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:93) at org.eclipse.jetty.ee10.maven.plugin.JettyStartMojo.startJettyEmbedded(JettyStartMojo.java:53) at org.eclipse.jetty.ee10.maven.plugin.AbstractWebAppMojo.startJetty(AbstractWebAppMojo.java:448) at org.eclipse.jetty.ee10.maven.plugin.AbstractWebAppMojo.execute(AbstractWebAppMojo.java:426) 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 java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/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) [INFO] Started oeje10mp.MavenWebAppContext@462bcb79{ROOT,/,b=file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1667/src/main/webapp/,a=AVAILABLE,h=oeje10s.SessionHandler@76e09d5f{STARTED}}{file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1667/src/main/webapp/} [INFO] Started ServerConnector@48cdad08{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started oejs.Server@3067833{STARTING}[12.0.8,sto=0] @3355570ms [INFO] [INFO] --- failsafe:3.2.5:integration-test (default) @ jersey-1667 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1667/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.jersey1667.Jersey1667ITCase Apr 10, 2024 1:03:03 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Apr 10, 2024 1:03:03 PM 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.nio.file.NoSuchFileException: /non-existent-directory/MIME1819404746788574791.tmp at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:106) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) at java.base/sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:261) at java.base/java.nio.file.Files.newByteChannel(Files.java:379) at java.base/java.nio.file.Files.createFile(Files.java:657) at java.base/java.nio.file.TempFileHelper.create(TempFileHelper.java:136) at java.base/java.nio.file.TempFileHelper.createTempFile(TempFileHelper.java:159) at java.base/java.nio.file.Files.createTempFile(Files.java:878) at org.jvnet.mimepull.MemoryData.createTempFile(MemoryData.java:98) at org.jvnet.mimepull.MemoryData.createNext(MemoryData.java:70) at org.jvnet.mimepull.Chunk.createNext(Chunk.java:34) at org.jvnet.mimepull.DataHead.addBody(DataHead.java:57) at org.jvnet.mimepull.MIMEPart.addBody(MIMEPart.java:218) at org.jvnet.mimepull.MIMEMessage.makeProgress(MIMEMessage.java:242) at org.jvnet.mimepull.MIMEMessage.parseAll(MIMEMessage.java:160) at org.jvnet.mimepull.MIMEMessage.getAttachments(MIMEMessage.java:86) at org.glassfish.jersey.media.multipart.internal.MultiPartReaderClientSide.getMimeParts(MultiPartReaderClientSide.java:249) at org.glassfish.jersey.media.multipart.internal.MultiPartReaderClientSide.readMultiPart(MultiPartReaderClientSide.java:208) at org.glassfish.jersey.media.multipart.internal.MultiPartReaderServerSide.readMultiPart(MultiPartReaderServerSide.java:69) at org.glassfish.jersey.media.multipart.internal.MultiPartReaderClientSide.readFrom(MultiPartReaderClientSide.java:160) at org.glassfish.jersey.media.multipart.internal.MultiPartReaderClientSide.readFrom(MultiPartReaderClientSide.java:69) at org.glassfish.jersey.message.internal.ReaderInterceptorExecutor$TerminalReaderInterceptor.invokeReadFrom(ReaderInterceptorExecutor.java:235) at org.glassfish.jersey.message.internal.ReaderInterceptorExecutor$TerminalReaderInterceptor.aroundReadFrom(ReaderInterceptorExecutor.java:214) at org.glassfish.jersey.message.internal.ReaderInterceptorExecutor.proceed(ReaderInterceptorExecutor.java:134) at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundReadFrom(MappableExceptionWrapperInterceptor.java:49) at org.glassfish.jersey.message.internal.ReaderInterceptorExecutor.proceed(ReaderInterceptorExecutor.java:134) at org.glassfish.jersey.message.internal.MessageBodyFactory.readFrom(MessageBodyFactory.java:1074) at org.glassfish.jersey.message.internal.InboundMessageContext.readEntity(InboundMessageContext.java:657) at org.glassfish.jersey.message.internal.InboundMessageContext.readEntity(InboundMessageContext.java:591) at org.glassfish.jersey.server.ContainerRequest.readEntity(ContainerRequest.java:253) at org.glassfish.jersey.media.multipart.internal.FormDataParamValueParamProvider$ValueProvider.getEntity(FormDataParamValueParamProvider.java:86) at org.glassfish.jersey.media.multipart.internal.FormDataParamValueParamProvider$FormDataParamValueProvider.apply(FormDataParamValueParamProvider.java:237) at org.glassfish.jersey.media.multipart.internal.FormDataParamValueParamProvider$FormDataParamValueProvider.apply(FormDataParamValueParamProvider.java:224) 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:263) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:420) at org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:372) at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:358) at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:312) at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:205) at org.eclipse.jetty.ee10.servlet.ServletHolder$NotAsync.service(ServletHolder.java:1370) at org.eclipse.jetty.ee10.servlet.ServletHolder.handle(ServletHolder.java:736) at org.eclipse.jetty.ee10.servlet.ServletHandler$ChainEnd.doFilter(ServletHandler.java:1614) at org.eclipse.jetty.ee10.websocket.servlet.WebSocketUpgradeFilter.doFilter(WebSocketUpgradeFilter.java:195) at org.eclipse.jetty.ee10.servlet.FilterHolder.doFilter(FilterHolder.java:205) at org.eclipse.jetty.ee10.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1586) at org.eclipse.jetty.ee10.servlet.ServletHandler$MappedServlet.handle(ServletHandler.java:1547) at org.eclipse.jetty.ee10.servlet.ServletChannel.dispatch(ServletChannel.java:819) at org.eclipse.jetty.ee10.servlet.ServletChannel.handle(ServletChannel.java:431) at org.eclipse.jetty.ee10.servlet.ServletHandler.handle(ServletHandler.java:464) at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:575) at org.eclipse.jetty.ee10.servlet.SessionHandler.handle(SessionHandler.java:703) at org.eclipse.jetty.server.handler.ContextHandler.handle(ContextHandler.java:851) at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:151) at org.eclipse.jetty.server.Server.handle(Server.java:179) at org.eclipse.jetty.server.internal.HttpChannelState$HandlerInvoker.run(HttpChannelState.java:619) at org.eclipse.jetty.server.internal.HttpConnection.onFillable(HttpConnection.java:411) 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:979) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1209) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1164) at java.base/java.lang.Thread.run(Thread.java:1583) [WARNING] handleException /part-file-name java.nio.file.NoSuchFileException: /non-existent-directory/MIME1819404746788574791.tmp [WARNING] unhandled due to prior sendError jakarta.servlet.ServletException: org.glassfish.jersey.server.ContainerException: java.nio.file.NoSuchFileException: /non-existent-directory/MIME1819404746788574791.tmp at org.glassfish.jersey.servlet.WebComponent.serviceImpl (WebComponent.java:435) at org.glassfish.jersey.servlet.WebComponent.service (WebComponent.java:372) at org.glassfish.jersey.servlet.ServletContainer.service (ServletContainer.java:358) at org.glassfish.jersey.servlet.ServletContainer.service (ServletContainer.java:312) at org.glassfish.jersey.servlet.ServletContainer.service (ServletContainer.java:205) at org.eclipse.jetty.ee10.servlet.ServletHolder$NotAsync.service (ServletHolder.java:1370) at org.eclipse.jetty.ee10.servlet.ServletHolder.handle (ServletHolder.java:736) at org.eclipse.jetty.ee10.servlet.ServletHandler$ChainEnd.doFilter (ServletHandler.java:1614) at org.eclipse.jetty.ee10.websocket.servlet.WebSocketUpgradeFilter.doFilter (WebSocketUpgradeFilter.java:195) at org.eclipse.jetty.ee10.servlet.FilterHolder.doFilter (FilterHolder.java:205) at org.eclipse.jetty.ee10.servlet.ServletHandler$Chain.doFilter (ServletHandler.java:1586) at org.eclipse.jetty.ee10.servlet.ServletHandler$MappedServlet.handle (ServletHandler.java:1547) at org.eclipse.jetty.ee10.servlet.ServletChannel.dispatch (ServletChannel.java:819) at org.eclipse.jetty.ee10.servlet.ServletChannel.handle (ServletChannel.java:431) at org.eclipse.jetty.ee10.servlet.ServletHandler.handle (ServletHandler.java:464) at org.eclipse.jetty.security.SecurityHandler.handle (SecurityHandler.java:575) at org.eclipse.jetty.ee10.servlet.SessionHandler.handle (SessionHandler.java:703) at org.eclipse.jetty.server.handler.ContextHandler.handle (ContextHandler.java:851) at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle (ContextHandlerCollection.java:151) at org.eclipse.jetty.server.Server.handle (Server.java:179) at org.eclipse.jetty.server.internal.HttpChannelState$HandlerInvoker.run (HttpChannelState.java:619) at org.eclipse.jetty.server.internal.HttpConnection.onFillable (HttpConnection.java:411) 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:979) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob (QueuedThreadPool.java:1209) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run (QueuedThreadPool.java:1164) at java.lang.Thread.run (Thread.java:1583) Caused by: org.glassfish.jersey.server.ContainerException: java.nio.file.NoSuchFileException: /non-existent-directory/MIME1819404746788574791.tmp at org.glassfish.jersey.servlet.internal.ResponseWriter.rethrow (ResponseWriter.java:255) at org.glassfish.jersey.servlet.internal.ResponseWriter.failure (ResponseWriter.java:237) at org.glassfish.jersey.server.ServerRuntime$Responder.process (ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run (ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call (Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call (Errors.java:244) at org.glassfish.jersey.internal.Errors.process (Errors.java:292) at org.glassfish.jersey.internal.Errors.process (Errors.java:274) at org.glassfish.jersey.internal.Errors.process (Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope (RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process (ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle (ApplicationHandler.java:704) at org.glassfish.jersey.servlet.WebComponent.serviceImpl (WebComponent.java:420) at org.glassfish.jersey.servlet.WebComponent.service (WebComponent.java:372) at org.glassfish.jersey.servlet.ServletContainer.service (ServletContainer.java:358) at org.glassfish.jersey.servlet.ServletContainer.service (ServletContainer.java:312) at org.glassfish.jersey.servlet.ServletContainer.service (ServletContainer.java:205) at org.eclipse.jetty.ee10.servlet.ServletHolder$NotAsync.service (ServletHolder.java:1370) at org.eclipse.jetty.ee10.servlet.ServletHolder.handle (ServletHolder.java:736) at org.eclipse.jetty.ee10.servlet.ServletHandler$ChainEnd.doFilter (ServletHandler.java:1614) at org.eclipse.jetty.ee10.websocket.servlet.WebSocketUpgradeFilter.doFilter (WebSocketUpgradeFilter.java:195) at org.eclipse.jetty.ee10.servlet.FilterHolder.doFilter (FilterHolder.java:205) at org.eclipse.jetty.ee10.servlet.ServletHandler$Chain.doFilter (ServletHandler.java:1586) at org.eclipse.jetty.ee10.servlet.ServletHandler$MappedServlet.handle (ServletHandler.java:1547) at org.eclipse.jetty.ee10.servlet.ServletChannel.dispatch (ServletChannel.java:819) at org.eclipse.jetty.ee10.servlet.ServletChannel.handle (ServletChannel.java:431) at org.eclipse.jetty.ee10.servlet.ServletHandler.handle (ServletHandler.java:464) at org.eclipse.jetty.security.SecurityHandler.handle (SecurityHandler.java:575) at org.eclipse.jetty.ee10.servlet.SessionHandler.handle (SessionHandler.java:703) at org.eclipse.jetty.server.handler.ContextHandler.handle (ContextHandler.java:851) at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle (ContextHandlerCollection.java:151) at org.eclipse.jetty.server.Server.handle (Server.java:179) at org.eclipse.jetty.server.internal.HttpChannelState$HandlerInvoker.run (HttpChannelState.java:619) at org.eclipse.jetty.server.internal.HttpConnection.onFillable (HttpConnection.java:411) 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:979) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob (QueuedThreadPool.java:1209) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run (QueuedThreadPool.java:1164) at java.lang.Thread.run (Thread.java:1583) Caused by: java.nio.file.NoSuchFileException: /non-existent-directory/MIME1819404746788574791.tmp at sun.nio.fs.UnixException.translateToIOException (UnixException.java:92) at sun.nio.fs.UnixException.rethrowAsIOException (UnixException.java:106) at sun.nio.fs.UnixException.rethrowAsIOException (UnixException.java:111) at sun.nio.fs.UnixFileSystemProvider.newByteChannel (UnixFileSystemProvider.java:261) at java.nio.file.Files.newByteChannel (Files.java:379) at java.nio.file.Files.createFile (Files.java:657) at java.nio.file.TempFileHelper.create (TempFileHelper.java:136) at java.nio.file.TempFileHelper.createTempFile (TempFileHelper.java:159) at java.nio.file.Files.createTempFile (Files.java:878) at org.jvnet.mimepull.MemoryData.createTempFile (MemoryData.java:98) at org.jvnet.mimepull.MemoryData.createNext (MemoryData.java:70) at org.jvnet.mimepull.Chunk.createNext (Chunk.java:34) at org.jvnet.mimepull.DataHead.addBody (DataHead.java:57) at org.jvnet.mimepull.MIMEPart.addBody (MIMEPart.java:218) at org.jvnet.mimepull.MIMEMessage.makeProgress (MIMEMessage.java:242) at org.jvnet.mimepull.MIMEMessage.parseAll (MIMEMessage.java:160) at org.jvnet.mimepull.MIMEMessage.getAttachments (MIMEMessage.java:86) at org.glassfish.jersey.media.multipart.internal.MultiPartReaderClientSide.getMimeParts (MultiPartReaderClientSide.java:249) at org.glassfish.jersey.media.multipart.internal.MultiPartReaderClientSide.readMultiPart (MultiPartReaderClientSide.java:208) at org.glassfish.jersey.media.multipart.internal.MultiPartReaderServerSide.readMultiPart (MultiPartReaderServerSide.java:69) at org.glassfish.jersey.media.multipart.internal.MultiPartReaderClientSide.readFrom (MultiPartReaderClientSide.java:160) at org.glassfish.jersey.media.multipart.internal.MultiPartReaderClientSide.readFrom (MultiPartReaderClientSide.java:69) at org.glassfish.jersey.message.internal.ReaderInterceptorExecutor$TerminalReaderInterceptor.invokeReadFrom (ReaderInterceptorExecutor.java:235) at org.glassfish.jersey.message.internal.ReaderInterceptorExecutor$TerminalReaderInterceptor.aroundReadFrom (ReaderInterceptorExecutor.java:214) at org.glassfish.jersey.message.internal.ReaderInterceptorExecutor.proceed (ReaderInterceptorExecutor.java:134) at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundReadFrom (MappableExceptionWrapperInterceptor.java:49) at org.glassfish.jersey.message.internal.ReaderInterceptorExecutor.proceed (ReaderInterceptorExecutor.java:134) at org.glassfish.jersey.message.internal.MessageBodyFactory.readFrom (MessageBodyFactory.java:1074) at org.glassfish.jersey.message.internal.InboundMessageContext.readEntity (InboundMessageContext.java:657) at org.glassfish.jersey.message.internal.InboundMessageContext.readEntity (InboundMessageContext.java:591) at org.glassfish.jersey.server.ContainerRequest.readEntity (ContainerRequest.java:253) at org.glassfish.jersey.media.multipart.internal.FormDataParamValueParamProvider$ValueProvider.getEntity (FormDataParamValueParamProvider.java:86) at org.glassfish.jersey.media.multipart.internal.FormDataParamValueParamProvider$FormDataParamValueProvider.apply (FormDataParamValueParamProvider.java:237) at org.glassfish.jersey.media.multipart.internal.FormDataParamValueParamProvider$FormDataParamValueProvider.apply (FormDataParamValueParamProvider.java:224) 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:263) at org.glassfish.jersey.internal.Errors$1.call (Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call (Errors.java:244) at org.glassfish.jersey.internal.Errors.process (Errors.java:292) at org.glassfish.jersey.internal.Errors.process (Errors.java:274) at org.glassfish.jersey.internal.Errors.process (Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope (RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process (ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle (ApplicationHandler.java:704) at org.glassfish.jersey.servlet.WebComponent.serviceImpl (WebComponent.java:420) at org.glassfish.jersey.servlet.WebComponent.service (WebComponent.java:372) at org.glassfish.jersey.servlet.ServletContainer.service (ServletContainer.java:358) at org.glassfish.jersey.servlet.ServletContainer.service (ServletContainer.java:312) at org.glassfish.jersey.servlet.ServletContainer.service (ServletContainer.java:205) at org.eclipse.jetty.ee10.servlet.ServletHolder$NotAsync.service (ServletHolder.java:1370) at org.eclipse.jetty.ee10.servlet.ServletHolder.handle (ServletHolder.java:736) at org.eclipse.jetty.ee10.servlet.ServletHandler$ChainEnd.doFilter (ServletHandler.java:1614) at org.eclipse.jetty.ee10.websocket.servlet.WebSocketUpgradeFilter.doFilter (WebSocketUpgradeFilter.java:195) at org.eclipse.jetty.ee10.servlet.FilterHolder.doFilter (FilterHolder.java:205) at org.eclipse.jetty.ee10.servlet.ServletHandler$Chain.doFilter (ServletHandler.java:1586) at org.eclipse.jetty.ee10.servlet.ServletHandler$MappedServlet.handle (ServletHandler.java:1547) at org.eclipse.jetty.ee10.servlet.ServletChannel.dispatch (ServletChannel.java:819) at org.eclipse.jetty.ee10.servlet.ServletChannel.handle (ServletChannel.java:431) at org.eclipse.jetty.ee10.servlet.ServletHandler.handle (ServletHandler.java:464) at org.eclipse.jetty.security.SecurityHandler.handle (SecurityHandler.java:575) at org.eclipse.jetty.ee10.servlet.SessionHandler.handle (SessionHandler.java:703) at org.eclipse.jetty.server.handler.ContextHandler.handle (ContextHandler.java:851) at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle (ContextHandlerCollection.java:151) at org.eclipse.jetty.server.Server.handle (Server.java:179) at org.eclipse.jetty.server.internal.HttpChannelState$HandlerInvoker.run (HttpChannelState.java:619) at org.eclipse.jetty.server.internal.HttpConnection.onFillable (HttpConnection.java:411) 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:979) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob (QueuedThreadPool.java:1209) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run (QueuedThreadPool.java:1164) at java.lang.Thread.run (Thread.java:1583) [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.671 s -- in org.glassfish.jersey.tests.integration.jersey1667.Jersey1667ITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:12.0.8:stop (stop-jetty) @ jersey-1667 --- [INFO] Waiting 10 seconds for jetty 159 to stop [INFO] Stopped oejs.Server@3067833{STOPPING}[12.0.8,sto=0] [INFO] Stopped ServerConnector@48cdad08{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Stopped oeje10mp.MavenWebAppContext@462bcb79{ROOT,/,b=file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1667/src/main/webapp/,a=AVAILABLE,h=oeje10s.SessionHandler@76e09d5f{STOPPED}}{file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1667/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.5:verify (default) @ jersey-1667 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1667/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-1667 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1667/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1667/4.0.99-SNAPSHOT/jersey-1667-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1667/target/jersey-1667-4.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1667/4.0.99-SNAPSHOT/jersey-1667-4.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1667/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1667/4.0.99-SNAPSHOT/jersey-1667-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1667/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1667/4.0.99-SNAPSHOT/jersey-1667-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1667/target/jersey-1667-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1667/4.0.99-SNAPSHOT/jersey-1667-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-1667 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-1829 >--------- [INFO] Building jersey-tests-integration-jersey-1829 4.0.99-SNAPSHOT [164/372] [INFO] from tests/integration/jersey-1829/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-1829 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-1829 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-1829 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-1829 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-1829 --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-1829 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1829/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-1829 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-1829 --- [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-1829 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-1829 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1829/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-1829 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-1829 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-1829 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1829/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-1829 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-1829 --- [INFO] Reserved port 37897 for jersey.config.test.container.port [INFO] Reserved port 40175 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jersey-1829 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-1829 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-1829] in [/home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1829/target/jersey-1829-4.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1829/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1829/target/jersey-1829-4.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-1829 --- [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/ci-cd-integration_4.0/tests/integration/jersey-1829/target/bom.xml [INFO] attaching as jersey-1829-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1829/target/bom.json [INFO] attaching as jersey-1829-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-1829 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1829/target/jersey-1829-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- failsafe:3.2.5:integration-test (default) @ jersey-1829 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1829/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.jersey1829.ApplicationHandlerITCase Apr 10, 2024 1:03:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Apr 10, 2024 1:03:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:03:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:03:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 1:03:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Apr 10, 2024 1:03:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Apr 10, 2024 1:03:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:03:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:03:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 1:03:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.089 s -- in org.glassfish.jersey.tests.integration.jersey1829.ApplicationHandlerITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- failsafe:3.2.5:verify (default) @ jersey-1829 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1829/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-1829 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1829/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1829/4.0.99-SNAPSHOT/jersey-1829-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1829/target/jersey-1829-4.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1829/4.0.99-SNAPSHOT/jersey-1829-4.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1829/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1829/4.0.99-SNAPSHOT/jersey-1829-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1829/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1829/4.0.99-SNAPSHOT/jersey-1829-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1829/target/jersey-1829-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1829/4.0.99-SNAPSHOT/jersey-1829-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-1829 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-1883 >--------- [INFO] Building jersey-tests-integration-jersey-1883 4.0.99-SNAPSHOT [165/372] [INFO] from tests/integration/jersey-1883/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-1883 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-1883 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-1883 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-1883 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-1883 --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-1883 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1883/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-1883 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-1883 --- [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-1883 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-1883 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1883/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-1883 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-1883 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-1883 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1883/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-1883 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-1883 --- [INFO] Reserved port 45849 for jersey.config.test.container.port [INFO] Reserved port 46317 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jersey-1883 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-1883 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-1883] in [/home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1883/target/jersey-1883-4.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1883/target/jersey-1883-4.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-1883 --- [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/ci-cd-integration_4.0/tests/integration/jersey-1883/target/bom.xml [INFO] attaching as jersey-1883-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1883/target/bom.json [INFO] attaching as jersey-1883-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-1883 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1883/target/jersey-1883-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:12.0.8:start (start-jetty) @ jersey-1883 --- [INFO] Configuring Jetty for project: jersey-tests-integration-jersey-1883 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1883/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1883/target/tmp [INFO] web.xml file = null [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1883/target/webapp-synth [INFO] Web defaults = org/eclipse/jetty/ee10/webapp/webdefault-ee10.xml [INFO] Web overrides = none [INFO] jetty-12.0.8; built: 2024-03-29T19:58:19.443Z; git: ffffdcc3c863b8f49901cc7c84a8157ebc5d15f9; jvm 21.0.2+13-58 [INFO] Session workerName=node0 [INFO] Started oeje10mp.MavenWebAppContext@3abab2d8{ROOT,/,b=file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1883/target/webapp-synth/,a=AVAILABLE,h=oeje10s.SessionHandler@46015a8d{STARTED}}{file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1883/target/webapp-synth/} Apr 10, 2024 1:03:09 PM 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. Apr 10, 2024 1:03:09 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Apr 10, 2024 1:03:09 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Apr 10, 2024 1:03:09 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. [INFO] Started oeje10mp.MavenWebAppContext@3abab2d8{ROOT,/,b=file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1883/target/webapp-synth/,a=AVAILABLE,h=oeje10s.SessionHandler@46015a8d{STARTED}}{file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1883/target/webapp-synth/} [INFO] Started ServerConnector@291ad75a{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started oejs.Server@1285c7a{STARTING}[12.0.8,sto=0] @3362666ms [INFO] [INFO] --- failsafe:3.2.5:integration-test (default) @ jersey-1883 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1883/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.jersey1883.Jersey1883ITCase Apr 10, 2024 1:03:10 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Apr 10, 2024 1:03:11 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Apr 10, 2024 1:03:11 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.085 s -- in org.glassfish.jersey.tests.integration.jersey1883.Jersey1883ITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:12.0.8:stop (stop-jetty) @ jersey-1883 --- [INFO] Waiting 10 seconds for jetty 159 to stop [INFO] Stopped oejs.Server@1285c7a{STOPPING}[12.0.8,sto=0] [INFO] Stopped ServerConnector@291ad75a{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Stopped oeje10mp.MavenWebAppContext@3abab2d8{ROOT,/,b=file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1883/target/webapp-synth/,a=AVAILABLE,h=oeje10s.SessionHandler@46015a8d{STOPPED}}{file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1883/target/webapp-synth/} [INFO] [INFO] --- failsafe:3.2.5:verify (default) @ jersey-1883 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1883/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-1883 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1883/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1883/4.0.99-SNAPSHOT/jersey-1883-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1883/target/jersey-1883-4.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1883/4.0.99-SNAPSHOT/jersey-1883-4.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1883/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1883/4.0.99-SNAPSHOT/jersey-1883-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1883/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1883/4.0.99-SNAPSHOT/jersey-1883-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1883/target/jersey-1883-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1883/4.0.99-SNAPSHOT/jersey-1883-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-1883 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-1928 >--------- [INFO] Building jersey-tests-integration-jersey-1928 4.0.99-SNAPSHOT [166/372] [INFO] from tests/integration/jersey-1928/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-1928 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-1928 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-1928 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-1928 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-1928 --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-1928 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1928/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-1928 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-1928 --- [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-1928 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-1928 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1928/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-1928 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-1928 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-1928 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1928/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-1928 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-1928 --- [INFO] Reserved port 33117 for jersey.config.test.container.port [INFO] Reserved port 45255 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jersey-1928 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-1928 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-1928] in [/home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1928/target/jersey-1928-4.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1928/target/jersey-1928-4.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-1928 --- [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/ci-cd-integration_4.0/tests/integration/jersey-1928/target/bom.xml [INFO] attaching as jersey-1928-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1928/target/bom.json [INFO] attaching as jersey-1928-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-1928 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1928/target/jersey-1928-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:12.0.8:start (start-jetty) @ jersey-1928 --- [INFO] Configuring Jetty for project: jersey-tests-integration-jersey-1928 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1928/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1928/target/tmp [INFO] web.xml file = null [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1928/target/webapp-synth [INFO] Web defaults = org/eclipse/jetty/ee10/webapp/webdefault-ee10.xml [INFO] Web overrides = none [INFO] jetty-12.0.8; built: 2024-03-29T19:58:19.443Z; git: ffffdcc3c863b8f49901cc7c84a8157ebc5d15f9; jvm 21.0.2+13-58 [INFO] Session workerName=node0 [INFO] Started oeje10mp.MavenWebAppContext@74b927f0{ROOT,/,b=file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1928/target/webapp-synth/,a=AVAILABLE,h=oeje10s.SessionHandler@68df6b8c{STARTED}}{file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1928/target/webapp-synth/} Apr 10, 2024 1:03:13 PM 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. Apr 10, 2024 1:03:13 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. [INFO] Started oeje10mp.MavenWebAppContext@74b927f0{ROOT,/,b=file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1928/target/webapp-synth/,a=AVAILABLE,h=oeje10s.SessionHandler@68df6b8c{STARTED}}{file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1928/target/webapp-synth/} [INFO] Started ServerConnector@66587cf7{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started oejs.Server@104f654{STARTING}[12.0.8,sto=0] @3366981ms [INFO] [INFO] --- failsafe:3.2.5:integration-test (default) @ jersey-1928 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1928/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.jersey1928.Jersey1928ITCase Apr 10, 2024 1:03:14 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Apr 10, 2024 1:03:15 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.595 s -- in org.glassfish.jersey.tests.integration.jersey1928.Jersey1928ITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:12.0.8:stop (stop-jetty) @ jersey-1928 --- [INFO] Waiting 10 seconds for jetty 159 to stop [INFO] Stopped oejs.Server@104f654{STOPPING}[12.0.8,sto=0] [INFO] Stopped ServerConnector@66587cf7{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Stopped oeje10mp.MavenWebAppContext@74b927f0{ROOT,/,b=file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1928/target/webapp-synth/,a=AVAILABLE,h=oeje10s.SessionHandler@68df6b8c{STOPPED}}{file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1928/target/webapp-synth/} [INFO] [INFO] --- failsafe:3.2.5:verify (default) @ jersey-1928 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1928/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-1928 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1928/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1928/4.0.99-SNAPSHOT/jersey-1928-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1928/target/jersey-1928-4.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1928/4.0.99-SNAPSHOT/jersey-1928-4.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1928/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1928/4.0.99-SNAPSHOT/jersey-1928-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1928/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1928/4.0.99-SNAPSHOT/jersey-1928-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1928/target/jersey-1928-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1928/4.0.99-SNAPSHOT/jersey-1928-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-1928 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-1960 >--------- [INFO] Building jersey-tests-integration-jersey-1960 4.0.99-SNAPSHOT [167/372] [INFO] from tests/integration/jersey-1960/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-1960 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-1960 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-1960 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-1960 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-1960 --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-1960 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1960/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-1960 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-1960 --- [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-1960 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-1960 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1960/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-1960 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-1960 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-1960 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1960/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-1960 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-1960 --- [INFO] Reserved port 37485 for jersey.config.test.container.port [INFO] Reserved port 32849 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jersey-1960 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-1960 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-1960] in [/home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1960/target/jersey-1960-4.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1960/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1960/target/jersey-1960-4.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-1960 --- [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/ci-cd-integration_4.0/tests/integration/jersey-1960/target/bom.xml [INFO] attaching as jersey-1960-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1960/target/bom.json [INFO] attaching as jersey-1960-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-1960 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1960/target/jersey-1960-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:12.0.8:start (start-jetty) @ jersey-1960 --- [INFO] Configuring Jetty for project: jersey-tests-integration-jersey-1960 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1960/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1960/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1960/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1960/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/ee10/webapp/webdefault-ee10.xml [INFO] Web overrides = none [INFO] jetty-12.0.8; built: 2024-03-29T19:58:19.443Z; git: ffffdcc3c863b8f49901cc7c84a8157ebc5d15f9; jvm 21.0.2+13-58 [INFO] Session workerName=node0 [INFO] Started oeje10mp.MavenWebAppContext@3186fd95{ROOT,/,b=file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1960/src/main/webapp/,a=AVAILABLE,h=oeje10s.SessionHandler@4712fe70{STARTED}}{file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1960/src/main/webapp/} Apr 10, 2024 1:03:17 PM 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. Apr 10, 2024 1:03:17 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. [INFO] Started oeje10mp.MavenWebAppContext@3186fd95{ROOT,/,b=file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1960/src/main/webapp/,a=AVAILABLE,h=oeje10s.SessionHandler@4712fe70{STARTED}}{file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1960/src/main/webapp/} [INFO] Started ServerConnector@484a476e{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started oejs.Server@76231a0c{STARTING}[12.0.8,sto=0] @3370383ms [INFO] [INFO] --- failsafe:3.2.5:integration-test (default) @ jersey-1960 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1960/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.jersey1960.Jersey1960ITCase Apr 10, 2024 1:03:17 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.617 s -- in org.glassfish.jersey.tests.integration.jersey1960.Jersey1960ITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:12.0.8:stop (stop-jetty) @ jersey-1960 --- [INFO] Waiting 10 seconds for jetty 159 to stop [INFO] Stopped oejs.Server@76231a0c{STOPPING}[12.0.8,sto=0] [INFO] Stopped ServerConnector@484a476e{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Stopped oeje10mp.MavenWebAppContext@3186fd95{ROOT,/,b=file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1960/src/main/webapp/,a=AVAILABLE,h=oeje10s.SessionHandler@4712fe70{STOPPED}}{file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1960/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.5:verify (default) @ jersey-1960 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1960/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-1960 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1960/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1960/4.0.99-SNAPSHOT/jersey-1960-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1960/target/jersey-1960-4.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1960/4.0.99-SNAPSHOT/jersey-1960-4.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1960/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1960/4.0.99-SNAPSHOT/jersey-1960-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1960/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1960/4.0.99-SNAPSHOT/jersey-1960-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1960/target/jersey-1960-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1960/4.0.99-SNAPSHOT/jersey-1960-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-1960 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-1964 >--------- [INFO] Building jersey-tests-integration-jersey-1964 4.0.99-SNAPSHOT [168/372] [INFO] from tests/integration/jersey-1964/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-1964 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-1964 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-1964 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-1964 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-1964 --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-1964 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1964/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-1964 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-1964 --- [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-1964 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-1964 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1964/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-1964 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-1964 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-1964 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1964/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-1964 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-1964 --- [INFO] Reserved port 43403 for jersey.config.test.container.port [INFO] Reserved port 33633 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jersey-1964 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-1964 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-1964] in [/home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1964/target/jersey-1964-4.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1964/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1964/target/jersey-1964-4.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-1964 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 26 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1964/target/bom.xml [INFO] attaching as jersey-1964-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1964/target/bom.json [INFO] attaching as jersey-1964-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-1964 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1964/target/jersey-1964-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:12.0.8:start (start-jetty) @ jersey-1964 --- [INFO] Configuring Jetty for project: jersey-tests-integration-jersey-1964 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1964/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1964/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1964/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1964/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/ee10/webapp/webdefault-ee10.xml [INFO] Web overrides = none [INFO] jetty-12.0.8; built: 2024-03-29T19:58:19.443Z; git: ffffdcc3c863b8f49901cc7c84a8157ebc5d15f9; jvm 21.0.2+13-58 [INFO] Session workerName=node0 [INFO] Started oeje10mp.MavenWebAppContext@2d9cbd35{ROOT,/,b=file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1964/src/main/webapp/,a=AVAILABLE,h=oeje10s.SessionHandler@22708b51{STARTED}}{file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1964/src/main/webapp/} Apr 10, 2024 1:03:21 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Started oeje10mp.MavenWebAppContext@2d9cbd35{ROOT,/,b=file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1964/src/main/webapp/,a=AVAILABLE,h=oeje10s.SessionHandler@22708b51{STARTED}}{file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1964/src/main/webapp/} [INFO] Started ServerConnector@34d18d5{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started oejs.Server@3425cabd{STARTING}[12.0.8,sto=0] @3374794ms [INFO] [INFO] --- failsafe:3.2.5:integration-test (default) @ jersey-1964 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1964/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.jersey1964.Jersey1964ITCase Apr 10, 2024 1:03:22 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Apr 10, 2024 1:03:23 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Apr 10, 2024 1:03:23 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.317 s -- in org.glassfish.jersey.tests.integration.jersey1964.Jersey1964ITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:12.0.8:stop (stop-jetty) @ jersey-1964 --- [INFO] Waiting 10 seconds for jetty 159 to stop [INFO] Stopped oejs.Server@3425cabd{STOPPING}[12.0.8,sto=0] [INFO] Stopped ServerConnector@34d18d5{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Stopped oeje10mp.MavenWebAppContext@2d9cbd35{ROOT,/,b=file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1964/src/main/webapp/,a=AVAILABLE,h=oeje10s.SessionHandler@22708b51{STOPPED}}{file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1964/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.5:verify (default) @ jersey-1964 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1964/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-1964 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1964/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1964/4.0.99-SNAPSHOT/jersey-1964-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1964/target/jersey-1964-4.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1964/4.0.99-SNAPSHOT/jersey-1964-4.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1964/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1964/4.0.99-SNAPSHOT/jersey-1964-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1964/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1964/4.0.99-SNAPSHOT/jersey-1964-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-1964/target/jersey-1964-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1964/4.0.99-SNAPSHOT/jersey-1964-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-1964 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2031 >--------- [INFO] Building jersey-tests-integration-jersey-2031 4.0.99-SNAPSHOT [169/372] [INFO] from tests/integration/jersey-2031/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-2031 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-2031 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-2031 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-2031 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-2031 --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-2031 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2031/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-2031 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-2031 --- [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-2031 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-2031 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2031/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-2031 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-2031 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-2031 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2031/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-2031 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-2031 --- [INFO] Reserved port 38223 for jersey.config.test.container.port [INFO] Reserved port 43441 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jersey-2031 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- antrun:3.1.0:run (copy-tld) @ jersey-2031 --- [INFO] Executing tasks [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2031/src/main/webapp/WEB-INF [INFO] Executed tasks [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-2031 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-2031] in [/home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2031/target/jersey-2031-4.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2031/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2031/target/jersey-2031-4.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-2031 --- [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/ci-cd-integration_4.0/tests/integration/jersey-2031/target/bom.xml [INFO] attaching as jersey-2031-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2031/target/bom.json [INFO] attaching as jersey-2031-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-2031 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2031/target/jersey-2031-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:12.0.8:start (start-jetty) @ jersey-2031 --- [INFO] Configuring Jetty for project: jersey-tests-integration-jersey-2031 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2031/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2031/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2031/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2031/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/ee9/webapp/webdefault-ee9.xml [INFO] Web overrides = none [INFO] jetty-12.0.8; built: 2024-03-29T19:58:19.443Z; git: ffffdcc3c863b8f49901cc7c84a8157ebc5d15f9; jvm 21.0.2+13-58 [INFO] Session workerName=node0 Apr 10, 2024 1:03:28 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:03:29 PM org.glassfish.jersey.internal.util.ExtendedLogger warning WARNING: The root of the app was not properly defined. Either use a Servlet 3.x container or add an init-param jersey.config.servlet.filter.contextPath to the filter configuration. Due to Servlet 2.x API, Jersey cannot determine the request base URI solely from the ServletContext. The application will most likely not work. [INFO] Started oeje9n.ContextHandler$CoreContextHandler@3ca98faa{ROOT,/,b=file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2031/src/main/webapp/,a=AVAILABLE,h=oeje9n.ContextHandler$CoreContextHandler$CoreToNestedHandler@7ca534fa{STARTED}} [INFO] Started ServerConnector@4f90836f{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started oejs.Server@14df3d1d{STARTING}[12.0.8,sto=0] @3382162ms [INFO] [INFO] --- failsafe:3.2.5:integration-test (default) @ jersey-2031 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2031/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.jersey2031.Jersey2031ITCase Apr 10, 2024 1:03:29 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Apr 10, 2024 1:03:31 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Apr 10, 2024 1:03:31 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Apr 10, 2024 1:03:31 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.582 s -- in org.glassfish.jersey.tests.integration.jersey2031.Jersey2031ITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:12.0.8:stop (stop-jetty) @ jersey-2031 --- [INFO] Waiting 10 seconds for jetty 159 to stop [INFO] Stopped oejs.Server@14df3d1d{STOPPING}[12.0.8,sto=0] [INFO] Stopped ServerConnector@4f90836f{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] [INFO] --- antrun:3.1.0:run (delete-tld) @ jersey-2031 --- [INFO] Executing tasks [INFO] [delete] Deleting: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2031/src/main/webapp/WEB-INF/taglib.tld [INFO] Executed tasks [INFO] [INFO] --- failsafe:3.2.5:verify (default) @ jersey-2031 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2031/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-2031 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2031/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2031/4.0.99-SNAPSHOT/jersey-2031-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2031/target/jersey-2031-4.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2031/4.0.99-SNAPSHOT/jersey-2031-4.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2031/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2031/4.0.99-SNAPSHOT/jersey-2031-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2031/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2031/4.0.99-SNAPSHOT/jersey-2031-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2031/target/jersey-2031-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2031/4.0.99-SNAPSHOT/jersey-2031-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-2031 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2136 >--------- [INFO] Building jersey-tests-integration-jersey-2136 4.0.99-SNAPSHOT [170/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-2136 --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-2136 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] Annotation processing is enabled because one or more processors were found on the class path. A future release of javac may disable annotation processing unless at least one processor is specified by name (-processor), or a search path is specified (--processor-path, --processor-module-path), or annotation processing is enabled explicitly (-proc:only, -proc:full). Use -Xlint:-options to suppress this message. Use -proc:none to disable annotation processing. [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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] Annotation processing is enabled because one or more processors were found on the class path. A future release of javac may disable annotation processing unless at least one processor is specified by name (-processor), or a search path is specified (--processor-path, --processor-module-path), or annotation processing is enabled explicitly (-proc:only, -proc:full). Use -Xlint:-options to suppress this message. Use -proc:none to disable annotation processing. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-2136 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] Annotation processing is enabled because one or more processors were found on the class path. A future release of javac may disable annotation processing unless at least one processor is specified by name (-processor), or a search path is specified (--processor-path, --processor-module-path), or annotation processing is enabled explicitly (-proc:only, -proc:full). Use -Xlint:-options to suppress this message. Use -proc:none to disable annotation processing. [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-2136 --- [INFO] Reserved port 46797 for jersey.config.test.container.port [INFO] Reserved port 34529 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5: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/ci-cd-integration_4.0/tests/integration/jersey-2136/target/jersey-2136-4.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2136/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/tests/integration/jersey-2136/target/jersey-2136-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- failsafe:3.2.5:integration-test (default) @ jersey-2136 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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.071 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.5:verify (default) @ jersey-2136 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2136/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-2136 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [171/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-2137 --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-2137 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-2137 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-2137 --- [INFO] Reserved port 35285 for jersey.config.test.container.port [INFO] Reserved port 38631 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5: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/ci-cd-integration_4.0/tests/integration/jersey-2137/target/jersey-2137] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2137/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [172/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-2154 --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-2154 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-2154 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-2154 --- [INFO] Reserved port 45905 for jersey.config.test.container.port [INFO] Reserved port 45097 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5: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/ci-cd-integration_4.0/tests/integration/jersey-2154/target/jersey-2154] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2154/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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-2160 >--------- [INFO] Building jersey-tests-integration-jersey-2160 4.0.99-SNAPSHOT [173/372] [INFO] from tests/integration/jersey-2160/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-2160 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-2160 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-2160 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-2160 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-2160 --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-2160 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2160/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-2160 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-2160 --- [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-2160 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-2160 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2160/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-2160 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-2160 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-2160 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2160/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-2160 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-2160 --- [INFO] Reserved port 34167 for jersey.config.test.container.port [INFO] Reserved port 38393 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jersey-2160 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-2160 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-2160] in [/home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2160/target/jersey-2160-4.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2160/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2160/target/jersey-2160-4.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-2160 --- [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/ci-cd-integration_4.0/tests/integration/jersey-2160/target/bom.xml [INFO] attaching as jersey-2160-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2160/target/bom.json [INFO] attaching as jersey-2160-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-2160 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2160/target/jersey-2160-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:12.0.8:start (start-jetty) @ jersey-2160 --- [INFO] Configuring Jetty for project: jersey-tests-integration-jersey-2160 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2160/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2160/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2160/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2160/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/ee10/webapp/webdefault-ee10.xml [INFO] Web overrides = none [INFO] jetty-12.0.8; built: 2024-03-29T19:58:19.443Z; git: ffffdcc3c863b8f49901cc7c84a8157ebc5d15f9; jvm 21.0.2+13-58 [INFO] Session workerName=node0 [INFO] Started oeje10mp.MavenWebAppContext@4f2d612d{ROOT,/,b=file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2160/src/main/webapp/,a=AVAILABLE,h=oeje10s.SessionHandler@43dea302{STARTED}}{file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2160/src/main/webapp/} Apr 10, 2024 1:03:41 PM 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. Apr 10, 2024 1:03:41 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. [INFO] Started oeje10mp.MavenWebAppContext@4f2d612d{ROOT,/,b=file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2160/src/main/webapp/,a=AVAILABLE,h=oeje10s.SessionHandler@43dea302{STARTED}}{file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2160/src/main/webapp/} [INFO] Started ServerConnector@7e53d39e{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started oejs.Server@3151aba3{STARTING}[12.0.8,sto=0] @3394710ms [INFO] [INFO] --- failsafe:3.2.5:integration-test (default) @ jersey-2160 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2160/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.jersey2160.Jersey2160ITCase Apr 10, 2024 1:03:42 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.632 s -- in org.glassfish.jersey.tests.integration.jersey2160.Jersey2160ITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:12.0.8:stop (stop-jetty) @ jersey-2160 --- [INFO] Waiting 10 seconds for jetty 159 to stop [INFO] Stopped oejs.Server@3151aba3{STOPPING}[12.0.8,sto=0] [INFO] Stopped ServerConnector@7e53d39e{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Stopped oeje10mp.MavenWebAppContext@4f2d612d{ROOT,/,b=file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2160/src/main/webapp/,a=AVAILABLE,h=oeje10s.SessionHandler@43dea302{STOPPED}}{file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2160/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.5:verify (default) @ jersey-2160 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2160/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-2160 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2160/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2160/4.0.99-SNAPSHOT/jersey-2160-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2160/target/jersey-2160-4.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2160/4.0.99-SNAPSHOT/jersey-2160-4.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2160/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2160/4.0.99-SNAPSHOT/jersey-2160-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2160/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2160/4.0.99-SNAPSHOT/jersey-2160-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2160/target/jersey-2160-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2160/4.0.99-SNAPSHOT/jersey-2160-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-2160 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2164 >--------- [INFO] Building jersey-tests-integration-jersey-2164 4.0.99-SNAPSHOT [174/372] [INFO] from tests/integration/jersey-2164/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-2164 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-2164 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-2164 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-2164 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-2164 --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-2164 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2164/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-2164 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-2164 --- [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-2164 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-2164 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2164/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-2164 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-2164 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-2164 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2164/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-2164 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2164/src/test/java/org/glassfish/jersey/tests/integration/jersey2164/Jersey2164ITCase.java: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2164/src/test/java/org/glassfish/jersey/tests/integration/jersey2164/Jersey2164ITCase.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2164/src/test/java/org/glassfish/jersey/tests/integration/jersey2164/Jersey2164ITCase.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-2164 --- [INFO] Reserved port 38407 for jersey.config.test.container.port [INFO] Reserved port 43063 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jersey-2164 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-2164 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-2164] in [/home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2164/target/jersey-2164-4.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2164/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2164/target/jersey-2164-4.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-2164 --- [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/ci-cd-integration_4.0/tests/integration/jersey-2164/target/bom.xml [INFO] attaching as jersey-2164-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2164/target/bom.json [INFO] attaching as jersey-2164-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-2164 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2164/target/jersey-2164-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:12.0.8:start (start-jetty) @ jersey-2164 --- [INFO] Configuring Jetty for project: jersey-tests-integration-jersey-2164 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2164/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2164/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2164/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2164/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/ee10/webapp/webdefault-ee10.xml [INFO] Web overrides = none [INFO] jetty-12.0.8; built: 2024-03-29T19:58:19.443Z; git: ffffdcc3c863b8f49901cc7c84a8157ebc5d15f9; jvm 21.0.2+13-58 [INFO] Session workerName=node0 [INFO] Started oeje10mp.MavenWebAppContext@300b7982{ROOT,/,b=file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2164/src/main/webapp/,a=AVAILABLE,h=oeje10s.SessionHandler@375c7268{STARTED}}{file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2164/src/main/webapp/} Apr 10, 2024 1:03:45 PM 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. Apr 10, 2024 1:03:45 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. [INFO] Started oeje10mp.MavenWebAppContext@300b7982{ROOT,/,b=file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2164/src/main/webapp/,a=AVAILABLE,h=oeje10s.SessionHandler@375c7268{STARTED}}{file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2164/src/main/webapp/} [INFO] Started ServerConnector@40f9d1aa{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started oejs.Server@4087e900{STARTING}[12.0.8,sto=0] @3398313ms [INFO] [INFO] --- failsafe:3.2.5:integration-test (default) @ jersey-2164 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2164/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.jersey2164.Jersey2164ITCase Apr 10, 2024 1:03:45 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Apr 10, 2024 1:03:46 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.551 s -- in org.glassfish.jersey.tests.integration.jersey2164.Jersey2164ITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:12.0.8:stop (stop-jetty) @ jersey-2164 --- [INFO] Waiting 10 seconds for jetty 159 to stop [INFO] Stopped oejs.Server@4087e900{STOPPING}[12.0.8,sto=0] [INFO] Stopped ServerConnector@40f9d1aa{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Stopped oeje10mp.MavenWebAppContext@300b7982{ROOT,/,b=file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2164/src/main/webapp/,a=AVAILABLE,h=oeje10s.SessionHandler@375c7268{STOPPED}}{file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2164/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.5:verify (default) @ jersey-2164 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2164/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-2164 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2164/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2164/4.0.99-SNAPSHOT/jersey-2164-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2164/target/jersey-2164-4.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2164/4.0.99-SNAPSHOT/jersey-2164-4.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2164/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2164/4.0.99-SNAPSHOT/jersey-2164-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2164/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2164/4.0.99-SNAPSHOT/jersey-2164-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2164/target/jersey-2164-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2164/4.0.99-SNAPSHOT/jersey-2164-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-2164 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2167 >--------- [INFO] Building jersey-tests-integration-jersey-2167 4.0.99-SNAPSHOT [175/372] [INFO] from tests/integration/jersey-2167/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-2167 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-2167 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-2167 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-2167 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-2167 --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-2167 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2167/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-2167 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-2167 --- [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-2167 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-2167 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2167/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-2167 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2167/src/main/java/org/glassfish/jersey/tests/integration/jersey2167/MyBinder.java: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2167/src/main/java/org/glassfish/jersey/tests/integration/jersey2167/MyBinder.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2167/src/main/java/org/glassfish/jersey/tests/integration/jersey2167/MyBinder.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-2167 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2167/src/main/java/org/glassfish/jersey/tests/integration/jersey2167/MyBinder.java: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2167/src/main/java/org/glassfish/jersey/tests/integration/jersey2167/MyBinder.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2167/src/main/java/org/glassfish/jersey/tests/integration/jersey2167/MyBinder.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-2167 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2167/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-2167 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-2167 --- [INFO] Reserved port 35625 for jersey.config.test.container.port [INFO] Reserved port 35745 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jersey-2167 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-2167 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-2167] in [/home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2167/target/jersey-2167-4.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2167/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2167/target/jersey-2167-4.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-2167 --- [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/ci-cd-integration_4.0/tests/integration/jersey-2167/target/bom.xml [INFO] attaching as jersey-2167-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2167/target/bom.json [INFO] attaching as jersey-2167-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-2167 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2167/target/jersey-2167-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:12.0.8:start (start-jetty) @ jersey-2167 --- [INFO] Configuring Jetty for project: jersey-tests-integration-jersey-2167 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2167/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2167/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2167/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2167/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/ee10/webapp/webdefault-ee10.xml [INFO] Web overrides = none [INFO] jetty-12.0.8; built: 2024-03-29T19:58:19.443Z; git: ffffdcc3c863b8f49901cc7c84a8157ebc5d15f9; jvm 21.0.2+13-58 [INFO] Session workerName=node0 [INFO] Started oeje10mp.MavenWebAppContext@303ca935{ROOT,/,b=file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2167/src/main/webapp/,a=AVAILABLE,h=oeje10s.SessionHandler@622c0782{STARTED}}{file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2167/src/main/webapp/} Apr 10, 2024 1:03:48 PM 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. Apr 10, 2024 1:03:48 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. [INFO] Started oeje10mp.MavenWebAppContext@303ca935{ROOT,/,b=file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2167/src/main/webapp/,a=AVAILABLE,h=oeje10s.SessionHandler@622c0782{STARTED}}{file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2167/src/main/webapp/} [INFO] Started ServerConnector@621920ac{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started oejs.Server@11fcec6{STARTING}[12.0.8,sto=0] @3401798ms [INFO] [INFO] --- failsafe:3.2.5:integration-test (default) @ jersey-2167 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2167/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.jersey2167.Jersey2167ITCase Apr 10, 2024 1:03:49 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Apr 10, 2024 1:03:49 PM org.glassfish.jersey.tests.integration.jersey2167.Issue2167Resource doA INFO: Resource method doA() called at 1712754229710; param=injected timestamp=1712754229708 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.525 s -- in org.glassfish.jersey.tests.integration.jersey2167.Jersey2167ITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:12.0.8:stop (stop-jetty) @ jersey-2167 --- [INFO] Waiting 10 seconds for jetty 159 to stop [INFO] Stopped oejs.Server@11fcec6{STOPPING}[12.0.8,sto=0] [INFO] Stopped ServerConnector@621920ac{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Stopped oeje10mp.MavenWebAppContext@303ca935{ROOT,/,b=file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2167/src/main/webapp/,a=AVAILABLE,h=oeje10s.SessionHandler@622c0782{STOPPED}}{file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2167/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.5:verify (default) @ jersey-2167 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2167/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-2167 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2167/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2167/4.0.99-SNAPSHOT/jersey-2167-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2167/target/jersey-2167-4.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2167/4.0.99-SNAPSHOT/jersey-2167-4.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2167/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2167/4.0.99-SNAPSHOT/jersey-2167-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2167/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2167/4.0.99-SNAPSHOT/jersey-2167-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2167/target/jersey-2167-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2167/4.0.99-SNAPSHOT/jersey-2167-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-2167 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2176 >--------- [INFO] Building jersey-tests-integration-jersey-2176 4.0.99-SNAPSHOT [176/372] [INFO] from tests/integration/jersey-2176/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-2176 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-2176 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-2176 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-2176 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-2176 --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-2176 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2176/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-2176 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-2176 --- [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-2176 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-2176 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2176/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-2176 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 9 source files with javac [debug target 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-2176 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 9 source files with javac [debug target 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-2176 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2176/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-2176 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 17] to target/test-classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-2176 --- [INFO] Reserved port 42293 for jersey.config.test.container.port [INFO] Reserved port 43947 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jersey-2176 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-2176 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-2176] in [/home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2176/target/jersey-2176-4.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2176/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2176/target/jersey-2176-4.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-2176 --- [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/ci-cd-integration_4.0/tests/integration/jersey-2176/target/bom.xml [INFO] attaching as jersey-2176-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2176/target/bom.json [INFO] attaching as jersey-2176-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-2176 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2176/target/jersey-2176-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:12.0.8:start (start-jetty) @ jersey-2176 --- [INFO] Configuring Jetty for project: jersey-tests-integration-jersey-2176 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2176/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2176/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2176/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2176/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/ee9/webapp/webdefault-ee9.xml [INFO] Web overrides = none [INFO] jetty-12.0.8; built: 2024-03-29T19:58:19.443Z; git: ffffdcc3c863b8f49901cc7c84a8157ebc5d15f9; jvm 21.0.2+13-58 [INFO] Session workerName=node0 Apr 10, 2024 1:03:52 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:03:52 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Started oeje9n.ContextHandler$CoreContextHandler@727ec1d5{ROOT,/,b=file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2176/src/main/webapp/,a=AVAILABLE,h=oeje9n.ContextHandler$CoreContextHandler$CoreToNestedHandler@1924228b{STARTED}} [INFO] Started ServerConnector@2cbb1799{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started oejs.Server@4601b031{STARTING}[12.0.8,sto=0] @3405200ms [INFO] [INFO] --- failsafe:3.2.5:integration-test (default) @ jersey-2176 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2176/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.jersey2176.Jersey2176SendErrorITCase Apr 10, 2024 1:03:52 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/send-error Apr 10, 2024 1:03:53 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/send-error Apr 10, 2024 1:03:53 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/send-error Apr 10, 2024 1:03:53 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=text/plain, type=class org.glassfish.jersey.tests.integration.jersey2176.MyException, genericType=class org.glassfish.jersey.tests.integration.jersey2176.MyException. Apr 10, 2024 1:03:53 PM org.glassfish.jersey.server.ServerRuntime$Responder process SEVERE: Error occurred when processing a response created from an already mapped exception. Apr 10, 2024 1:03:53 PM 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.InternalServerErrorException: HTTP 500 Internal Server Error at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:65) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1118) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:678) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:439) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:420) at org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:372) at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:358) at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:312) at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:205) at org.eclipse.jetty.ee9.servlet.ServletHolder.handle(ServletHolder.java:765) at org.eclipse.jetty.ee9.servlet.ServletHandler$ChainEnd.doFilter(ServletHandler.java:1668) at org.glassfish.jersey.tests.integration.jersey2176.TraceResponseFilter.doFilter(TraceResponseFilter.java:59) at org.eclipse.jetty.ee9.servlet.FilterHolder.doFilter(FilterHolder.java:210) at org.eclipse.jetty.ee9.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1638) at org.eclipse.jetty.ee9.websocket.servlet.WebSocketUpgradeFilter.doFilter(WebSocketUpgradeFilter.java:196) at org.eclipse.jetty.ee9.servlet.FilterHolder.doFilter(FilterHolder.java:202) at org.eclipse.jetty.ee9.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1638) at org.eclipse.jetty.ee9.servlet.ServletHandler.doHandle(ServletHandler.java:526) at org.eclipse.jetty.ee9.nested.ScopedHandler.handle(ScopedHandler.java:127) at org.eclipse.jetty.ee9.security.SecurityHandler.handle(SecurityHandler.java:605) at org.eclipse.jetty.ee9.nested.HandlerWrapper.handle(HandlerWrapper.java:124) at org.eclipse.jetty.ee9.nested.ScopedHandler.nextHandle(ScopedHandler.java:197) at org.eclipse.jetty.ee9.nested.SessionHandler.doHandle(SessionHandler.java:476) at org.eclipse.jetty.ee9.nested.ScopedHandler.nextHandle(ScopedHandler.java:195) at org.eclipse.jetty.ee9.nested.ContextHandler.doHandle(ContextHandler.java:1034) at org.eclipse.jetty.ee9.nested.ScopedHandler.nextScope(ScopedHandler.java:164) at org.eclipse.jetty.ee9.servlet.ServletHandler.doScope(ServletHandler.java:483) at org.eclipse.jetty.ee9.nested.ScopedHandler.nextScope(ScopedHandler.java:162) at org.eclipse.jetty.ee9.nested.SessionHandler.doScope(SessionHandler.java:470) at org.eclipse.jetty.ee9.nested.ScopedHandler.nextScope(ScopedHandler.java:162) at org.eclipse.jetty.ee9.nested.ContextHandler.doScope(ContextHandler.java:955) at org.eclipse.jetty.ee9.nested.ScopedHandler.handle(ScopedHandler.java:125) at org.eclipse.jetty.ee9.nested.ContextHandler.handle(ContextHandler.java:1693) at org.eclipse.jetty.ee9.nested.HttpChannel$RequestDispatchable.dispatch(HttpChannel.java:1575) at org.eclipse.jetty.ee9.nested.HttpChannel.dispatch(HttpChannel.java:737) at org.eclipse.jetty.ee9.nested.HttpChannel.handle(HttpChannel.java:510) at org.eclipse.jetty.ee9.nested.ContextHandler$CoreContextHandler$CoreToNestedHandler.handle(ContextHandler.java:2727) at org.eclipse.jetty.server.handler.ContextHandler.handle(ContextHandler.java:851) at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:151) at org.eclipse.jetty.server.Server.handle(Server.java:179) at org.eclipse.jetty.server.internal.HttpChannelState$HandlerInvoker.run(HttpChannelState.java:619) at org.eclipse.jetty.server.internal.HttpConnection.onFillable(HttpConnection.java:411) 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.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:311) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:979) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1209) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1164) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: org.glassfish.jersey.message.internal.MessageBodyProviderNotFoundException: MessageBodyWriter not found for media type=text/plain, type=class org.glassfish.jersey.tests.integration.jersey2176.MyException, genericType=class org.glassfish.jersey.tests.integration.jersey2176.MyException. at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:224) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.tests.integration.jersey2176.MyWriterInterceptor.aroundWriteTo(MyWriterInterceptor.java:46) 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) ... 64 more [WARNING] unhandled due to prior sendError org.eclipse.jetty.io.EofException: Closed at org.eclipse.jetty.ee9.nested.HttpOutput.checkWritable (HttpOutput.java:751) at org.eclipse.jetty.ee9.nested.HttpOutput.write (HttpOutput.java:781) at java.io.OutputStream.write (OutputStream.java:124) at org.glassfish.jersey.tests.integration.jersey2176.TraceResponseWrapper.writeBodyAndClose (TraceResponseWrapper.java:68) at org.glassfish.jersey.tests.integration.jersey2176.TraceResponseFilter.doFilter (TraceResponseFilter.java:72) at org.eclipse.jetty.ee9.servlet.FilterHolder.doFilter (FilterHolder.java:210) at org.eclipse.jetty.ee9.servlet.ServletHandler$Chain.doFilter (ServletHandler.java:1638) at org.eclipse.jetty.ee9.websocket.servlet.WebSocketUpgradeFilter.doFilter (WebSocketUpgradeFilter.java:196) at org.eclipse.jetty.ee9.servlet.FilterHolder.doFilter (FilterHolder.java:202) at org.eclipse.jetty.ee9.servlet.ServletHandler$Chain.doFilter (ServletHandler.java:1638) at org.eclipse.jetty.ee9.servlet.ServletHandler.doHandle (ServletHandler.java:526) at org.eclipse.jetty.ee9.nested.ScopedHandler.handle (ScopedHandler.java:127) at org.eclipse.jetty.ee9.security.SecurityHandler.handle (SecurityHandler.java:605) at org.eclipse.jetty.ee9.nested.HandlerWrapper.handle (HandlerWrapper.java:124) at org.eclipse.jetty.ee9.nested.ScopedHandler.nextHandle (ScopedHandler.java:197) at org.eclipse.jetty.ee9.nested.SessionHandler.doHandle (SessionHandler.java:476) at org.eclipse.jetty.ee9.nested.ScopedHandler.nextHandle (ScopedHandler.java:195) at org.eclipse.jetty.ee9.nested.ContextHandler.doHandle (ContextHandler.java:1034) at org.eclipse.jetty.ee9.nested.ScopedHandler.nextScope (ScopedHandler.java:164) at org.eclipse.jetty.ee9.servlet.ServletHandler.doScope (ServletHandler.java:483) at org.eclipse.jetty.ee9.nested.ScopedHandler.nextScope (ScopedHandler.java:162) at org.eclipse.jetty.ee9.nested.SessionHandler.doScope (SessionHandler.java:470) at org.eclipse.jetty.ee9.nested.ScopedHandler.nextScope (ScopedHandler.java:162) at org.eclipse.jetty.ee9.nested.ContextHandler.doScope (ContextHandler.java:955) at org.eclipse.jetty.ee9.nested.ScopedHandler.handle (ScopedHandler.java:125) at org.eclipse.jetty.ee9.nested.ContextHandler.handle (ContextHandler.java:1693) at org.eclipse.jetty.ee9.nested.HttpChannel$RequestDispatchable.dispatch (HttpChannel.java:1575) at org.eclipse.jetty.ee9.nested.HttpChannel.dispatch (HttpChannel.java:737) at org.eclipse.jetty.ee9.nested.HttpChannel.handle (HttpChannel.java:510) at org.eclipse.jetty.ee9.nested.ContextHandler$CoreContextHandler$CoreToNestedHandler.handle (ContextHandler.java:2727) at org.eclipse.jetty.server.handler.ContextHandler.handle (ContextHandler.java:851) at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle (ContextHandlerCollection.java:151) at org.eclipse.jetty.server.Server.handle (Server.java:179) at org.eclipse.jetty.server.internal.HttpChannelState$HandlerInvoker.run (HttpChannelState.java:619) at org.eclipse.jetty.server.internal.HttpConnection.onFillable (HttpConnection.java:411) 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.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:311) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob (QueuedThreadPool.java:979) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob (QueuedThreadPool.java:1209) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run (QueuedThreadPool.java:1164) at java.lang.Thread.run (Thread.java:1583) Apr 10, 2024 1:03:53 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/send-error Apr 10, 2024 1:03:53 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=text/plain, type=class java.lang.IllegalStateException, genericType=class java.lang.IllegalStateException. Apr 10, 2024 1:03:53 PM org.glassfish.jersey.server.ServerRuntime$Responder process SEVERE: Error occurred when processing a response created from an already mapped exception. Apr 10, 2024 1:03:53 PM 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.InternalServerErrorException: HTTP 500 Internal Server Error at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:65) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1118) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:678) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:439) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:420) at org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:372) at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:358) at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:312) at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:205) at org.eclipse.jetty.ee9.servlet.ServletHolder.handle(ServletHolder.java:765) at org.eclipse.jetty.ee9.servlet.ServletHandler$ChainEnd.doFilter(ServletHandler.java:1668) at org.glassfish.jersey.tests.integration.jersey2176.TraceResponseFilter.doFilter(TraceResponseFilter.java:59) at org.eclipse.jetty.ee9.servlet.FilterHolder.doFilter(FilterHolder.java:210) at org.eclipse.jetty.ee9.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1638) at org.eclipse.jetty.ee9.websocket.servlet.WebSocketUpgradeFilter.doFilter(WebSocketUpgradeFilter.java:196) at org.eclipse.jetty.ee9.servlet.FilterHolder.doFilter(FilterHolder.java:202) at org.eclipse.jetty.ee9.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1638) at org.eclipse.jetty.ee9.servlet.ServletHandler.doHandle(ServletHandler.java:526) at org.eclipse.jetty.ee9.nested.ScopedHandler.handle(ScopedHandler.java:127) at org.eclipse.jetty.ee9.security.SecurityHandler.handle(SecurityHandler.java:605) at org.eclipse.jetty.ee9.nested.HandlerWrapper.handle(HandlerWrapper.java:124) at org.eclipse.jetty.ee9.nested.ScopedHandler.nextHandle(ScopedHandler.java:197) at org.eclipse.jetty.ee9.nested.SessionHandler.doHandle(SessionHandler.java:476) at org.eclipse.jetty.ee9.nested.ScopedHandler.nextHandle(ScopedHandler.java:195) at org.eclipse.jetty.ee9.nested.ContextHandler.doHandle(ContextHandler.java:1034) at org.eclipse.jetty.ee9.nested.ScopedHandler.nextScope(ScopedHandler.java:164) at org.eclipse.jetty.ee9.servlet.ServletHandler.doScope(ServletHandler.java:483) at org.eclipse.jetty.ee9.nested.ScopedHandler.nextScope(ScopedHandler.java:162) at org.eclipse.jetty.ee9.nested.SessionHandler.doScope(SessionHandler.java:470) at org.eclipse.jetty.ee9.nested.ScopedHandler.nextScope(ScopedHandler.java:162) at org.eclipse.jetty.ee9.nested.ContextHandler.doScope(ContextHandler.java:955) at org.eclipse.jetty.ee9.nested.ScopedHandler.handle(ScopedHandler.java:125) at org.eclipse.jetty.ee9.nested.ContextHandler.handle(ContextHandler.java:1693) at org.eclipse.jetty.ee9.nested.HttpChannel$RequestDispatchable.dispatch(HttpChannel.java:1575) at org.eclipse.jetty.ee9.nested.HttpChannel.dispatch(HttpChannel.java:737) at org.eclipse.jetty.ee9.nested.HttpChannel.handle(HttpChannel.java:510) at org.eclipse.jetty.ee9.nested.ContextHandler$CoreContextHandler$CoreToNestedHandler.handle(ContextHandler.java:2727) at org.eclipse.jetty.server.handler.ContextHandler.handle(ContextHandler.java:851) at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:151) at org.eclipse.jetty.server.Server.handle(Server.java:179) at org.eclipse.jetty.server.internal.HttpChannelState$HandlerInvoker.run(HttpChannelState.java:619) at org.eclipse.jetty.server.internal.HttpConnection.onFillable(HttpConnection.java:411) 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.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:311) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:979) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1209) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1164) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: org.glassfish.jersey.message.internal.MessageBodyProviderNotFoundException: MessageBodyWriter not found for media type=text/plain, type=class java.lang.IllegalStateException, genericType=class java.lang.IllegalStateException. at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:224) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.tests.integration.jersey2176.MyWriterInterceptor.aroundWriteTo(MyWriterInterceptor.java:46) 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) ... 64 more [WARNING] unhandled due to prior sendError org.eclipse.jetty.io.EofException: Closed at org.eclipse.jetty.ee9.nested.HttpOutput.checkWritable (HttpOutput.java:751) at org.eclipse.jetty.ee9.nested.HttpOutput.write (HttpOutput.java:781) at java.io.OutputStream.write (OutputStream.java:124) at org.glassfish.jersey.tests.integration.jersey2176.TraceResponseWrapper.writeBodyAndClose (TraceResponseWrapper.java:68) at org.glassfish.jersey.tests.integration.jersey2176.TraceResponseFilter.doFilter (TraceResponseFilter.java:72) at org.eclipse.jetty.ee9.servlet.FilterHolder.doFilter (FilterHolder.java:210) at org.eclipse.jetty.ee9.servlet.ServletHandler$Chain.doFilter (ServletHandler.java:1638) at org.eclipse.jetty.ee9.websocket.servlet.WebSocketUpgradeFilter.doFilter (WebSocketUpgradeFilter.java:196) at org.eclipse.jetty.ee9.servlet.FilterHolder.doFilter (FilterHolder.java:202) at org.eclipse.jetty.ee9.servlet.ServletHandler$Chain.doFilter (ServletHandler.java:1638) at org.eclipse.jetty.ee9.servlet.ServletHandler.doHandle (ServletHandler.java:526) at org.eclipse.jetty.ee9.nested.ScopedHandler.handle (ScopedHandler.java:127) at org.eclipse.jetty.ee9.security.SecurityHandler.handle (SecurityHandler.java:605) at org.eclipse.jetty.ee9.nested.HandlerWrapper.handle (HandlerWrapper.java:124) at org.eclipse.jetty.ee9.nested.ScopedHandler.nextHandle (ScopedHandler.java:197) at org.eclipse.jetty.ee9.nested.SessionHandler.doHandle (SessionHandler.java:476) at org.eclipse.jetty.ee9.nested.ScopedHandler.nextHandle (ScopedHandler.java:195) at org.eclipse.jetty.ee9.nested.ContextHandler.doHandle (ContextHandler.java:1034) at org.eclipse.jetty.ee9.nested.ScopedHandler.nextScope (ScopedHandler.java:164) at org.eclipse.jetty.ee9.servlet.ServletHandler.doScope (ServletHandler.java:483) at org.eclipse.jetty.ee9.nested.ScopedHandler.nextScope (ScopedHandler.java:162) at org.eclipse.jetty.ee9.nested.SessionHandler.doScope (SessionHandler.java:470) at org.eclipse.jetty.ee9.nested.ScopedHandler.nextScope (ScopedHandler.java:162) at org.eclipse.jetty.ee9.nested.ContextHandler.doScope (ContextHandler.java:955) at org.eclipse.jetty.ee9.nested.ScopedHandler.handle (ScopedHandler.java:125) at org.eclipse.jetty.ee9.nested.ContextHandler.handle (ContextHandler.java:1693) at org.eclipse.jetty.ee9.nested.HttpChannel$RequestDispatchable.dispatch (HttpChannel.java:1575) at org.eclipse.jetty.ee9.nested.HttpChannel.dispatch (HttpChannel.java:737) at org.eclipse.jetty.ee9.nested.HttpChannel.handle (HttpChannel.java:510) at org.eclipse.jetty.ee9.nested.ContextHandler$CoreContextHandler$CoreToNestedHandler.handle (ContextHandler.java:2727) at org.eclipse.jetty.server.handler.ContextHandler.handle (ContextHandler.java:851) at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle (ContextHandlerCollection.java:151) at org.eclipse.jetty.server.Server.handle (Server.java:179) at org.eclipse.jetty.server.internal.HttpChannelState$HandlerInvoker.run (HttpChannelState.java:619) at org.eclipse.jetty.server.internal.HttpConnection.onFillable (HttpConnection.java:411) 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.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:311) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob (QueuedThreadPool.java:979) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob (QueuedThreadPool.java:1209) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run (QueuedThreadPool.java:1164) at java.lang.Thread.run (Thread.java:1583) Apr 10, 2024 1:03:53 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/send-error Apr 10, 2024 1:03:53 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/send-error [WARNING] unhandled due to prior sendError org.eclipse.jetty.io.EofException: Closed at org.eclipse.jetty.ee9.nested.HttpOutput.checkWritable (HttpOutput.java:751) at org.eclipse.jetty.ee9.nested.HttpOutput.write (HttpOutput.java:781) at java.io.OutputStream.write (OutputStream.java:124) at org.glassfish.jersey.tests.integration.jersey2176.TraceResponseWrapper.writeBodyAndClose (TraceResponseWrapper.java:68) at org.glassfish.jersey.tests.integration.jersey2176.TraceResponseFilter.doFilter (TraceResponseFilter.java:72) at org.eclipse.jetty.ee9.servlet.FilterHolder.doFilter (FilterHolder.java:210) at org.eclipse.jetty.ee9.servlet.ServletHandler$Chain.doFilter (ServletHandler.java:1638) at org.eclipse.jetty.ee9.websocket.servlet.WebSocketUpgradeFilter.doFilter (WebSocketUpgradeFilter.java:196) at org.eclipse.jetty.ee9.servlet.FilterHolder.doFilter (FilterHolder.java:202) at org.eclipse.jetty.ee9.servlet.ServletHandler$Chain.doFilter (ServletHandler.java:1638) at org.eclipse.jetty.ee9.servlet.ServletHandler.doHandle (ServletHandler.java:526) at org.eclipse.jetty.ee9.nested.ScopedHandler.handle (ScopedHandler.java:127) at org.eclipse.jetty.ee9.security.SecurityHandler.handle (SecurityHandler.java:605) at org.eclipse.jetty.ee9.nested.HandlerWrapper.handle (HandlerWrapper.java:124) at org.eclipse.jetty.ee9.nested.ScopedHandler.nextHandle (ScopedHandler.java:197) at org.eclipse.jetty.ee9.nested.SessionHandler.doHandle (SessionHandler.java:476) at org.eclipse.jetty.ee9.nested.ScopedHandler.nextHandle (ScopedHandler.java:195) at org.eclipse.jetty.ee9.nested.ContextHandler.doHandle (ContextHandler.java:1034) at org.eclipse.jetty.ee9.nested.ScopedHandler.nextScope (ScopedHandler.java:164) at org.eclipse.jetty.ee9.servlet.ServletHandler.doScope (ServletHandler.java:483) at org.eclipse.jetty.ee9.nested.ScopedHandler.nextScope (ScopedHandler.java:162) at org.eclipse.jetty.ee9.nested.SessionHandler.doScope (SessionHandler.java:470) at org.eclipse.jetty.ee9.nested.ScopedHandler.nextScope (ScopedHandler.java:162) at org.eclipse.jetty.ee9.nested.ContextHandler.doScope (ContextHandler.java:955) at org.eclipse.jetty.ee9.nested.ScopedHandler.handle (ScopedHandler.java:125) at org.eclipse.jetty.ee9.nested.ContextHandler.handle (ContextHandler.java:1693) at org.eclipse.jetty.ee9.nested.HttpChannel$RequestDispatchable.dispatch (HttpChannel.java:1575) at org.eclipse.jetty.ee9.nested.HttpChannel.dispatch (HttpChannel.java:737) at org.eclipse.jetty.ee9.nested.HttpChannel.handle (HttpChannel.java:510) at org.eclipse.jetty.ee9.nested.ContextHandler$CoreContextHandler$CoreToNestedHandler.handle (ContextHandler.java:2727) at org.eclipse.jetty.server.handler.ContextHandler.handle (ContextHandler.java:851) at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle (ContextHandlerCollection.java:151) at org.eclipse.jetty.server.Server.handle (Server.java:179) at org.eclipse.jetty.server.internal.HttpChannelState$HandlerInvoker.run (HttpChannelState.java:619) at org.eclipse.jetty.server.internal.HttpConnection.onFillable (HttpConnection.java:411) 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.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:311) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob (QueuedThreadPool.java:979) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob (QueuedThreadPool.java:1209) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run (QueuedThreadPool.java:1164) at java.lang.Thread.run (Thread.java:1583) Apr 10, 2024 1:03:53 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/send-error Apr 10, 2024 1:03:53 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/send-error Apr 10, 2024 1:03:53 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=text/plain, type=class java.lang.IllegalStateException, genericType=class java.lang.IllegalStateException. Apr 10, 2024 1:03:53 PM org.glassfish.jersey.server.ServerRuntime$Responder process SEVERE: Error occurred when processing a response created from an already mapped exception. Apr 10, 2024 1:03:53 PM 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.InternalServerErrorException: HTTP 500 Internal Server Error at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:65) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1118) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:678) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:439) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:420) at org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:372) at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:358) at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:312) at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:205) at org.eclipse.jetty.ee9.servlet.ServletHolder.handle(ServletHolder.java:765) at org.eclipse.jetty.ee9.servlet.ServletHandler$ChainEnd.doFilter(ServletHandler.java:1668) at org.glassfish.jersey.tests.integration.jersey2176.TraceResponseFilter.doFilter(TraceResponseFilter.java:59) at org.eclipse.jetty.ee9.servlet.FilterHolder.doFilter(FilterHolder.java:210) at org.eclipse.jetty.ee9.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1638) at org.eclipse.jetty.ee9.websocket.servlet.WebSocketUpgradeFilter.doFilter(WebSocketUpgradeFilter.java:196) at org.eclipse.jetty.ee9.servlet.FilterHolder.doFilter(FilterHolder.java:202) at org.eclipse.jetty.ee9.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1638) at org.eclipse.jetty.ee9.servlet.ServletHandler.doHandle(ServletHandler.java:526) at org.eclipse.jetty.ee9.nested.ScopedHandler.handle(ScopedHandler.java:127) at org.eclipse.jetty.ee9.security.SecurityHandler.handle(SecurityHandler.java:605) at org.eclipse.jetty.ee9.nested.HandlerWrapper.handle(HandlerWrapper.java:124) at org.eclipse.jetty.ee9.nested.ScopedHandler.nextHandle(ScopedHandler.java:197) at org.eclipse.jetty.ee9.nested.SessionHandler.doHandle(SessionHandler.java:476) at org.eclipse.jetty.ee9.nested.ScopedHandler.nextHandle(ScopedHandler.java:195) at org.eclipse.jetty.ee9.nested.ContextHandler.doHandle(ContextHandler.java:1034) at org.eclipse.jetty.ee9.nested.ScopedHandler.nextScope(ScopedHandler.java:164) at org.eclipse.jetty.ee9.servlet.ServletHandler.doScope(ServletHandler.java:483) at org.eclipse.jetty.ee9.nested.ScopedHandler.nextScope(ScopedHandler.java:162) at org.eclipse.jetty.ee9.nested.SessionHandler.doScope(SessionHandler.java:470) at org.eclipse.jetty.ee9.nested.ScopedHandler.nextScope(ScopedHandler.java:162) at org.eclipse.jetty.ee9.nested.ContextHandler.doScope(ContextHandler.java:955) at org.eclipse.jetty.ee9.nested.ScopedHandler.handle(ScopedHandler.java:125) at org.eclipse.jetty.ee9.nested.ContextHandler.handle(ContextHandler.java:1693) at org.eclipse.jetty.ee9.nested.HttpChannel$RequestDispatchable.dispatch(HttpChannel.java:1575) at org.eclipse.jetty.ee9.nested.HttpChannel.dispatch(HttpChannel.java:737) at org.eclipse.jetty.ee9.nested.HttpChannel.handle(HttpChannel.java:510) at org.eclipse.jetty.ee9.nested.ContextHandler$CoreContextHandler$CoreToNestedHandler.handle(ContextHandler.java:2727) at org.eclipse.jetty.server.handler.ContextHandler.handle(ContextHandler.java:851) at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:151) at org.eclipse.jetty.server.Server.handle(Server.java:179) at org.eclipse.jetty.server.internal.HttpChannelState$HandlerInvoker.run(HttpChannelState.java:619) at org.eclipse.jetty.server.internal.HttpConnection.onFillable(HttpConnection.java:411) 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.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:311) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:979) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1209) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1164) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: org.glassfish.jersey.message.internal.MessageBodyProviderNotFoundException: MessageBodyWriter not found for media type=text/plain, type=class java.lang.IllegalStateException, genericType=class java.lang.IllegalStateException. at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:224) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.tests.integration.jersey2176.MyWriterInterceptor.aroundWriteTo(MyWriterInterceptor.java:46) 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) ... 64 more [WARNING] unhandled due to prior sendError org.eclipse.jetty.io.EofException: Closed at org.eclipse.jetty.ee9.nested.HttpOutput.checkWritable (HttpOutput.java:751) at org.eclipse.jetty.ee9.nested.HttpOutput.write (HttpOutput.java:781) at java.io.OutputStream.write (OutputStream.java:124) at org.glassfish.jersey.tests.integration.jersey2176.TraceResponseWrapper.writeBodyAndClose (TraceResponseWrapper.java:68) at org.glassfish.jersey.tests.integration.jersey2176.TraceResponseFilter.doFilter (TraceResponseFilter.java:72) at org.eclipse.jetty.ee9.servlet.FilterHolder.doFilter (FilterHolder.java:210) at org.eclipse.jetty.ee9.servlet.ServletHandler$Chain.doFilter (ServletHandler.java:1638) at org.eclipse.jetty.ee9.websocket.servlet.WebSocketUpgradeFilter.doFilter (WebSocketUpgradeFilter.java:196) at org.eclipse.jetty.ee9.servlet.FilterHolder.doFilter (FilterHolder.java:202) at org.eclipse.jetty.ee9.servlet.ServletHandler$Chain.doFilter (ServletHandler.java:1638) at org.eclipse.jetty.ee9.servlet.ServletHandler.doHandle (ServletHandler.java:526) at org.eclipse.jetty.ee9.nested.ScopedHandler.handle (ScopedHandler.java:127) at org.eclipse.jetty.ee9.security.SecurityHandler.handle (SecurityHandler.java:605) at org.eclipse.jetty.ee9.nested.HandlerWrapper.handle (HandlerWrapper.java:124) at org.eclipse.jetty.ee9.nested.ScopedHandler.nextHandle (ScopedHandler.java:197) at org.eclipse.jetty.ee9.nested.SessionHandler.doHandle (SessionHandler.java:476) at org.eclipse.jetty.ee9.nested.ScopedHandler.nextHandle (ScopedHandler.java:195) at org.eclipse.jetty.ee9.nested.ContextHandler.doHandle (ContextHandler.java:1034) at org.eclipse.jetty.ee9.nested.ScopedHandler.nextScope (ScopedHandler.java:164) at org.eclipse.jetty.ee9.servlet.ServletHandler.doScope (ServletHandler.java:483) at org.eclipse.jetty.ee9.nested.ScopedHandler.nextScope (ScopedHandler.java:162) at org.eclipse.jetty.ee9.nested.SessionHandler.doScope (SessionHandler.java:470) at org.eclipse.jetty.ee9.nested.ScopedHandler.nextScope (ScopedHandler.java:162) at org.eclipse.jetty.ee9.nested.ContextHandler.doScope (ContextHandler.java:955) at org.eclipse.jetty.ee9.nested.ScopedHandler.handle (ScopedHandler.java:125) at org.eclipse.jetty.ee9.nested.ContextHandler.handle (ContextHandler.java:1693) at org.eclipse.jetty.ee9.nested.HttpChannel$RequestDispatchable.dispatch (HttpChannel.java:1575) at org.eclipse.jetty.ee9.nested.HttpChannel.dispatch (HttpChannel.java:737) at org.eclipse.jetty.ee9.nested.HttpChannel.handle (HttpChannel.java:510) at org.eclipse.jetty.ee9.nested.ContextHandler$CoreContextHandler$CoreToNestedHandler.handle (ContextHandler.java:2727) at org.eclipse.jetty.server.handler.ContextHandler.handle (ContextHandler.java:851) at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle (ContextHandlerCollection.java:151) at org.eclipse.jetty.server.Server.handle (Server.java:179) at org.eclipse.jetty.server.internal.HttpChannelState$HandlerInvoker.run (HttpChannelState.java:619) at org.eclipse.jetty.server.internal.HttpConnection.onFillable (HttpConnection.java:411) 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.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:311) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob (QueuedThreadPool.java:979) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob (QueuedThreadPool.java:1209) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run (QueuedThreadPool.java:1164) at java.lang.Thread.run (Thread.java:1583) Apr 10, 2024 1:03:53 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/send-error Apr 10, 2024 1:03:53 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/send-error Apr 10, 2024 1:03:53 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/send-error Apr 10, 2024 1:03:53 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/send-error Apr 10, 2024 1:03:53 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/send-error [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.165 s -- in org.glassfish.jersey.tests.integration.jersey2176.Jersey2176SendErrorITCase [INFO] Running org.glassfish.jersey.tests.integration.jersey2176.Jersey2176SetStatusITCase Apr 10, 2024 1:03:53 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/set-status Apr 10, 2024 1:03:53 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/set-status Apr 10, 2024 1:03:53 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/set-status Apr 10, 2024 1:03:53 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=text/plain, type=class org.glassfish.jersey.tests.integration.jersey2176.MyException, genericType=class org.glassfish.jersey.tests.integration.jersey2176.MyException. Apr 10, 2024 1:03:53 PM org.glassfish.jersey.server.ServerRuntime$Responder process SEVERE: Error occurred when processing a response created from an already mapped exception. Apr 10, 2024 1:03:53 PM 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.InternalServerErrorException: HTTP 500 Internal Server Error at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:65) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1118) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:678) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:439) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:420) at org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:372) at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:358) at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:312) at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:205) at org.eclipse.jetty.ee9.servlet.ServletHolder.handle(ServletHolder.java:765) at org.eclipse.jetty.ee9.servlet.ServletHandler$ChainEnd.doFilter(ServletHandler.java:1668) at org.glassfish.jersey.tests.integration.jersey2176.TraceResponseFilter.doFilter(TraceResponseFilter.java:59) at org.eclipse.jetty.ee9.servlet.FilterHolder.doFilter(FilterHolder.java:210) at org.eclipse.jetty.ee9.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1638) at org.eclipse.jetty.ee9.websocket.servlet.WebSocketUpgradeFilter.doFilter(WebSocketUpgradeFilter.java:196) at org.eclipse.jetty.ee9.servlet.FilterHolder.doFilter(FilterHolder.java:202) at org.eclipse.jetty.ee9.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1638) at org.eclipse.jetty.ee9.servlet.ServletHandler.doHandle(ServletHandler.java:526) at org.eclipse.jetty.ee9.nested.ScopedHandler.handle(ScopedHandler.java:127) at org.eclipse.jetty.ee9.security.SecurityHandler.handle(SecurityHandler.java:605) at org.eclipse.jetty.ee9.nested.HandlerWrapper.handle(HandlerWrapper.java:124) at org.eclipse.jetty.ee9.nested.ScopedHandler.nextHandle(ScopedHandler.java:197) at org.eclipse.jetty.ee9.nested.SessionHandler.doHandle(SessionHandler.java:476) at org.eclipse.jetty.ee9.nested.ScopedHandler.nextHandle(ScopedHandler.java:195) at org.eclipse.jetty.ee9.nested.ContextHandler.doHandle(ContextHandler.java:1034) at org.eclipse.jetty.ee9.nested.ScopedHandler.nextScope(ScopedHandler.java:164) at org.eclipse.jetty.ee9.servlet.ServletHandler.doScope(ServletHandler.java:483) at org.eclipse.jetty.ee9.nested.ScopedHandler.nextScope(ScopedHandler.java:162) at org.eclipse.jetty.ee9.nested.SessionHandler.doScope(SessionHandler.java:470) at org.eclipse.jetty.ee9.nested.ScopedHandler.nextScope(ScopedHandler.java:162) at org.eclipse.jetty.ee9.nested.ContextHandler.doScope(ContextHandler.java:955) at org.eclipse.jetty.ee9.nested.ScopedHandler.handle(ScopedHandler.java:125) at org.eclipse.jetty.ee9.nested.ContextHandler.handle(ContextHandler.java:1693) at org.eclipse.jetty.ee9.nested.HttpChannel$RequestDispatchable.dispatch(HttpChannel.java:1575) at org.eclipse.jetty.ee9.nested.HttpChannel.dispatch(HttpChannel.java:737) at org.eclipse.jetty.ee9.nested.HttpChannel.handle(HttpChannel.java:510) at org.eclipse.jetty.ee9.nested.ContextHandler$CoreContextHandler$CoreToNestedHandler.handle(ContextHandler.java:2727) at org.eclipse.jetty.server.handler.ContextHandler.handle(ContextHandler.java:851) at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:151) at org.eclipse.jetty.server.Server.handle(Server.java:179) at org.eclipse.jetty.server.internal.HttpChannelState$HandlerInvoker.run(HttpChannelState.java:619) at org.eclipse.jetty.server.internal.HttpConnection.onFillable(HttpConnection.java:411) 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.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:311) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:979) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1209) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1164) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: org.glassfish.jersey.message.internal.MessageBodyProviderNotFoundException: MessageBodyWriter not found for media type=text/plain, type=class org.glassfish.jersey.tests.integration.jersey2176.MyException, genericType=class org.glassfish.jersey.tests.integration.jersey2176.MyException. at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:224) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.tests.integration.jersey2176.MyWriterInterceptor.aroundWriteTo(MyWriterInterceptor.java:46) 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) ... 64 more Apr 10, 2024 1:03:53 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/set-status Apr 10, 2024 1:03:53 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=text/plain, type=class java.lang.IllegalStateException, genericType=class java.lang.IllegalStateException. Apr 10, 2024 1:03:53 PM org.glassfish.jersey.server.ServerRuntime$Responder process SEVERE: Error occurred when processing a response created from an already mapped exception. Apr 10, 2024 1:03:53 PM 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.InternalServerErrorException: HTTP 500 Internal Server Error at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:65) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1118) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:678) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:439) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:420) at org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:372) at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:358) at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:312) at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:205) at org.eclipse.jetty.ee9.servlet.ServletHolder.handle(ServletHolder.java:765) at org.eclipse.jetty.ee9.servlet.ServletHandler$ChainEnd.doFilter(ServletHandler.java:1668) at org.glassfish.jersey.tests.integration.jersey2176.TraceResponseFilter.doFilter(TraceResponseFilter.java:59) at org.eclipse.jetty.ee9.servlet.FilterHolder.doFilter(FilterHolder.java:210) at org.eclipse.jetty.ee9.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1638) at org.eclipse.jetty.ee9.websocket.servlet.WebSocketUpgradeFilter.doFilter(WebSocketUpgradeFilter.java:196) at org.eclipse.jetty.ee9.servlet.FilterHolder.doFilter(FilterHolder.java:202) at org.eclipse.jetty.ee9.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1638) at org.eclipse.jetty.ee9.servlet.ServletHandler.doHandle(ServletHandler.java:526) at org.eclipse.jetty.ee9.nested.ScopedHandler.handle(ScopedHandler.java:127) at org.eclipse.jetty.ee9.security.SecurityHandler.handle(SecurityHandler.java:605) at org.eclipse.jetty.ee9.nested.HandlerWrapper.handle(HandlerWrapper.java:124) at org.eclipse.jetty.ee9.nested.ScopedHandler.nextHandle(ScopedHandler.java:197) at org.eclipse.jetty.ee9.nested.SessionHandler.doHandle(SessionHandler.java:476) at org.eclipse.jetty.ee9.nested.ScopedHandler.nextHandle(ScopedHandler.java:195) at org.eclipse.jetty.ee9.nested.ContextHandler.doHandle(ContextHandler.java:1034) at org.eclipse.jetty.ee9.nested.ScopedHandler.nextScope(ScopedHandler.java:164) at org.eclipse.jetty.ee9.servlet.ServletHandler.doScope(ServletHandler.java:483) at org.eclipse.jetty.ee9.nested.ScopedHandler.nextScope(ScopedHandler.java:162) at org.eclipse.jetty.ee9.nested.SessionHandler.doScope(SessionHandler.java:470) at org.eclipse.jetty.ee9.nested.ScopedHandler.nextScope(ScopedHandler.java:162) at org.eclipse.jetty.ee9.nested.ContextHandler.doScope(ContextHandler.java:955) at org.eclipse.jetty.ee9.nested.ScopedHandler.handle(ScopedHandler.java:125) at org.eclipse.jetty.ee9.nested.ContextHandler.handle(ContextHandler.java:1693) at org.eclipse.jetty.ee9.nested.HttpChannel$RequestDispatchable.dispatch(HttpChannel.java:1575) at org.eclipse.jetty.ee9.nested.HttpChannel.dispatch(HttpChannel.java:737) at org.eclipse.jetty.ee9.nested.HttpChannel.handle(HttpChannel.java:510) at org.eclipse.jetty.ee9.nested.ContextHandler$CoreContextHandler$CoreToNestedHandler.handle(ContextHandler.java:2727) at org.eclipse.jetty.server.handler.ContextHandler.handle(ContextHandler.java:851) at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:151) at org.eclipse.jetty.server.Server.handle(Server.java:179) at org.eclipse.jetty.server.internal.HttpChannelState$HandlerInvoker.run(HttpChannelState.java:619) at org.eclipse.jetty.server.internal.HttpConnection.onFillable(HttpConnection.java:411) 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.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:311) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:979) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1209) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1164) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: org.glassfish.jersey.message.internal.MessageBodyProviderNotFoundException: MessageBodyWriter not found for media type=text/plain, type=class java.lang.IllegalStateException, genericType=class java.lang.IllegalStateException. at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:224) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.tests.integration.jersey2176.MyWriterInterceptor.aroundWriteTo(MyWriterInterceptor.java:46) 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) ... 64 more Apr 10, 2024 1:03:53 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/set-status Apr 10, 2024 1:03:53 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/set-status Apr 10, 2024 1:03:54 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/set-status Apr 10, 2024 1:03:54 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=text/plain, type=class java.lang.IllegalStateException, genericType=class java.lang.IllegalStateException. Apr 10, 2024 1:03:54 PM org.glassfish.jersey.server.ServerRuntime$Responder process SEVERE: Error occurred when processing a response created from an already mapped exception. Apr 10, 2024 1:03:54 PM 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.InternalServerErrorException: HTTP 500 Internal Server Error at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:65) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1118) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:678) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:439) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704) at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:420) at org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:372) at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:358) at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:312) at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:205) at org.eclipse.jetty.ee9.servlet.ServletHolder.handle(ServletHolder.java:765) at org.eclipse.jetty.ee9.servlet.ServletHandler$ChainEnd.doFilter(ServletHandler.java:1668) at org.glassfish.jersey.tests.integration.jersey2176.TraceResponseFilter.doFilter(TraceResponseFilter.java:59) at org.eclipse.jetty.ee9.servlet.FilterHolder.doFilter(FilterHolder.java:210) at org.eclipse.jetty.ee9.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1638) at org.eclipse.jetty.ee9.websocket.servlet.WebSocketUpgradeFilter.doFilter(WebSocketUpgradeFilter.java:196) at org.eclipse.jetty.ee9.servlet.FilterHolder.doFilter(FilterHolder.java:202) at org.eclipse.jetty.ee9.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1638) at org.eclipse.jetty.ee9.servlet.ServletHandler.doHandle(ServletHandler.java:526) at org.eclipse.jetty.ee9.nested.ScopedHandler.handle(ScopedHandler.java:127) at org.eclipse.jetty.ee9.security.SecurityHandler.handle(SecurityHandler.java:605) at org.eclipse.jetty.ee9.nested.HandlerWrapper.handle(HandlerWrapper.java:124) at org.eclipse.jetty.ee9.nested.ScopedHandler.nextHandle(ScopedHandler.java:197) at org.eclipse.jetty.ee9.nested.SessionHandler.doHandle(SessionHandler.java:476) at org.eclipse.jetty.ee9.nested.ScopedHandler.nextHandle(ScopedHandler.java:195) at org.eclipse.jetty.ee9.nested.ContextHandler.doHandle(ContextHandler.java:1034) at org.eclipse.jetty.ee9.nested.ScopedHandler.nextScope(ScopedHandler.java:164) at org.eclipse.jetty.ee9.servlet.ServletHandler.doScope(ServletHandler.java:483) at org.eclipse.jetty.ee9.nested.ScopedHandler.nextScope(ScopedHandler.java:162) at org.eclipse.jetty.ee9.nested.SessionHandler.doScope(SessionHandler.java:470) at org.eclipse.jetty.ee9.nested.ScopedHandler.nextScope(ScopedHandler.java:162) at org.eclipse.jetty.ee9.nested.ContextHandler.doScope(ContextHandler.java:955) at org.eclipse.jetty.ee9.nested.ScopedHandler.handle(ScopedHandler.java:125) at org.eclipse.jetty.ee9.nested.ContextHandler.handle(ContextHandler.java:1693) at org.eclipse.jetty.ee9.nested.HttpChannel$RequestDispatchable.dispatch(HttpChannel.java:1575) at org.eclipse.jetty.ee9.nested.HttpChannel.dispatch(HttpChannel.java:737) at org.eclipse.jetty.ee9.nested.HttpChannel.handle(HttpChannel.java:510) at org.eclipse.jetty.ee9.nested.ContextHandler$CoreContextHandler$CoreToNestedHandler.handle(ContextHandler.java:2727) at org.eclipse.jetty.server.handler.ContextHandler.handle(ContextHandler.java:851) at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:151) at org.eclipse.jetty.server.Server.handle(Server.java:179) at org.eclipse.jetty.server.internal.HttpChannelState$HandlerInvoker.run(HttpChannelState.java:619) at org.eclipse.jetty.server.internal.HttpConnection.onFillable(HttpConnection.java:411) 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.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:311) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:979) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1209) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1164) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: org.glassfish.jersey.message.internal.MessageBodyProviderNotFoundException: MessageBodyWriter not found for media type=text/plain, type=class java.lang.IllegalStateException, genericType=class java.lang.IllegalStateException. at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:224) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.tests.integration.jersey2176.MyWriterInterceptor.aroundWriteTo(MyWriterInterceptor.java:46) 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) ... 64 more Apr 10, 2024 1:03:54 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/set-status Apr 10, 2024 1:03:54 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/set-status Apr 10, 2024 1:03:54 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/set-status Apr 10, 2024 1:03:54 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/set-status Apr 10, 2024 1:03:54 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/set-status Apr 10, 2024 1:03:54 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/set-status [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.348 s -- in org.glassfish.jersey.tests.integration.jersey2176.Jersey2176SetStatusITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:12.0.8:stop (stop-jetty) @ jersey-2176 --- [INFO] Waiting 10 seconds for jetty 159 to stop [INFO] Stopped oejs.Server@4601b031{STOPPING}[12.0.8,sto=0] [INFO] Stopped ServerConnector@2cbb1799{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] [INFO] --- failsafe:3.2.5:verify (default) @ jersey-2176 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2176/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-2176 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2176/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2176/4.0.99-SNAPSHOT/jersey-2176-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2176/target/jersey-2176-4.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2176/4.0.99-SNAPSHOT/jersey-2176-4.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2176/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2176/4.0.99-SNAPSHOT/jersey-2176-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2176/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2176/4.0.99-SNAPSHOT/jersey-2176-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2176/target/jersey-2176-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2176/4.0.99-SNAPSHOT/jersey-2176-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-2176 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2184 >--------- [INFO] Building jersey-tests-integration-jersey-2184 4.0.99-SNAPSHOT [177/372] [INFO] from tests/integration/jersey-2184/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-2184 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-2184 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-2184 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-2184 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-2184 --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-2184 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2184/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-2184 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-2184 --- [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-2184 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-2184 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2184/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-2184 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-2184 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-2184 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2184/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-2184 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-2184 --- [INFO] Reserved port 43879 for jersey.config.test.container.port [INFO] Reserved port 35797 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jersey-2184 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-2184 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-2184] in [/home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2184/target/jersey-2184-4.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2184/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2184/target/jersey-2184-4.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-2184 --- [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/ci-cd-integration_4.0/tests/integration/jersey-2184/target/bom.xml [INFO] attaching as jersey-2184-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2184/target/bom.json [INFO] attaching as jersey-2184-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-2184 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2184/target/jersey-2184-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:12.0.8:start (start-jetty) @ jersey-2184 --- [INFO] Configuring Jetty for project: jersey-tests-integration-jersey-2184 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2184/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2184/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2184/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2184/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/ee10/webapp/webdefault-ee10.xml [INFO] Web overrides = none [INFO] jetty-12.0.8; built: 2024-03-29T19:58:19.443Z; git: ffffdcc3c863b8f49901cc7c84a8157ebc5d15f9; jvm 21.0.2+13-58 [INFO] Session workerName=node0 [INFO] Started oeje10mp.MavenWebAppContext@3d5f8696{ROOT,/,b=file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2184/src/main/webapp/,a=AVAILABLE,h=oeje10s.SessionHandler@74072fc9{STARTED}}{file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2184/src/main/webapp/} Apr 10, 2024 1:03:56 PM 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. Apr 10, 2024 1:03:56 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. [INFO] Started oeje10mp.MavenWebAppContext@3d5f8696{ROOT,/,b=file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2184/src/main/webapp/,a=AVAILABLE,h=oeje10s.SessionHandler@74072fc9{STARTED}}{file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2184/src/main/webapp/} [INFO] Started ServerConnector@422ff4c2{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started oejs.Server@1f82dd6b{STARTING}[12.0.8,sto=0] @3410121ms [INFO] [INFO] --- failsafe:3.2.5:integration-test (default) @ jersey-2184 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2184/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.jersey2184.Jersey2184ITCase Apr 10, 2024 1:03:57 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/zoo [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.531 s -- in org.glassfish.jersey.tests.integration.jersey2184.Jersey2184ITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:12.0.8:stop (stop-jetty) @ jersey-2184 --- [INFO] Waiting 10 seconds for jetty 159 to stop [INFO] Stopped oejs.Server@1f82dd6b{STOPPING}[12.0.8,sto=0] [INFO] Stopped ServerConnector@422ff4c2{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Stopped oeje10mp.MavenWebAppContext@3d5f8696{ROOT,/,b=file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2184/src/main/webapp/,a=AVAILABLE,h=oeje10s.SessionHandler@74072fc9{STOPPED}}{file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2184/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.5:verify (default) @ jersey-2184 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2184/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-2184 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2184/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2184/4.0.99-SNAPSHOT/jersey-2184-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2184/target/jersey-2184-4.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2184/4.0.99-SNAPSHOT/jersey-2184-4.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2184/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2184/4.0.99-SNAPSHOT/jersey-2184-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2184/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2184/4.0.99-SNAPSHOT/jersey-2184-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2184/target/jersey-2184-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2184/4.0.99-SNAPSHOT/jersey-2184-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-2184 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2255 >--------- [INFO] Building jersey-tests-integration-jersey-2255 4.0.99-SNAPSHOT [178/372] [INFO] from tests/integration/jersey-2255/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-2255 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-2255 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-2255 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-2255 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-2255 --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-2255 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2255/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-2255 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-2255 --- [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-2255 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-2255 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2255/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-2255 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-2255 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-2255 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2255/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-2255 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-2255 --- [INFO] Reserved port 45275 for jersey.config.test.container.port [INFO] Reserved port 39403 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jersey-2255 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-2255 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-2255] in [/home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2255/target/jersey-2255-4.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2255/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2255/target/jersey-2255-4.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-2255 --- [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/ci-cd-integration_4.0/tests/integration/jersey-2255/target/bom.xml [INFO] attaching as jersey-2255-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2255/target/bom.json [INFO] attaching as jersey-2255-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-2255 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2255/target/jersey-2255-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:12.0.8:start (start-jetty) @ jersey-2255 --- [INFO] Configuring Jetty for project: jersey-tests-integration-jersey-2255 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2255/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2255/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2255/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2255/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/ee10/webapp/webdefault-ee10.xml [INFO] Web overrides = none [INFO] jetty-12.0.8; built: 2024-03-29T19:58:19.443Z; git: ffffdcc3c863b8f49901cc7c84a8157ebc5d15f9; jvm 21.0.2+13-58 [INFO] Session workerName=node0 [INFO] Started oeje10mp.MavenWebAppContext@483a7ca{ROOT,/,b=file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2255/src/main/webapp/,a=AVAILABLE,h=oeje10s.SessionHandler@fe80cf5{STARTED}}{file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2255/src/main/webapp/} [INFO] Started oeje10mp.MavenWebAppContext@483a7ca{ROOT,/,b=file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2255/src/main/webapp/,a=AVAILABLE,h=oeje10s.SessionHandler@fe80cf5{STARTED}}{file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2255/src/main/webapp/} [INFO] Started ServerConnector@1cafd6dd{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started oejs.Server@25afba2a{STARTING}[12.0.8,sto=0] @3414640ms [INFO] [INFO] --- failsafe:3.2.5:integration-test (default) @ jersey-2255 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2255/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.jersey2255.Jersey2255ITCase Apr 10, 2024 1:04:02 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Apr 10, 2024 1:04:03 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Apr 10, 2024 1:04:03 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Apr 10, 2024 1:04:03 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.113 s -- in org.glassfish.jersey.tests.integration.jersey2255.Jersey2255ITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:12.0.8:stop (stop-jetty) @ jersey-2255 --- [INFO] Waiting 10 seconds for jetty 159 to stop [INFO] Stopped oejs.Server@25afba2a{STOPPING}[12.0.8,sto=0] [INFO] Stopped ServerConnector@1cafd6dd{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Stopped oeje10mp.MavenWebAppContext@483a7ca{ROOT,/,b=file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2255/src/main/webapp/,a=AVAILABLE,h=oeje10s.SessionHandler@fe80cf5{STOPPED}}{file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2255/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.5:verify (default) @ jersey-2255 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2255/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-2255 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2255/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2255/4.0.99-SNAPSHOT/jersey-2255-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2255/target/jersey-2255-4.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2255/4.0.99-SNAPSHOT/jersey-2255-4.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2255/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2255/4.0.99-SNAPSHOT/jersey-2255-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2255/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2255/4.0.99-SNAPSHOT/jersey-2255-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2255/target/jersey-2255-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2255/4.0.99-SNAPSHOT/jersey-2255-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-2255 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2322 >--------- [INFO] Building jersey-tests-integration-jersey-2322 4.0.99-SNAPSHOT [179/372] [INFO] from tests/integration/jersey-2322/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-2322 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-2322 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-2322 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-2322 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-2322 --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-2322 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2322/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-2322 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-2322 --- [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-2322 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-2322 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2322/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-2322 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-2322 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-2322 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2322/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-2322 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-2322 --- [INFO] Reserved port 34149 for jersey.config.test.container.port [INFO] Reserved port 40663 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jersey-2322 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-2322 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-2322] in [/home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2322/target/jersey-2322-4.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2322/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2322/target/jersey-2322-4.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-2322 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 25 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2322/target/bom.xml [INFO] attaching as jersey-2322-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2322/target/bom.json [INFO] attaching as jersey-2322-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-2322 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2322/target/jersey-2322-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:12.0.8:start (start-jetty) @ jersey-2322 --- [INFO] Configuring Jetty for project: jersey-tests-integration-jersey-2322 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2322/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2322/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2322/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2322/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/ee10/webapp/webdefault-ee10.xml [INFO] Web overrides = none [INFO] jetty-12.0.8; built: 2024-03-29T19:58:19.443Z; git: ffffdcc3c863b8f49901cc7c84a8157ebc5d15f9; jvm 21.0.2+13-58 [INFO] Session workerName=node0 [INFO] Started oeje10mp.MavenWebAppContext@25367901{ROOT,/,b=file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2322/src/main/webapp/,a=AVAILABLE,h=oeje10s.SessionHandler@2b62d012{STARTED}}{file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2322/src/main/webapp/} Apr 10, 2024 1:04:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Started oeje10mp.MavenWebAppContext@25367901{ROOT,/,b=file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2322/src/main/webapp/,a=AVAILABLE,h=oeje10s.SessionHandler@2b62d012{STARTED}}{file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2322/src/main/webapp/} [INFO] Started ServerConnector@67a4efcc{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started oejs.Server@12a25305{STARTING}[12.0.8,sto=0] @3419666ms [INFO] [INFO] --- failsafe:3.2.5:integration-test (default) @ jersey-2322 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2322/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.jersey2322.Jersey2322ITCase Apr 10, 2024 1:04:07 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Apr 10, 2024 1:04:08 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.956 s -- in org.glassfish.jersey.tests.integration.jersey2322.Jersey2322ITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:12.0.8:stop (stop-jetty) @ jersey-2322 --- [INFO] Waiting 10 seconds for jetty 159 to stop [INFO] Stopped oejs.Server@12a25305{STOPPING}[12.0.8,sto=0] [INFO] Stopped ServerConnector@67a4efcc{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Stopped oeje10mp.MavenWebAppContext@25367901{ROOT,/,b=file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2322/src/main/webapp/,a=AVAILABLE,h=oeje10s.SessionHandler@2b62d012{STOPPED}}{file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2322/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.5:verify (default) @ jersey-2322 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2322/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-2322 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2322/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2322/4.0.99-SNAPSHOT/jersey-2322-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2322/target/jersey-2322-4.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2322/4.0.99-SNAPSHOT/jersey-2322-4.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2322/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2322/4.0.99-SNAPSHOT/jersey-2322-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2322/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2322/4.0.99-SNAPSHOT/jersey-2322-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2322/target/jersey-2322-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2322/4.0.99-SNAPSHOT/jersey-2322-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-2322 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2335 >--------- [INFO] Building jersey-tests-integration-jersey-2335 4.0.99-SNAPSHOT [180/372] [INFO] from tests/integration/jersey-2335/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-2335 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-2335 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-2335 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-2335 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-2335 --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-2335 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2335/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-2335 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-2335 --- [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-2335 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-2335 --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-2335 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-2335 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-2335 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2335/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-2335 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-2335 --- [INFO] Reserved port 32981 for jersey.config.test.container.port [INFO] Reserved port 38961 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jersey-2335 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-2335 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-2335] in [/home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2335/target/jersey-2335-4.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2335/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2335/target/jersey-2335-4.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-2335 --- [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/ci-cd-integration_4.0/tests/integration/jersey-2335/target/bom.xml [INFO] attaching as jersey-2335-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2335/target/bom.json [INFO] attaching as jersey-2335-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-2335 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2335/target/jersey-2335-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:12.0.8:start (start-jetty) @ jersey-2335 --- [INFO] Configuring Jetty for project: jersey-tests-integration-jersey-2335 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2335/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2335/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2335/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2335/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/ee10/webapp/webdefault-ee10.xml [INFO] Web overrides = none [INFO] jetty-12.0.8; built: 2024-03-29T19:58:19.443Z; git: ffffdcc3c863b8f49901cc7c84a8157ebc5d15f9; jvm 21.0.2+13-58 [INFO] Session workerName=node0 [INFO] Started oeje10mp.MavenWebAppContext@18023338{ROOT,/,b=file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2335/src/main/webapp/,a=AVAILABLE,h=oeje10s.SessionHandler@4d5a1488{STARTED}}{file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2335/src/main/webapp/} Apr 10, 2024 1:04:11 PM 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. Apr 10, 2024 1:04:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. [INFO] Started oeje10mp.MavenWebAppContext@18023338{ROOT,/,b=file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2335/src/main/webapp/,a=AVAILABLE,h=oeje10s.SessionHandler@4d5a1488{STARTED}}{file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2335/src/main/webapp/} [INFO] Started ServerConnector@4dfb842c{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started oejs.Server@56b5019e{STARTING}[12.0.8,sto=0] @3424180ms [INFO] [INFO] --- failsafe:3.2.5:integration-test (default) @ jersey-2335 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2335/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.jersey2335.Jersey2335ITCase Apr 10, 2024 1:04:11 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Apr 10, 2024 1:04:12 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.602 s -- in org.glassfish.jersey.tests.integration.jersey2335.Jersey2335ITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:12.0.8:stop (stop-jetty) @ jersey-2335 --- [INFO] Waiting 10 seconds for jetty 159 to stop [INFO] Stopped oejs.Server@56b5019e{STOPPING}[12.0.8,sto=0] [INFO] Stopped ServerConnector@4dfb842c{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Stopped oeje10mp.MavenWebAppContext@18023338{ROOT,/,b=file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2335/src/main/webapp/,a=AVAILABLE,h=oeje10s.SessionHandler@4d5a1488{STOPPED}}{file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2335/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.5:verify (default) @ jersey-2335 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2335/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-2335 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2335/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2335/4.0.99-SNAPSHOT/jersey-2335-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2335/target/jersey-2335-4.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2335/4.0.99-SNAPSHOT/jersey-2335-4.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2335/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2335/4.0.99-SNAPSHOT/jersey-2335-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2335/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2335/4.0.99-SNAPSHOT/jersey-2335-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2335/target/jersey-2335-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2335/4.0.99-SNAPSHOT/jersey-2335-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-2335 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2421 >--------- [INFO] Building jersey-tests-integration-jersey-2421 4.0.99-SNAPSHOT [181/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-2421 --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-2421 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-2421 --- [INFO] Reserved port 42801 for jersey.config.test.container.port [INFO] Reserved port 44717 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jersey-2421 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 Apr 10, 2024 1:04:13 PM 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.541 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/ci-cd-integration_4.0/tests/integration/jersey-2421/target/jersey-2421-4.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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-2551 >--------- [INFO] Building jersey-tests-integration-jersey-2551 4.0.99-SNAPSHOT [182/372] [INFO] from tests/integration/jersey-2551/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-2551 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-2551 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-2551 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-2551 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-2551 --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-2551 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2551/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-2551 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-2551 --- [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-2551 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-2551 --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-2551 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-2551 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-2551 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2551/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-2551 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-2551 --- [INFO] Reserved port 35409 for jersey.config.test.container.port [INFO] Reserved port 45829 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jersey-2551 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-2551 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-2551] in [/home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2551/target/jersey-2551-4.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2551/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2551/target/jersey-2551-4.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-2551 --- [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/ci-cd-integration_4.0/tests/integration/jersey-2551/target/bom.xml [INFO] attaching as jersey-2551-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2551/target/bom.json [INFO] attaching as jersey-2551-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-2551 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2551/target/jersey-2551-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:12.0.8:start (start-jetty) @ jersey-2551 --- [INFO] Configuring Jetty for project: jersey-tests-integration-jersey-2551 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2551/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2551/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2551/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2551/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/ee10/webapp/webdefault-ee10.xml [INFO] Web overrides = none [INFO] jetty-12.0.8; built: 2024-03-29T19:58:19.443Z; git: ffffdcc3c863b8f49901cc7c84a8157ebc5d15f9; jvm 21.0.2+13-58 [INFO] Session workerName=node0 [INFO] Started oeje10mp.MavenWebAppContext@2d303555{ROOT,/,b=file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2551/src/main/webapp/,a=AVAILABLE,h=oeje10s.SessionHandler@3f6c7a5{STARTED}}{file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2551/src/main/webapp/} Apr 10, 2024 1:04:16 PM 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. Apr 10, 2024 1:04:16 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. [INFO] Started oeje10mp.MavenWebAppContext@2d303555{ROOT,/,b=file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2551/src/main/webapp/,a=AVAILABLE,h=oeje10s.SessionHandler@3f6c7a5{STARTED}}{file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2551/src/main/webapp/} [INFO] Started ServerConnector@502f7d5d{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started oejs.Server@740be5b5{STARTING}[12.0.8,sto=0] @3429234ms [INFO] [INFO] --- failsafe:3.2.5:integration-test (default) @ jersey-2551 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2551/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.jersey2551.Jersey2551ITCase Apr 10, 2024 1:04:16 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.537 s -- in org.glassfish.jersey.tests.integration.jersey2551.Jersey2551ITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:12.0.8:stop (stop-jetty) @ jersey-2551 --- [INFO] Waiting 10 seconds for jetty 159 to stop [INFO] Stopped oejs.Server@740be5b5{STOPPING}[12.0.8,sto=0] [INFO] Stopped ServerConnector@502f7d5d{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Stopped oeje10mp.MavenWebAppContext@2d303555{ROOT,/,b=file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2551/src/main/webapp/,a=AVAILABLE,h=oeje10s.SessionHandler@3f6c7a5{STOPPED}}{file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2551/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.5:verify (default) @ jersey-2551 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2551/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-2551 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2551/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2551/4.0.99-SNAPSHOT/jersey-2551-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2551/target/jersey-2551-4.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2551/4.0.99-SNAPSHOT/jersey-2551-4.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2551/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2551/4.0.99-SNAPSHOT/jersey-2551-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2551/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2551/4.0.99-SNAPSHOT/jersey-2551-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2551/target/jersey-2551-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2551/4.0.99-SNAPSHOT/jersey-2551-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-2551 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2612 >--------- [INFO] Building jersey-tests-integration-jersey-2612 4.0.99-SNAPSHOT [183/372] [INFO] from tests/integration/jersey-2612/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-2612 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-2612 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-2612 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-2612 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-2612 --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-2612 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2612/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-2612 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-2612 --- [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-2612 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-2612 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2612/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-2612 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2612/src/main/java/org/glassfish/jersey/tests/integration/jersey2612/OptionalParamBinder.java: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2612/src/main/java/org/glassfish/jersey/tests/integration/jersey2612/OptionalParamBinder.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2612/src/main/java/org/glassfish/jersey/tests/integration/jersey2612/OptionalParamBinder.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-2612 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2612/src/main/java/org/glassfish/jersey/tests/integration/jersey2612/OptionalParamBinder.java: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2612/src/main/java/org/glassfish/jersey/tests/integration/jersey2612/OptionalParamBinder.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2612/src/main/java/org/glassfish/jersey/tests/integration/jersey2612/OptionalParamBinder.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-2612 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2612/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-2612 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-2612 --- [INFO] Reserved port 34995 for jersey.config.test.container.port [INFO] Reserved port 34735 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jersey-2612 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-2612 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-2612] in [/home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2612/target/jersey-2612-4.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2612/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2612/target/jersey-2612-4.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-2612 --- [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/ci-cd-integration_4.0/tests/integration/jersey-2612/target/bom.xml [INFO] attaching as jersey-2612-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2612/target/bom.json [INFO] attaching as jersey-2612-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-2612 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2612/target/jersey-2612-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:12.0.8:start (start-jetty) @ jersey-2612 --- [INFO] Configuring Jetty for project: jersey-tests-integration-jersey-2612 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2612/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2612/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2612/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2612/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/ee10/webapp/webdefault-ee10.xml [INFO] Web overrides = none [INFO] jetty-12.0.8; built: 2024-03-29T19:58:19.443Z; git: ffffdcc3c863b8f49901cc7c84a8157ebc5d15f9; jvm 21.0.2+13-58 [INFO] Session workerName=node0 [INFO] Started oeje10mp.MavenWebAppContext@6ffc1f70{ROOT,/,b=file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2612/src/main/webapp/,a=AVAILABLE,h=oeje10s.SessionHandler@5a518fcb{STARTED}}{file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2612/src/main/webapp/} Apr 10, 2024 1:04:19 PM 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. Apr 10, 2024 1:04:19 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. [INFO] Started oeje10mp.MavenWebAppContext@6ffc1f70{ROOT,/,b=file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2612/src/main/webapp/,a=AVAILABLE,h=oeje10s.SessionHandler@5a518fcb{STARTED}}{file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2612/src/main/webapp/} [INFO] Started ServerConnector@4aa98a6c{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started oejs.Server@609df118{STARTING}[12.0.8,sto=0] @3432485ms [INFO] [INFO] --- failsafe:3.2.5:integration-test (default) @ jersey-2612 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2612/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.jersey2612.Jersey2612ITCase Apr 10, 2024 1:04:20 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Apr 10, 2024 1:04:20 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Apr 10, 2024 1:04:20 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Apr 10, 2024 1:04:20 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.743 s -- in org.glassfish.jersey.tests.integration.jersey2612.Jersey2612ITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:12.0.8:stop (stop-jetty) @ jersey-2612 --- [INFO] Waiting 10 seconds for jetty 159 to stop [INFO] Stopped oejs.Server@609df118{STOPPING}[12.0.8,sto=0] [INFO] Stopped ServerConnector@4aa98a6c{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Stopped oeje10mp.MavenWebAppContext@6ffc1f70{ROOT,/,b=file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2612/src/main/webapp/,a=AVAILABLE,h=oeje10s.SessionHandler@5a518fcb{STOPPED}}{file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2612/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.5:verify (default) @ jersey-2612 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2612/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-2612 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2612/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2612/4.0.99-SNAPSHOT/jersey-2612-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2612/target/jersey-2612-4.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2612/4.0.99-SNAPSHOT/jersey-2612-4.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2612/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2612/4.0.99-SNAPSHOT/jersey-2612-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2612/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2612/4.0.99-SNAPSHOT/jersey-2612-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2612/target/jersey-2612-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2612/4.0.99-SNAPSHOT/jersey-2612-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-2612 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2637 >--------- [INFO] Building jersey-tests-integration-jersey-2637 4.0.99-SNAPSHOT [184/372] [INFO] from tests/integration/jersey-2637/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-2637 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-2637 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-2637 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-2637 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-2637 --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-2637 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2637/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-2637 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-2637 --- [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-2637 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-2637 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2637/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-2637 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-2637 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-2637 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2637/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-2637 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 17] to target/test-classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-2637 --- [INFO] Reserved port 35217 for jersey.config.test.container.port [INFO] Reserved port 45307 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jersey-2637 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-2637 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-2637] in [/home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2637/target/jersey-2637-4.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2637/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2637/target/jersey-2637-4.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-2637 --- [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/ci-cd-integration_4.0/tests/integration/jersey-2637/target/bom.xml [INFO] attaching as jersey-2637-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2637/target/bom.json [INFO] attaching as jersey-2637-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-2637 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2637/target/jersey-2637-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:12.0.8:start (start-jetty) @ jersey-2637 --- [INFO] Configuring Jetty for project: jersey-tests-integration-jersey-2637 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2637/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2637/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2637/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2637/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/ee10/webapp/webdefault-ee10.xml [INFO] Web overrides = none [INFO] jetty-12.0.8; built: 2024-03-29T19:58:19.443Z; git: ffffdcc3c863b8f49901cc7c84a8157ebc5d15f9; jvm 21.0.2+13-58 [INFO] Session workerName=node0 [INFO] Started oeje10mp.MavenWebAppContext@7a9911ee{ROOT,/,b=file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2637/src/main/webapp/,a=AVAILABLE,h=oeje10s.SessionHandler@2d595e7{STARTED}}{file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2637/src/main/webapp/} Apr 10, 2024 1:04:23 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:04:23 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:04:23 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Started oeje10mp.MavenWebAppContext@7a9911ee{ROOT,/,b=file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2637/src/main/webapp/,a=AVAILABLE,h=oeje10s.SessionHandler@2d595e7{STARTED}}{file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2637/src/main/webapp/} [INFO] Started ServerConnector@410a4424{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started oejs.Server@7e0ca2ca{STARTING}[12.0.8,sto=0] @3436563ms [INFO] [INFO] --- failsafe:3.2.5:integration-test (default) @ jersey-2637 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2637/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.jersey2637.Jersey2637EnabledITCase Apr 10, 2024 1:04:24 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Apr 10, 2024 1:04:25 PM org.glassfish.jersey.servlet.WebComponent filterFormParameters WARNING: A servlet request to the URI http://localhost:9998/defaut?username=user&password=pass contains form parameters in the request body but the request body has been consumed by the servlet or a servlet filter accessing the request parameters. Only resource methods using @FormParam will work as expected. Resource methods consuming the request body by other means will not work as expected. Apr 10, 2024 1:04:25 PM org.glassfish.jersey.servlet.WebComponent filterFormParameters WARNING: A servlet request to the URI http://localhost:9998/enabled?username=user&password=pass contains form parameters in the request body but the request body has been consumed by the servlet or a servlet filter accessing the request parameters. Only resource methods using @FormParam will work as expected. Resource methods consuming the request body by other means will not work as expected. Apr 10, 2024 1:04:25 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Apr 10, 2024 1:04:25 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Apr 10, 2024 1:04:25 PM org.glassfish.jersey.servlet.WebComponent filterFormParameters WARNING: A servlet request to the URI http://localhost:9998/defaut?username=user&password=pass contains form parameters in the request body but the request body has been consumed by the servlet or a servlet filter accessing the request parameters. Only resource methods using @FormParam will work as expected. Resource methods consuming the request body by other means will not work as expected. Apr 10, 2024 1:04:25 PM org.glassfish.jersey.servlet.WebComponent filterFormParameters WARNING: A servlet request to the URI http://localhost:9998/enabled?username=user&password=pass contains form parameters in the request body but the request body has been consumed by the servlet or a servlet filter accessing the request parameters. Only resource methods using @FormParam will work as expected. Resource methods consuming the request body by other means will not work as expected. Apr 10, 2024 1:04:25 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Apr 10, 2024 1:04:25 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Apr 10, 2024 1:04:25 PM org.glassfish.jersey.servlet.WebComponent filterFormParameters WARNING: A servlet request to the URI http://localhost:9998/defaut contains form parameters in the request body but the request body has been consumed by the servlet or a servlet filter accessing the request parameters. Only resource methods using @FormParam will work as expected. Resource methods consuming the request body by other means will not work as expected. Apr 10, 2024 1:04:25 PM org.glassfish.jersey.servlet.WebComponent filterFormParameters WARNING: A servlet request to the URI http://localhost:9998/enabled contains form parameters in the request body but the request body has been consumed by the servlet or a servlet filter accessing the request parameters. Only resource methods using @FormParam will work as expected. Resource methods consuming the request body by other means will not work as expected. Apr 10, 2024 1:04:25 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Apr 10, 2024 1:04:25 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Apr 10, 2024 1:04:25 PM org.glassfish.jersey.servlet.WebComponent filterFormParameters WARNING: A servlet request to the URI http://localhost:9998/defaut?username=user&password=pass&username=user&password=pass contains form parameters in the request body but the request body has been consumed by the servlet or a servlet filter accessing the request parameters. Only resource methods using @FormParam will work as expected. Resource methods consuming the request body by other means will not work as expected. Apr 10, 2024 1:04:25 PM org.glassfish.jersey.servlet.WebComponent filterFormParameters WARNING: A servlet request to the URI http://localhost:9998/enabled?username=user&password=pass&username=user&password=pass contains form parameters in the request body but the request body has been consumed by the servlet or a servlet filter accessing the request parameters. Only resource methods using @FormParam will work as expected. Resource methods consuming the request body by other means will not work as expected. Apr 10, 2024 1:04:25 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Apr 10, 2024 1:04:25 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Apr 10, 2024 1:04:25 PM org.glassfish.jersey.servlet.WebComponent filterFormParameters WARNING: A servlet request to the URI http://localhost:9998/defaut?username=us%20er&password=pass contains form parameters in the request body but the request body has been consumed by the servlet or a servlet filter accessing the request parameters. Only resource methods using @FormParam will work as expected. Resource methods consuming the request body by other means will not work as expected. Apr 10, 2024 1:04:25 PM org.glassfish.jersey.servlet.WebComponent filterFormParameters WARNING: A servlet request to the URI http://localhost:9998/enabled?username=us%20er&password=pass contains form parameters in the request body but the request body has been consumed by the servlet or a servlet filter accessing the request parameters. Only resource methods using @FormParam will work as expected. Resource methods consuming the request body by other means will not work as expected. Apr 10, 2024 1:04:25 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.446 s -- in org.glassfish.jersey.tests.integration.jersey2637.Jersey2637EnabledITCase [INFO] Running org.glassfish.jersey.tests.integration.jersey2637.Jersey2637DisabledITCase Apr 10, 2024 1:04:25 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Apr 10, 2024 1:04:25 PM org.glassfish.jersey.servlet.WebComponent filterFormParameters WARNING: A servlet request to the URI http://localhost:9998/disabled?username=user&password=pass contains form parameters in the request body but the request body has been consumed by the servlet or a servlet filter accessing the request parameters. Only resource methods using @FormParam will work as expected. Resource methods consuming the request body by other means will not work as expected. Apr 10, 2024 1:04:25 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Apr 10, 2024 1:04:25 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Apr 10, 2024 1:04:25 PM org.glassfish.jersey.servlet.WebComponent filterFormParameters WARNING: A servlet request to the URI http://localhost:9998/disabled contains form parameters in the request body but the request body has been consumed by the servlet or a servlet filter accessing the request parameters. Only resource methods using @FormParam will work as expected. Resource methods consuming the request body by other means will not work as expected. Apr 10, 2024 1:04:25 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Apr 10, 2024 1:04:26 PM org.glassfish.jersey.servlet.WebComponent filterFormParameters WARNING: A servlet request to the URI http://localhost:9998/disabled?username=user&password=pass&username=user&password=pass contains form parameters in the request body but the request body has been consumed by the servlet or a servlet filter accessing the request parameters. Only resource methods using @FormParam will work as expected. Resource methods consuming the request body by other means will not work as expected. Apr 10, 2024 1:04:26 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Apr 10, 2024 1:04:26 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.228 s -- in org.glassfish.jersey.tests.integration.jersey2637.Jersey2637DisabledITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:12.0.8:stop (stop-jetty) @ jersey-2637 --- [INFO] Waiting 10 seconds for jetty 159 to stop [INFO] Stopped oejs.Server@7e0ca2ca{STOPPING}[12.0.8,sto=0] [INFO] Stopped ServerConnector@410a4424{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Stopped oeje10mp.MavenWebAppContext@7a9911ee{ROOT,/,b=file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2637/src/main/webapp/,a=AVAILABLE,h=oeje10s.SessionHandler@2d595e7{STOPPED}}{file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2637/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.5:verify (default) @ jersey-2637 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2637/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-2637 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2637/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2637/4.0.99-SNAPSHOT/jersey-2637-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2637/target/jersey-2637-4.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2637/4.0.99-SNAPSHOT/jersey-2637-4.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2637/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2637/4.0.99-SNAPSHOT/jersey-2637-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2637/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2637/4.0.99-SNAPSHOT/jersey-2637-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2637/target/jersey-2637-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2637/4.0.99-SNAPSHOT/jersey-2637-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-2637 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2654 >--------- [INFO] Building jersey-tests-integration-jersey-2654 4.0.99-SNAPSHOT [185/372] [INFO] from tests/integration/jersey-2654/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-2654 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-2654 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-2654 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-2654 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-2654 --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-2654 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2654/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-2654 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-2654 --- [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-2654 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-2654 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2654/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-2654 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-2654 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-2654 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2654/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-2654 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-2654 --- [INFO] Reserved port 45373 for jersey.config.test.container.port [INFO] Reserved port 40425 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jersey-2654 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-2654 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-2654] in [/home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2654/target/jersey-2654-4.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2654/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2654/target/jersey-2654-4.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-2654 --- [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/ci-cd-integration_4.0/tests/integration/jersey-2654/target/bom.xml [INFO] attaching as jersey-2654-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2654/target/bom.json [INFO] attaching as jersey-2654-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-2654 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2654/target/jersey-2654-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:12.0.8:start (start-jetty) @ jersey-2654 --- [INFO] Configuring Jetty for project: jersey-tests-integration-jersey-2654 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2654/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2654/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2654/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2654/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/ee10/webapp/webdefault-ee10.xml [INFO] Web overrides = none [INFO] jetty-12.0.8; built: 2024-03-29T19:58:19.443Z; git: ffffdcc3c863b8f49901cc7c84a8157ebc5d15f9; jvm 21.0.2+13-58 [INFO] Session workerName=node0 [INFO] Started oeje10mp.MavenWebAppContext@22922b6e{ROOT,/,b=file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2654/src/main/webapp/,a=AVAILABLE,h=oeje10s.SessionHandler@52600ff2{STARTED}}{file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2654/src/main/webapp/} Apr 10, 2024 1:04:28 PM 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. Apr 10, 2024 1:04:28 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Apr 10, 2024 1:04:28 PM org.glassfish.jersey.internal.util.ExtendedLogger warning WARNING: The root of the app was not properly defined. Either use a Servlet 3.x container or add an init-param jersey.config.servlet.filter.contextPath to the filter configuration. Due to Servlet 2.x API, Jersey cannot determine the request base URI solely from the ServletContext. The application will most likely not work. [INFO] Started oeje10mp.MavenWebAppContext@22922b6e{ROOT,/,b=file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2654/src/main/webapp/,a=AVAILABLE,h=oeje10s.SessionHandler@52600ff2{STARTED}}{file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2654/src/main/webapp/} [INFO] Started ServerConnector@79e20668{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started oejs.Server@79a1389e{STARTING}[12.0.8,sto=0] @3441462ms [INFO] [INFO] --- failsafe:3.2.5:integration-test (default) @ jersey-2654 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2654/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.jersey2654.Jersey2654ITCase Apr 10, 2024 1:04:29 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.211 s -- in org.glassfish.jersey.tests.integration.jersey2654.Jersey2654ITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:12.0.8:stop (stop-jetty) @ jersey-2654 --- [INFO] Waiting 10 seconds for jetty 159 to stop [INFO] Stopped oejs.Server@79a1389e{STOPPING}[12.0.8,sto=0] [INFO] Stopped ServerConnector@79e20668{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Stopped oeje10mp.MavenWebAppContext@22922b6e{ROOT,/,b=file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2654/src/main/webapp/,a=AVAILABLE,h=oeje10s.SessionHandler@52600ff2{STOPPED}}{file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2654/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.5:verify (default) @ jersey-2654 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2654/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-2654 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2654/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2654/4.0.99-SNAPSHOT/jersey-2654-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2654/target/jersey-2654-4.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2654/4.0.99-SNAPSHOT/jersey-2654-4.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2654/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2654/4.0.99-SNAPSHOT/jersey-2654-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2654/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2654/4.0.99-SNAPSHOT/jersey-2654-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2654/target/jersey-2654-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2654/4.0.99-SNAPSHOT/jersey-2654-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-2654 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2673 >--------- [INFO] Building jersey-tests-integration-jersey-2673 4.0.99-SNAPSHOT [186/372] [INFO] from tests/integration/jersey-2673/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-2673 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-2673 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-2673 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-2673 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-2673 --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-2673 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2673/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-2673 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-2673 --- [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-2673 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-2673 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2673/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-2673 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2673/src/main/java/org/glassfish/jersey/tests/integration/jersey2673/SampleBean.java: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2673/src/main/java/org/glassfish/jersey/tests/integration/jersey2673/SampleBean.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2673/src/main/java/org/glassfish/jersey/tests/integration/jersey2673/SampleBean.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-2673 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2673/src/main/java/org/glassfish/jersey/tests/integration/jersey2673/SampleBean.java: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2673/src/main/java/org/glassfish/jersey/tests/integration/jersey2673/SampleBean.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2673/src/main/java/org/glassfish/jersey/tests/integration/jersey2673/SampleBean.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-2673 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2673/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-2673 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-2673 --- [INFO] Reserved port 37833 for jersey.config.test.container.port [INFO] Reserved port 40909 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jersey-2673 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-2673 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-2673] in [/home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2673/target/jersey-2673-4.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2673/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2673/target/jersey-2673-4.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-2673 --- [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/ci-cd-integration_4.0/tests/integration/jersey-2673/target/bom.xml [INFO] attaching as jersey-2673-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2673/target/bom.json [INFO] attaching as jersey-2673-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-2673 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2673/target/jersey-2673-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:12.0.8:start (start-jetty) @ jersey-2673 --- [INFO] Configuring Jetty for project: jersey-tests-integration-jersey-2673 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2673/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2673/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2673/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2673/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/ee10/webapp/webdefault-ee10.xml [INFO] Web overrides = none [INFO] jetty-12.0.8; built: 2024-03-29T19:58:19.443Z; git: ffffdcc3c863b8f49901cc7c84a8157ebc5d15f9; jvm 21.0.2+13-58 [INFO] Session workerName=node0 [INFO] Started oeje10mp.MavenWebAppContext@3b5d99ef{ROOT,/,b=file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2673/src/main/webapp/,a=AVAILABLE,h=oeje10s.SessionHandler@fdb1945{STARTED}}{file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2673/src/main/webapp/} Apr 10, 2024 1:04:32 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:04:32 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final [INFO] Started oeje10mp.MavenWebAppContext@3b5d99ef{ROOT,/,b=file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2673/src/main/webapp/,a=AVAILABLE,h=oeje10s.SessionHandler@fdb1945{STARTED}}{file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2673/src/main/webapp/} [INFO] Started ServerConnector@40b92085{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started oejs.Server@14a942fb{STARTING}[12.0.8,sto=0] @3445629ms [INFO] [INFO] --- failsafe:3.2.5:integration-test (default) @ jersey-2673 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2673/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.jersey2673.Jersey2673ITCase Apr 10, 2024 1:04:33 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Apr 10, 2024 1:04:34 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.062 s -- in org.glassfish.jersey.tests.integration.jersey2673.Jersey2673ITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:12.0.8:stop (stop-jetty) @ jersey-2673 --- [INFO] Waiting 10 seconds for jetty 159 to stop [INFO] Stopped oejs.Server@14a942fb{STOPPING}[12.0.8,sto=0] [INFO] Stopped ServerConnector@40b92085{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Stopped oeje10mp.MavenWebAppContext@3b5d99ef{ROOT,/,b=file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2673/src/main/webapp/,a=AVAILABLE,h=oeje10s.SessionHandler@fdb1945{STOPPED}}{file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2673/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.5:verify (default) @ jersey-2673 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2673/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-2673 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2673/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2673/4.0.99-SNAPSHOT/jersey-2673-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2673/target/jersey-2673-4.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2673/4.0.99-SNAPSHOT/jersey-2673-4.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2673/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2673/4.0.99-SNAPSHOT/jersey-2673-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2673/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2673/4.0.99-SNAPSHOT/jersey-2673-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2673/target/jersey-2673-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2673/4.0.99-SNAPSHOT/jersey-2673-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-2673 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2689 >--------- [INFO] Building jersey-tests-integration-jersey-2689 4.0.99-SNAPSHOT [187/372] [INFO] from tests/integration/jersey-2689/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-2689 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-2689 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-2689 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-2689 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-2689 --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-2689 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2689/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-2689 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-2689 --- [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-2689 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-2689 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2689/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-2689 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2689/src/main/java/org/glassfish/jersey/tests/integration/jersey2689/SampleBean.java: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2689/src/main/java/org/glassfish/jersey/tests/integration/jersey2689/SampleBean.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2689/src/main/java/org/glassfish/jersey/tests/integration/jersey2689/SampleBean.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-2689 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2689/src/main/java/org/glassfish/jersey/tests/integration/jersey2689/SampleBean.java: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2689/src/main/java/org/glassfish/jersey/tests/integration/jersey2689/SampleBean.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2689/src/main/java/org/glassfish/jersey/tests/integration/jersey2689/SampleBean.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-2689 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2689/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-2689 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-2689 --- [INFO] Reserved port 35459 for jersey.config.test.container.port [INFO] Reserved port 46643 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jersey-2689 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-2689 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-2689] in [/home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2689/target/jersey-2689-4.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2689/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2689/target/jersey-2689-4.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-2689 --- [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/ci-cd-integration_4.0/tests/integration/jersey-2689/target/bom.xml [INFO] attaching as jersey-2689-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2689/target/bom.json [INFO] attaching as jersey-2689-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-2689 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2689/target/jersey-2689-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:12.0.8:start (start-jetty) @ jersey-2689 --- [INFO] Configuring Jetty for project: jersey-tests-integration-jersey-2689 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2689/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2689/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2689/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2689/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/ee10/webapp/webdefault-ee10.xml [INFO] Web overrides = none [INFO] jetty-12.0.8; built: 2024-03-29T19:58:19.443Z; git: ffffdcc3c863b8f49901cc7c84a8157ebc5d15f9; jvm 21.0.2+13-58 [INFO] Session workerName=node0 [INFO] Started oeje10mp.MavenWebAppContext@2d8b89bf{ROOT,/,b=file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2689/src/main/webapp/,a=AVAILABLE,h=oeje10s.SessionHandler@1cd112a9{STARTED}}{file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2689/src/main/webapp/} Apr 10, 2024 1:04:37 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:04:37 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final [INFO] Started oeje10mp.MavenWebAppContext@2d8b89bf{ROOT,/,b=file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2689/src/main/webapp/,a=AVAILABLE,h=oeje10s.SessionHandler@1cd112a9{STARTED}}{file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2689/src/main/webapp/} [INFO] Started ServerConnector@21dd32c2{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started oejs.Server@9aa3f07{STARTING}[12.0.8,sto=0] @3450883ms [INFO] [INFO] --- failsafe:3.2.5:integration-test (default) @ jersey-2689 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2689/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.jersey2689.Jersey2689ITCase Apr 10, 2024 1:04:38 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.973 s -- in org.glassfish.jersey.tests.integration.jersey2689.Jersey2689ITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:12.0.8:stop (stop-jetty) @ jersey-2689 --- [INFO] Waiting 10 seconds for jetty 159 to stop [INFO] Stopped oejs.Server@9aa3f07{STOPPING}[12.0.8,sto=0] [INFO] Stopped ServerConnector@21dd32c2{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Stopped oeje10mp.MavenWebAppContext@2d8b89bf{ROOT,/,b=file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2689/src/main/webapp/,a=AVAILABLE,h=oeje10s.SessionHandler@1cd112a9{STOPPED}}{file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2689/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.5:verify (default) @ jersey-2689 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2689/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-2689 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2689/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2689/4.0.99-SNAPSHOT/jersey-2689-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2689/target/jersey-2689-4.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2689/4.0.99-SNAPSHOT/jersey-2689-4.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2689/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2689/4.0.99-SNAPSHOT/jersey-2689-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2689/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2689/4.0.99-SNAPSHOT/jersey-2689-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2689/target/jersey-2689-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2689/4.0.99-SNAPSHOT/jersey-2689-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-2689 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2704 >--------- [INFO] Building jersey-tests-integration-jersey-2704 4.0.99-SNAPSHOT [188/372] [INFO] from tests/integration/jersey-2704/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-2704 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-2704 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-2704 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-2704 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-2704 --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-2704 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2704/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-2704 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-2704 --- [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-2704 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-2704 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2704/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-2704 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-2704 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-2704 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2704/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-2704 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2704/src/test/java/org/glassfish/jersey/tests/integration/jersey2704/Jersey2704ITCase.java: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2704/src/test/java/org/glassfish/jersey/tests/integration/jersey2704/Jersey2704ITCase.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2704/src/test/java/org/glassfish/jersey/tests/integration/jersey2704/Jersey2704ITCase.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-2704 --- [INFO] Reserved port 43585 for jersey.config.test.container.port [INFO] Reserved port 35747 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jersey-2704 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-2704 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-2704] in [/home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2704/target/jersey-2704-4.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2704/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2704/target/jersey-2704-4.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-2704 --- [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/ci-cd-integration_4.0/tests/integration/jersey-2704/target/bom.xml [INFO] attaching as jersey-2704-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2704/target/bom.json [INFO] attaching as jersey-2704-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-2704 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2704/target/jersey-2704-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:12.0.8:start (start-jetty) @ jersey-2704 --- [INFO] Configuring Jetty for project: jersey-tests-integration-jersey-2704 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2704/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2704/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2704/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2704/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/ee10/webapp/webdefault-ee10.xml [INFO] Web overrides = none [INFO] jetty-12.0.8; built: 2024-03-29T19:58:19.443Z; git: ffffdcc3c863b8f49901cc7c84a8157ebc5d15f9; jvm 21.0.2+13-58 [INFO] Session workerName=node0 [INFO] Started oeje10mp.MavenWebAppContext@7b6c32a5{ROOT,/,b=file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2704/src/main/webapp/,a=AVAILABLE,h=oeje10s.SessionHandler@3c686663{STARTED}}{file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2704/src/main/webapp/} Apr 10, 2024 1:04:42 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Started oeje10mp.MavenWebAppContext@7b6c32a5{ROOT,/,b=file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2704/src/main/webapp/,a=AVAILABLE,h=oeje10s.SessionHandler@3c686663{STARTED}}{file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2704/src/main/webapp/} [INFO] Started ServerConnector@3b2b480c{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started oejs.Server@65ecbe8c{STARTING}[12.0.8,sto=0] @3455372ms [INFO] [INFO] --- failsafe:3.2.5:integration-test (default) @ jersey-2704 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2704/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.jersey2704.Jersey2704ITCase Apr 10, 2024 1:04:43 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Apr 10, 2024 1:04:43 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.233 s -- in org.glassfish.jersey.tests.integration.jersey2704.Jersey2704ITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:12.0.8:stop (stop-jetty) @ jersey-2704 --- [INFO] Waiting 10 seconds for jetty 159 to stop [INFO] Stopped oejs.Server@65ecbe8c{STOPPING}[12.0.8,sto=0] [INFO] Stopped ServerConnector@3b2b480c{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Stopped oeje10mp.MavenWebAppContext@7b6c32a5{ROOT,/,b=file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2704/src/main/webapp/,a=AVAILABLE,h=oeje10s.SessionHandler@3c686663{STOPPED}}{file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2704/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.5:verify (default) @ jersey-2704 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2704/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-2704 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2704/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2704/4.0.99-SNAPSHOT/jersey-2704-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2704/target/jersey-2704-4.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2704/4.0.99-SNAPSHOT/jersey-2704-4.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2704/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2704/4.0.99-SNAPSHOT/jersey-2704-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2704/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2704/4.0.99-SNAPSHOT/jersey-2704-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2704/target/jersey-2704-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2704/4.0.99-SNAPSHOT/jersey-2704-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-2704 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2776 >--------- [INFO] Building jersey-tests-integration-jersey-2776 4.0.99-SNAPSHOT [189/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-2776 --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-2776 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-2776 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-2776 --- [INFO] Reserved port 33673 for jersey.config.test.container.port [INFO] Reserved port 43913 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5: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/ci-cd-integration_4.0/tests/integration/jersey-2776/target/jersey-2776-4.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/tests/integration/jersey-2776/target/jersey-2776-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- failsafe:3.2.5:integration-test (default) @ jersey-2776 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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.003 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.5:verify (default) @ jersey-2776 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2776/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-2776 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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-2794 >--------- [INFO] Building jersey-tests-integration-jersey-2794 4.0.99-SNAPSHOT [190/372] [INFO] from tests/integration/jersey-2794/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-2794 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-2794 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-2794 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-2794 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-2794 --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-2794 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2794/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-2794 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-2794 --- [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-2794 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-2794 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2794/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-2794 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-2794 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-2794 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2794/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-2794 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2794/src/test/java/org/glassfish/jersey/tests/integration/jersey2794/Jersey2794ITCase.java: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2794/src/test/java/org/glassfish/jersey/tests/integration/jersey2794/Jersey2794ITCase.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2794/src/test/java/org/glassfish/jersey/tests/integration/jersey2794/Jersey2794ITCase.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-2794 --- [INFO] Reserved port 42431 for jersey.config.test.container.port [INFO] Reserved port 38975 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jersey-2794 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-2794 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-2794] in [/home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2794/target/jersey-2794-4.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2794/target/jersey-2794-4.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-2794 --- [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/ci-cd-integration_4.0/tests/integration/jersey-2794/target/bom.xml [INFO] attaching as jersey-2794-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2794/target/bom.json [INFO] attaching as jersey-2794-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-2794 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2794/target/jersey-2794-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:12.0.8:start (start-jetty) @ jersey-2794 --- [INFO] Configuring Jetty for project: jersey-tests-integration-jersey-2794 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2794/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2794/target/tmp [INFO] web.xml file = null [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2794/target/webapp-synth [INFO] Web defaults = org/eclipse/jetty/ee10/webapp/webdefault-ee10.xml [INFO] Web overrides = none [INFO] jetty-12.0.8; built: 2024-03-29T19:58:19.443Z; git: ffffdcc3c863b8f49901cc7c84a8157ebc5d15f9; jvm 21.0.2+13-58 [INFO] Session workerName=node0 [INFO] Started oeje10mp.MavenWebAppContext@74373ea5{ROOT,/,b=file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2794/target/webapp-synth/,a=AVAILABLE,h=oeje10s.SessionHandler@53e4c03{STARTED}}{file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2794/target/webapp-synth/} Apr 10, 2024 1:04:47 PM 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. Apr 10, 2024 1:04:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. [INFO] Started oeje10mp.MavenWebAppContext@74373ea5{ROOT,/,b=file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2794/target/webapp-synth/,a=AVAILABLE,h=oeje10s.SessionHandler@53e4c03{STARTED}}{file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2794/target/webapp-synth/} [INFO] Started ServerConnector@4cb2951d{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started oejs.Server@7226fb55{STARTING}[12.0.8,sto=0] @3461060ms [INFO] [INFO] --- failsafe:3.2.5:integration-test (default) @ jersey-2794 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2794/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.jersey2794.Jersey2794ITCase Apr 10, 2024 1:04:48 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.513 s -- in org.glassfish.jersey.tests.integration.jersey2794.Jersey2794ITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:12.0.8:stop (stop-jetty) @ jersey-2794 --- [INFO] Waiting 10 seconds for jetty 159 to stop [INFO] Stopped oejs.Server@7226fb55{STOPPING}[12.0.8,sto=0] [INFO] Stopped ServerConnector@4cb2951d{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Stopped oeje10mp.MavenWebAppContext@74373ea5{ROOT,/,b=file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2794/target/webapp-synth/,a=AVAILABLE,h=oeje10s.SessionHandler@53e4c03{STOPPED}}{file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2794/target/webapp-synth/} [INFO] [INFO] --- failsafe:3.2.5:verify (default) @ jersey-2794 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2794/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-2794 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2794/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2794/4.0.99-SNAPSHOT/jersey-2794-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2794/target/jersey-2794-4.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2794/4.0.99-SNAPSHOT/jersey-2794-4.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2794/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2794/4.0.99-SNAPSHOT/jersey-2794-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2794/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2794/4.0.99-SNAPSHOT/jersey-2794-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2794/target/jersey-2794-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2794/4.0.99-SNAPSHOT/jersey-2794-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-2794 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2846 >--------- [INFO] Building jersey-tests-integration-jersey-2846 4.0.99-SNAPSHOT [191/372] [INFO] from tests/integration/jersey-2846/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-2846 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-2846 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-2846 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-2846 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-2846 --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-2846 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2846/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-2846 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-2846 --- [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-2846 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-2846 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2846/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-2846 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-2846 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-2846 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2846/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-2846 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-2846 --- [INFO] Reserved port 39623 for jersey.config.test.container.port [INFO] Reserved port 41671 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jersey-2846 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-2846 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-2846] in [/home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2846/target/jersey-2846-4.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2846/target/jersey-2846-4.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-2846 --- [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/ci-cd-integration_4.0/tests/integration/jersey-2846/target/bom.xml [INFO] attaching as jersey-2846-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2846/target/bom.json [INFO] attaching as jersey-2846-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-2846 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2846/target/jersey-2846-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:12.0.8:start (start-jetty) @ jersey-2846 --- [INFO] Configuring Jetty for project: jersey-tests-integration-jersey-2846 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2846/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2846/target/tmp [INFO] web.xml file = null [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2846/target/webapp-synth [INFO] Web defaults = org/eclipse/jetty/ee10/webapp/webdefault-ee10.xml [INFO] Web overrides = none [INFO] jetty-12.0.8; built: 2024-03-29T19:58:19.443Z; git: ffffdcc3c863b8f49901cc7c84a8157ebc5d15f9; jvm 21.0.2+13-58 [INFO] Session workerName=node0 [INFO] Started oeje10mp.MavenWebAppContext@2e45d50d{ROOT,/,b=file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2846/target/webapp-synth/,a=AVAILABLE,h=oeje10s.SessionHandler@2b3bbf93{STARTED}}{file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2846/target/webapp-synth/} Apr 10, 2024 1:04:51 PM 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. Apr 10, 2024 1:04:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. [INFO] Started oeje10mp.MavenWebAppContext@2e45d50d{ROOT,/,b=file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2846/target/webapp-synth/,a=AVAILABLE,h=oeje10s.SessionHandler@2b3bbf93{STARTED}}{file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2846/target/webapp-synth/} [INFO] Started ServerConnector@24ef47f5{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started oejs.Server@1e518599{STARTING}[12.0.8,sto=0] @3464798ms [INFO] [INFO] --- failsafe:3.2.5:integration-test (default) @ jersey-2846 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2846/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.jersey2846.Jersey2846ITCase Apr 10, 2024 1:04:52 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Apr 10, 2024 1:04:54 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Apr 10, 2024 1:04:55 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Apr 10, 2024 1:04:56 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.118 s -- in org.glassfish.jersey.tests.integration.jersey2846.Jersey2846ITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:12.0.8:stop (stop-jetty) @ jersey-2846 --- [INFO] Waiting 10 seconds for jetty 159 to stop [INFO] Stopped oejs.Server@1e518599{STOPPING}[12.0.8,sto=0] [INFO] Stopped ServerConnector@24ef47f5{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Stopped oeje10mp.MavenWebAppContext@2e45d50d{ROOT,/,b=file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2846/target/webapp-synth/,a=AVAILABLE,h=oeje10s.SessionHandler@2b3bbf93{STOPPED}}{file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2846/target/webapp-synth/} [INFO] [INFO] --- failsafe:3.2.5:verify (default) @ jersey-2846 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2846/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-2846 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2846/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2846/4.0.99-SNAPSHOT/jersey-2846-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2846/target/jersey-2846-4.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2846/4.0.99-SNAPSHOT/jersey-2846-4.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2846/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2846/4.0.99-SNAPSHOT/jersey-2846-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2846/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2846/4.0.99-SNAPSHOT/jersey-2846-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2846/target/jersey-2846-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2846/4.0.99-SNAPSHOT/jersey-2846-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-2846 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2878 >--------- [INFO] Building jersey-tests-integration-jersey-2878 4.0.99-SNAPSHOT [192/372] [INFO] from tests/integration/jersey-2878/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-2878 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-2878 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-2878 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-2878 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-2878 --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-2878 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2878/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-2878 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-2878 --- [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-2878 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-2878 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2878/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-2878 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-2878 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-2878 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2878/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-2878 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 17] to target/test-classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-2878 --- [INFO] Reserved port 32847 for jersey.config.test.container.port [INFO] Reserved port 44899 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jersey-2878 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-2878 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-2878] in [/home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2878/target/jersey-2878-4.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2878/target/jersey-2878-4.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-2878 --- [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/ci-cd-integration_4.0/tests/integration/jersey-2878/target/bom.xml [INFO] attaching as jersey-2878-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2878/target/bom.json [INFO] attaching as jersey-2878-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-2878 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2878/target/jersey-2878-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:12.0.8:start (start-jetty) @ jersey-2878 --- [INFO] Configuring Jetty for project: jersey-tests-integration-jersey-2878 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2878/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2878/target/tmp [INFO] web.xml file = null [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2878/target/webapp-synth [INFO] Web defaults = org/eclipse/jetty/ee10/webapp/webdefault-ee10.xml [INFO] Web overrides = none [INFO] jetty-12.0.8; built: 2024-03-29T19:58:19.443Z; git: ffffdcc3c863b8f49901cc7c84a8157ebc5d15f9; jvm 21.0.2+13-58 [INFO] Session workerName=node0 [INFO] Started oeje10mp.MavenWebAppContext@cf9c904{ROOT,/,b=file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2878/target/webapp-synth/,a=AVAILABLE,h=oeje10s.SessionHandler@53df425c{STARTED}}{file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2878/target/webapp-synth/} Apr 10, 2024 1:04:59 PM 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. Apr 10, 2024 1:04:59 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. [INFO] Started oeje10mp.MavenWebAppContext@cf9c904{ROOT,/,b=file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2878/target/webapp-synth/,a=AVAILABLE,h=oeje10s.SessionHandler@53df425c{STARTED}}{file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2878/target/webapp-synth/} [INFO] Started ServerConnector@7170296b{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started oejs.Server@7636e4fc{STARTING}[12.0.8,sto=0] @3473053ms [INFO] [INFO] --- failsafe:3.2.5:integration-test (default) @ jersey-2878 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2878/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.jersey2878.Jersey2878ITCase Apr 10, 2024 1:05:00 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Apr 10, 2024 1:05:01 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Apr 10, 2024 1:05:01 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Apr 10, 2024 1:05:01 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.707 s -- in org.glassfish.jersey.tests.integration.jersey2878.Jersey2878ITCase [INFO] Running org.glassfish.jersey.tests.integration.jersey2878.Jersey2878ApacheITCase Apr 10, 2024 1:05:01 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ SLF4J(W): No SLF4J providers were found. SLF4J(W): Defaulting to no-operation (NOP) logger implementation SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details. Apr 10, 2024 1:05:01 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Apr 10, 2024 1:05:01 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Apr 10, 2024 1:05:01 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.471 s -- in org.glassfish.jersey.tests.integration.jersey2878.Jersey2878ApacheITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:12.0.8:stop (stop-jetty) @ jersey-2878 --- [INFO] Waiting 10 seconds for jetty 159 to stop [INFO] Stopped oejs.Server@7636e4fc{STOPPING}[12.0.8,sto=0] [INFO] Stopped ServerConnector@7170296b{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Stopped oeje10mp.MavenWebAppContext@cf9c904{ROOT,/,b=file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2878/target/webapp-synth/,a=AVAILABLE,h=oeje10s.SessionHandler@53df425c{STOPPED}}{file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2878/target/webapp-synth/} [INFO] [INFO] --- failsafe:3.2.5:verify (default) @ jersey-2878 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2878/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-2878 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2878/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2878/4.0.99-SNAPSHOT/jersey-2878-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2878/target/jersey-2878-4.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2878/4.0.99-SNAPSHOT/jersey-2878-4.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2878/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2878/4.0.99-SNAPSHOT/jersey-2878-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2878/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2878/4.0.99-SNAPSHOT/jersey-2878-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2878/target/jersey-2878-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2878/4.0.99-SNAPSHOT/jersey-2878-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-2878 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2892 >--------- [INFO] Building jersey-tests-integration-jersey-2892 4.0.99-SNAPSHOT [193/372] [INFO] from tests/integration/jersey-2892/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-2892 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-2892 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-2892 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-2892 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-2892 --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-2892 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2892/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-2892 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-2892 --- [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-2892 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-2892 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2892/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-2892 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-2892 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-2892 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2892/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-2892 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 17] to target/test-classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-2892 --- [INFO] Reserved port 37159 for jersey.config.test.container.port [INFO] Reserved port 44665 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jersey-2892 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-2892 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-2892] in [/home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2892/target/jersey-2892-4.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2892/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2892/target/jersey-2892-4.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-2892 --- [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/ci-cd-integration_4.0/tests/integration/jersey-2892/target/bom.xml [INFO] attaching as jersey-2892-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2892/target/bom.json [INFO] attaching as jersey-2892-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-2892 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2892/target/jersey-2892-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:12.0.8:start (start-jetty) @ jersey-2892 --- [INFO] Configuring Jetty for project: jersey-tests-integration-jersey-2892 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2892/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2892/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2892/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2892/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/ee10/webapp/webdefault-ee10.xml [INFO] Web overrides = none [INFO] jetty-12.0.8; built: 2024-03-29T19:58:19.443Z; git: ffffdcc3c863b8f49901cc7c84a8157ebc5d15f9; jvm 21.0.2+13-58 [INFO] Session workerName=node0 [INFO] Started oeje10mp.MavenWebAppContext@2aaf7833{ROOT,/,b=file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2892/src/main/webapp/,a=AVAILABLE,h=oeje10s.SessionHandler@3f07e8bb{STARTED}}{file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2892/src/main/webapp/} [INFO] Started oeje10mp.MavenWebAppContext@2aaf7833{ROOT,/,b=file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2892/src/main/webapp/,a=AVAILABLE,h=oeje10s.SessionHandler@3f07e8bb{STARTED}}{file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2892/src/main/webapp/} [INFO] Started ServerConnector@323a57e1{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started oejs.Server@7339ca50{STARTING}[12.0.8,sto=0] @3479681ms [INFO] [INFO] --- failsafe:3.2.5:integration-test (default) @ jersey-2892 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2892/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.jersey2892.Jersey2892JacksonITCase Apr 10, 2024 1:05:07 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Apr 10, 2024 1:05:08 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Apr 10, 2024 1:05:08 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.253 s -- in org.glassfish.jersey.tests.integration.jersey2892.Jersey2892JacksonITCase [INFO] Running org.glassfish.jersey.tests.integration.jersey2892.J605MoxyITCase Apr 10, 2024 1:05:08 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Apr 10, 2024 1:05:08 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Apr 10, 2024 1:05:08 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.216 s -- in org.glassfish.jersey.tests.integration.jersey2892.J605MoxyITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:12.0.8:stop (stop-jetty) @ jersey-2892 --- [INFO] Waiting 10 seconds for jetty 159 to stop [INFO] Stopped oejs.Server@7339ca50{STOPPING}[12.0.8,sto=0] [INFO] Stopped ServerConnector@323a57e1{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Stopped oeje10mp.MavenWebAppContext@2aaf7833{ROOT,/,b=file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2892/src/main/webapp/,a=AVAILABLE,h=oeje10s.SessionHandler@3f07e8bb{STOPPED}}{file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2892/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.5:verify (default) @ jersey-2892 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2892/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-2892 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2892/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2892/4.0.99-SNAPSHOT/jersey-2892-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2892/target/jersey-2892-4.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2892/4.0.99-SNAPSHOT/jersey-2892-4.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2892/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2892/4.0.99-SNAPSHOT/jersey-2892-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2892/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2892/4.0.99-SNAPSHOT/jersey-2892-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-2892/target/jersey-2892-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2892/4.0.99-SNAPSHOT/jersey-2892-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-2892 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-3662 >--------- [INFO] Building jersey-3662 4.0.99-SNAPSHOT [194/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-3662 --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-3662 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-3662 --- [INFO] Reserved port 46843 for jersey.config.test.container.port [INFO] Reserved port 33023 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jersey-3662 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 Apr 10, 2024 1:05:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Apr 10, 2024 1:05:10 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:05:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:05:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 1:05:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.938 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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [195/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-3670 --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-3670 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-3670/src/main/java/org/glassfish/jersey/tests/integration/jersey3670/MyConverterProvider.java: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-3670/src/main/java/org/glassfish/jersey/tests/integration/jersey3670/MyConverterProvider.java: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-3670 --- [INFO] Reserved port 45001 for jersey.config.test.container.port [INFO] Reserved port 35341 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jersey-3670 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 Apr 10, 2024 1:05:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Apr 10, 2024 1:05:13 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:05:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:05:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 1:05:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.921 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/ci-cd-integration_4.0/tests/integration/jersey-3670/target/jersey-3670-4.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-3670/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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-3796 >--------- [INFO] Building jersey-tests-integration-jersey-3796 4.0.99-SNAPSHOT [196/372] [INFO] from tests/integration/jersey-3796/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-3796 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-3796 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-3796 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-3796 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-3796 --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-3796 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-3796/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-3796 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-3796 --- [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-3796 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-3796 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-3796/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-3796 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-3796/src/main/java/org/glassfish/jersey/tests/integration/jersey3796/MyProvider.java: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-3796/src/main/java/org/glassfish/jersey/tests/integration/jersey3796/MyProvider.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-3796/src/main/java/org/glassfish/jersey/tests/integration/jersey3796/MyProvider.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-3796 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-3796/src/main/java/org/glassfish/jersey/tests/integration/jersey3796/MyProvider.java: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-3796/src/main/java/org/glassfish/jersey/tests/integration/jersey3796/MyProvider.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-3796/src/main/java/org/glassfish/jersey/tests/integration/jersey3796/MyProvider.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-3796 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-3796/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-3796 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-3796 --- [INFO] Reserved port 41561 for jersey.config.test.container.port [INFO] Reserved port 34111 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jersey-3796 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-3796 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-3796] in [/home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-3796/target/jersey-3796-4.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-3796/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-3796/target/jersey-3796-4.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-3796 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 26 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-3796/target/bom.xml [INFO] attaching as jersey-3796-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-3796/target/bom.json [INFO] attaching as jersey-3796-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-3796 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-3796/target/jersey-3796-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:12.0.8:start (start-jetty) @ jersey-3796 --- [INFO] Configuring Jetty for project: jersey-tests-integration-jersey-3796 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-3796/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-3796/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-3796/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-3796/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/ee10/webapp/webdefault-ee10.xml [INFO] Web overrides = none [INFO] jetty-12.0.8; built: 2024-03-29T19:58:19.443Z; git: ffffdcc3c863b8f49901cc7c84a8157ebc5d15f9; jvm 21.0.2+13-58 [INFO] Session workerName=node0 [INFO] Started oeje10mp.MavenWebAppContext@2e32781e{ROOT,/,b=file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-3796/src/main/webapp/,a=AVAILABLE,h=oeje10s.SessionHandler@1f79ea29{STARTED}}{file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-3796/src/main/webapp/} Apr 10, 2024 1:05:18 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Started oeje10mp.MavenWebAppContext@2e32781e{ROOT,/,b=file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-3796/src/main/webapp/,a=AVAILABLE,h=oeje10s.SessionHandler@1f79ea29{STARTED}}{file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-3796/src/main/webapp/} [INFO] Started ServerConnector@286e8b5a{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started oejs.Server@f0bf596{STARTING}[12.0.8,sto=0] @3491474ms [INFO] [INFO] --- failsafe:3.2.5:integration-test (default) @ jersey-3796 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-3796/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.jersey3796.Jersey3796ITCase Apr 10, 2024 1:05:19 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.927 s -- in org.glassfish.jersey.tests.integration.jersey3796.Jersey3796ITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:12.0.8:stop (stop-jetty) @ jersey-3796 --- [INFO] Waiting 10 seconds for jetty 159 to stop [INFO] Stopped oejs.Server@f0bf596{STOPPING}[12.0.8,sto=0] [INFO] Stopped ServerConnector@286e8b5a{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Stopped oeje10mp.MavenWebAppContext@2e32781e{ROOT,/,b=file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-3796/src/main/webapp/,a=AVAILABLE,h=oeje10s.SessionHandler@1f79ea29{STOPPED}}{file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-3796/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.5:verify (default) @ jersey-3796 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-3796/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-3796 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-3796/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-3796/4.0.99-SNAPSHOT/jersey-3796-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-3796/target/jersey-3796-4.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-3796/4.0.99-SNAPSHOT/jersey-3796-4.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-3796/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-3796/4.0.99-SNAPSHOT/jersey-3796-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-3796/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-3796/4.0.99-SNAPSHOT/jersey-3796-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-3796/target/jersey-3796-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-3796/4.0.99-SNAPSHOT/jersey-3796-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-3796 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-3992 >--------- [INFO] Building jersey-3992 4.0.99-SNAPSHOT [197/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-3992 --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-3992 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-3992 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] Annotation processing is enabled because one or more processors were found on the class path. A future release of javac may disable annotation processing unless at least one processor is specified by name (-processor), or a search path is specified (--processor-path, --processor-module-path), or annotation processing is enabled explicitly (-proc:only, -proc:full). Use -Xlint:-options to suppress this message. Use -proc:none to disable annotation processing. [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-3992 --- [INFO] Reserved port 46753 for jersey.config.test.container.port [INFO] Reserved port 39821 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jersey-3992 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 Apr 10, 2024 1:05:21 PM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 6.0.0 (Beta1) Apr 10, 2024 1:05:21 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 1:05:21 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 1:05:22 PM 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. Apr 10, 2024 1:05:22 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e4174bb8-7522-4540-a7db-4b6b3e876d9e initialized Apr 10, 2024 1:05:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Apr 10, 2024 1:05:22 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:05:22 PM 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. Apr 10, 2024 1:05:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:05:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 1:05:23 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e4174bb8-7522-4540-a7db-4b6b3e876d9e shut down Apr 10, 2024 1:05:23 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Apr 10, 2024 1:05:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.742 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/ci-cd-integration_4.0/tests/integration/jersey-3992/target/jersey-3992] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [198/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-4003 --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-4003 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-4003/src/test/java/org/glassfish/jersey/tests/integration/jersey4003/LostResponseTest.java: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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.5.0:reserve-network-port (reserve-port) @ jersey-4003 --- [INFO] Reserved port 45531 for jersey.config.test.container.port [INFO] Reserved port 46425 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jersey-4003 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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.278 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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [199/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-4099 --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-4099 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] Annotation processing is enabled because one or more processors were found on the class path. A future release of javac may disable annotation processing unless at least one processor is specified by name (-processor), or a search path is specified (--processor-path, --processor-module-path), or annotation processing is enabled explicitly (-proc:only, -proc:full). Use -Xlint:-options to suppress this message. Use -proc:none to disable annotation processing. [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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] Annotation processing is enabled because one or more processors were found on the class path. A future release of javac may disable annotation processing unless at least one processor is specified by name (-processor), or a search path is specified (--processor-path, --processor-module-path), or annotation processing is enabled explicitly (-proc:only, -proc:full). Use -Xlint:-options to suppress this message. Use -proc:none to disable annotation processing. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-4099 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] Annotation processing is enabled because one or more processors were found on the class path. A future release of javac may disable annotation processing unless at least one processor is specified by name (-processor), or a search path is specified (--processor-path, --processor-module-path), or annotation processing is enabled explicitly (-proc:only, -proc:full). Use -Xlint:-options to suppress this message. Use -proc:none to disable annotation processing. [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-4099 --- [INFO] Reserved port 43315 for jersey.config.test.container.port [INFO] Reserved port 46403 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jersey-4099 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 Apr 10, 2024 1:05:30 PM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 6.0.0 (Beta1) Apr 10, 2024 1:05:30 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Apr 10, 2024 1:05:30 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 1:05:31 PM 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. Apr 10, 2024 1:05:31 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d95f6e55-78b7-4b93-be2f-3ffdf6be6a53 initialized Apr 10, 2024 1:05:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Apr 10, 2024 1:05:31 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:05:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:05:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 1:05:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Apr 10, 2024 1:05:32 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d95f6e55-78b7-4b93-be2f-3ffdf6be6a53 shut down [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.085 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/ci-cd-integration_4.0/tests/integration/jersey-4099/target/jersey-4099-4.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-4099/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 36 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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.examples:project >---------------- [INFO] Building jersey-examples 4.0.99-SNAPSHOT [200/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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.5.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 32991 for jersey.config.test.container.port [INFO] Reserved port 34359 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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [201/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ server-sent-events-jersey --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ server-sent-events-jersey --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ server-sent-events-jersey --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ server-sent-events-jersey --- [INFO] Reserved port 34619 for jersey.config.test.container.port [INFO] Reserved port 42415 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ server-sent-events-jersey --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 Apr 10, 2024 1:05:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34619/ Apr 10, 2024 1:05:36 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:05:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34619] Apr 10, 2024 1:05:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 1:05:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34619] Apr 10, 2024 1:05:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34619/ Apr 10, 2024 1:05:41 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:05:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34619] Apr 10, 2024 1:05:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 1:05:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34619] Apr 10, 2024 1:05:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34619/ Apr 10, 2024 1:05:42 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:05:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34619] Apr 10, 2024 1:05:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Apr 10, 2024 1:05:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34619] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.418 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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [202/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-4507 --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-4507 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-4507 --- [INFO] Reserved port 33327 for jersey.config.test.container.port [INFO] Reserved port 39279 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jersey-4507 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 Apr 10, 2024 1:05:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Apr 10, 2024 1:05:45 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:05:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:05:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 1:05:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.002 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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [203/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-4542 --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-4542 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] Annotation processing is enabled because one or more processors were found on the class path. A future release of javac may disable annotation processing unless at least one processor is specified by name (-processor), or a search path is specified (--processor-path, --processor-module-path), or annotation processing is enabled explicitly (-proc:only, -proc:full). Use -Xlint:-options to suppress this message. Use -proc:none to disable annotation processing. [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-4542 --- [INFO] Reserved port 37467 for jersey.config.test.container.port [INFO] Reserved port 43329 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jersey-4542 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 Apr 10, 2024 1:05:50 PM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 6.0.0 (Beta1) Apr 10, 2024 1:05:50 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 1:05:50 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3416cb71-92c9-4b5a-a86a-8a0b93cae09f initialized Apr 10, 2024 1:05:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Apr 10, 2024 1:05:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:05:51 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Apr 10, 2024 1:05:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:05:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 1:05:51 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3416cb71-92c9-4b5a-a86a-8a0b93cae09f shut down Apr 10, 2024 1:05:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Apr 10, 2024 1:05:52 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 10, 2024 1:05:52 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 38ca9862-48e1-457d-b79f-4c82368dd3ce initialized Apr 10, 2024 1:05:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Apr 10, 2024 1:05:52 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:05:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:05:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 1:05:52 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 38ca9862-48e1-457d-b79f-4c82368dd3ce shut down Apr 10, 2024 1:05:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.903 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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [204/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-4697 --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-4697 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-4697 --- [INFO] Reserved port 41201 for jersey.config.test.container.port [INFO] Reserved port 44975 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jersey-4697 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 Apr 10, 2024 1:05:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Apr 10, 2024 1:05:54 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 10, 2024 1:05:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:05:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 1:05:56 PM 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$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) Apr 10, 2024 1:05:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.805 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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [205/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-4722 --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-4722 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-4722 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-4722 --- [INFO] Reserved port 39339 for jersey.config.test.container.port [INFO] Reserved port 34719 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jersey-4722 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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 Apr 10, 2024 1:06:00 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Apr 10, 2024 1:06:01 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Apr 10, 2024 1:06:01 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Apr 10, 2024 1:06:01 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Apr 10, 2024 1:06:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:06:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 10, 2024 1:06:01 PM 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. Apr 10, 2024 1:06:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Apr 10, 2024 1:06:01 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Apr 10, 2024 1:06:01 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Apr 10, 2024 1:06:01 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Apr 10, 2024 1:06:01 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Apr 10, 2024 1:06:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 10, 2024 1:06:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Apr 10, 2024 1:06:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.036 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/ci-cd-integration_4.0/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 32 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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.tests.integration:jersey-4949 >--------- [INFO] Building jersey-tests-integration-jersey-4949 4.0.99-SNAPSHOT [206/372] [INFO] from tests/integration/jersey-4949/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-4949 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-4949 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-4949 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-4949 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-4949 --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-4949 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-4949/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-4949 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-4949 --- [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-4949 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-4949 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-4949/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-4949 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-4949 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-4949 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-4949/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-4949 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ jersey-4949 --- [INFO] Reserved port 44433 for jersey.config.test.container.port [INFO] Reserved port 44859 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jersey-4949 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-4949 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-4949] in [/home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-4949/target/jersey-4949-4.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-4949/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-4949/target/jersey-4949-4.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-4949 --- [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/ci-cd-integration_4.0/tests/integration/jersey-4949/target/bom.xml [INFO] attaching as jersey-4949-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-4949/target/bom.json [INFO] attaching as jersey-4949-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-4949 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-4949/target/jersey-4949-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:12.0.8:start (start-jetty) @ jersey-4949 --- [INFO] Configuring Jetty for project: jersey-tests-integration-jersey-4949 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-4949/target/classes [INFO] Context path = /c%20ntext [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-4949/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-4949/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-4949/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/ee10/webapp/webdefault-ee10.xml [INFO] Web overrides = none [INFO] jetty-12.0.8; built: 2024-03-29T19:58:19.443Z; git: ffffdcc3c863b8f49901cc7c84a8157ebc5d15f9; jvm 21.0.2+13-58 [INFO] Session workerName=node0 [INFO] Started oeje10mp.MavenWebAppContext@3e1aba3d{/c%20ntext,/c%20ntext,b=file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-4949/src/main/webapp/,a=AVAILABLE,h=oeje10s.SessionHandler@788e59e6{STARTED}}{file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-4949/src/main/webapp/} Apr 10, 2024 1:06:04 PM 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. Apr 10, 2024 1:06:04 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. [INFO] Started oeje10mp.MavenWebAppContext@3e1aba3d{/c%20ntext,/c%20ntext,b=file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-4949/src/main/webapp/,a=AVAILABLE,h=oeje10s.SessionHandler@788e59e6{STARTED}}{file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-4949/src/main/webapp/} [INFO] Started ServerConnector@11f7a7e4{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started oejs.Server@65632a17{STARTING}[12.0.8,sto=0] @3537226ms [INFO] [INFO] --- failsafe:3.2.5:integration-test (default) @ jersey-4949 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-4949/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.jersey4949.Jersey4949ITCase Apr 10, 2024 1:06:04 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.542 s -- in org.glassfish.jersey.tests.integration.jersey4949.Jersey4949ITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:12.0.8:stop (stop-jetty) @ jersey-4949 --- [INFO] Waiting 10 seconds for jetty 159 to stop [INFO] Stopped oejs.Server@65632a17{STOPPING}[12.0.8,sto=0] [INFO] Stopped ServerConnector@11f7a7e4{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Stopped oeje10mp.MavenWebAppContext@3e1aba3d{/c%20ntext,/c%20ntext,b=file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-4949/src/main/webapp/,a=AVAILABLE,h=oeje10s.SessionHandler@788e59e6{STOPPED}}{file:///home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-4949/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.5:verify (default) @ jersey-4949 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-4949/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-4949 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-4949/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4949/4.0.99-SNAPSHOT/jersey-4949-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-4949/target/jersey-4949-4.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4949/4.0.99-SNAPSHOT/jersey-4949-4.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-4949/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4949/4.0.99-SNAPSHOT/jersey-4949-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-4949/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4949/4.0.99-SNAPSHOT/jersey-4949-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-4949/target/jersey-4949-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4949/4.0.99-SNAPSHOT/jersey-4949-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-4949 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-5087 >--------- [INFO] Building jersey-tests-integration-jersey-5087 4.0.99-SNAPSHOT [207/372] [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/ci-cd-integration_4.0 [INFO] [INFO] --- build-helper:3.5.0:parse-version (parse-version) @ jersey-5087 --- [INFO] [INFO] --- build-helper:3.5.0:add-source (default) @ jersey-5087 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/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/ci-cd-integration_4.0/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 [WARNING] system modules path not set in conjunction with -source 17 [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 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [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.5.0:reserve-network-port (reserve-port) @ jersey-5087 --- [INFO] Reserved port 38923 for jersey.config.test.container.port [INFO] Reserved port 44563 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.5: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/ci-cd-integration_4.0/tests/integration/jersey-5087/target/jersey-5087-4.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/integration/jersey-5087/target/jersey-5087-4.0.99-SNAPSHOT.war [3540.095s][warning][gc,alloc] pool-475-thread-2: Retried waiting for GCLocker too often allocating 2500002 words [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] jersey 4.0.99-SNAPSHOT ............................. SUCCESS [02:11 min] [INFO] jersey-archetypes 4.0.99-SNAPSHOT .................. SUCCESS [ 1.759 s] [INFO] jersey-archetype-heroku-webapp 4.0.99-SNAPSHOT ..... SUCCESS [ 4.864 s] [INFO] jersey-archetype-grizzly2 4.0.99-SNAPSHOT .......... SUCCESS [ 0.579 s] [INFO] jersey-archetype-webapp 4.0.99-SNAPSHOT ............ SUCCESS [ 0.411 s] [INFO] jersey-example-java8-webapp 4.0.99-SNAPSHOT ........ SUCCESS [ 0.939 s] [INFO] jersey-bom 4.0.99-SNAPSHOT ......................... SUCCESS [ 0.353 s] [INFO] jersey-core-common 4.0.99-SNAPSHOT ................. SUCCESS [ 56.140 s] [INFO] jersey-inject 4.0.99-SNAPSHOT ...................... SUCCESS [ 0.377 s] [INFO] jersey-inject-hk2 4.0.99-SNAPSHOT .................. SUCCESS [ 7.134 s] [INFO] jersey-core-client 4.0.99-SNAPSHOT ................. SUCCESS [ 32.116 s] [INFO] jersey-media 4.0.99-SNAPSHOT ....................... SUCCESS [ 0.530 s] [INFO] jersey-media-jaxb 4.0.99-SNAPSHOT .................. SUCCESS [ 7.333 s] [INFO] jersey-core-server 4.0.99-SNAPSHOT ................. SUCCESS [01:06 min] [INFO] jersey-containers 4.0.99-SNAPSHOT .................. SUCCESS [ 0.662 s] [INFO] jersey-container-grizzly2-http 4.0.99-SNAPSHOT ..... SUCCESS [ 36.597 s] [INFO] jersey-container-servlet-core 4.0.99-SNAPSHOT ...... SUCCESS [ 3.944 s] [INFO] jersey-test-framework 4.0.99-SNAPSHOT .............. SUCCESS [ 0.460 s] [INFO] jersey-test-framework-core 4.0.99-SNAPSHOT ......... SUCCESS [ 4.283 s] [INFO] jersey-container-servlet 4.0.99-SNAPSHOT ........... SUCCESS [ 1.211 s] [INFO] jersey-container-grizzly2-servlet 4.0.99-SNAPSHOT .. SUCCESS [ 1.161 s] [INFO] jersey-test-framework-providers 4.0.99-SNAPSHOT .... SUCCESS [ 0.405 s] [INFO] jersey-test-framework-provider-grizzly2 4.0.99-SNAPSHOT SUCCESS [ 8.228 s] [INFO] jersey-connectors 4.0.99-SNAPSHOT .................. SUCCESS [ 0.963 s] [INFO] jersey-connectors-apache5 4.0.99-SNAPSHOT .......... SUCCESS [ 22.569 s] [INFO] jersey-test-framework-provider-inmemory 4.0.99-SNAPSHOT SUCCESS [ 3.990 s] [INFO] jersey-test-framework-provider-external 4.0.99-SNAPSHOT SUCCESS [ 1.622 s] [INFO] jersey-container-jdk-http 4.0.99-SNAPSHOT .......... SUCCESS [ 19.758 s] [INFO] jersey-test-framework-provider-jdk-http 4.0.99-SNAPSHOT SUCCESS [ 8.682 s] [INFO] jersey-connectors-netty 4.0.99-SNAPSHOT ............ SUCCESS [ 43.813 s] [INFO] jersey-container-netty-http 4.0.99-SNAPSHOT ........ SUCCESS [ 4.202 s] [INFO] jersey-test-framework-provider-netty 4.0.99-SNAPSHOT SUCCESS [ 1.332 s] [INFO] jersey-container-jetty-http 4.0.99-SNAPSHOT ........ SUCCESS [ 12.931 s] [INFO] jersey-test-framework-provider-jetty 4.0.99-SNAPSHOT SUCCESS [ 3.676 s] [INFO] jersey-test-framework-provider-bundle 4.0.99-SNAPSHOT SUCCESS [ 1.897 s] [INFO] jersey-connectors-grizzly 4.0.99-SNAPSHOT .......... SUCCESS [ 13.081 s] [INFO] jersey-media-sse 4.0.99-SNAPSHOT ................... SUCCESS [ 26.285 s] [INFO] jersey-connectors-helidon 4.0.99-SNAPSHOT .......... SUCCESS [01:12 min] [INFO] jersey-connectors-jdk 4.0.99-SNAPSHOT .............. SUCCESS [ 44.136 s] [INFO] jersey-extensions 4.0.99-SNAPSHOT .................. SUCCESS [ 0.500 s] [INFO] jersey-ext-entity-filtering 4.0.99-SNAPSHOT ........ SUCCESS [ 3.935 s] [INFO] jersey-media-json-jackson 4.0.99-SNAPSHOT .......... SUCCESS [ 6.294 s] [INFO] jersey-connectors-jetty 4.0.99-SNAPSHOT ............ SUCCESS [ 18.673 s] [INFO] jersey-container-jetty-http2 4.0.99-SNAPSHOT ....... SUCCESS [ 12.412 s] [INFO] jersey-test-framework-provider-jetty-http2 4.0.99-SNAPSHOT SUCCESS [ 4.833 s] [INFO] jersey-connectors-jetty-http2 4.0.99-SNAPSHOT ...... SUCCESS [ 19.146 s] [INFO] jersey-connectors-jnh 4.0.99-SNAPSHOT .............. SUCCESS [ 22.338 s] [INFO] jersey-cdi-support 4.0.99-SNAPSHOT ................. SUCCESS [ 0.359 s] [INFO] jersey-ext-cdi1x 4.0.99-SNAPSHOT ................... SUCCESS [ 3.192 s] [INFO] jersey-glassfish-support 4.0.99-SNAPSHOT ........... SUCCESS [ 0.493 s] [INFO] jersey-gf-ejb 4.0.99-SNAPSHOT ...................... SUCCESS [ 4.475 s] [INFO] jersey-container-jetty-servlet 4.0.99-SNAPSHOT ..... SUCCESS [ 1.083 s] [INFO] jersey-ext-bean-validation 4.0.99-SNAPSHOT ......... SUCCESS [ 1.957 s] [INFO] jersey-ext-cdi1x-ban-custom-hk2-binding 4.0.99-SNAPSHOT SUCCESS [ 1.643 s] [INFO] jersey-ext-cdi-rs-inject 4.0.99-SNAPSHOT ........... SUCCESS [ 24.883 s] [INFO] jersey-ext-cdi1x-servlet 4.0.99-SNAPSHOT ........... SUCCESS [ 1.047 s] [INFO] jersey-ext-cdi1x-transaction 4.0.99-SNAPSHOT ....... SUCCESS [ 1.480 s] [INFO] jersey-ext-cdi1x-validation 4.0.99-SNAPSHOT ........ SUCCESS [ 1.313 s] [INFO] jersey-ext-weld2-se 4.0.99-SNAPSHOT ................ SUCCESS [ 1.162 s] [INFO] jersey-ext-metainf-services 4.0.99-SNAPSHOT ........ SUCCESS [ 3.818 s] [INFO] jersey-micrometer 4.0.99-SNAPSHOT .................. SUCCESS [ 7.426 s] [INFO] jersey-ext-mvc 4.0.99-SNAPSHOT ..................... SUCCESS [ 1.767 s] [INFO] jersey-ext-mvc-bean-validation 4.0.99-SNAPSHOT ..... SUCCESS [ 0.936 s] [INFO] jersey-ext-mvc-freemarker 4.0.99-SNAPSHOT .......... SUCCESS [ 1.169 s] [INFO] jersey-ext-mvc-jsp 4.0.99-SNAPSHOT ................. SUCCESS [ 1.689 s] [INFO] jersey-ext-mvc-mustache 4.0.99-SNAPSHOT ............ SUCCESS [ 1.014 s] [INFO] jersey-ext-proxy-client 4.0.99-SNAPSHOT ............ SUCCESS [ 8.332 s] [INFO] jersey-ext-rx 4.0.99-SNAPSHOT ...................... SUCCESS [ 0.387 s] [INFO] jersey-ext-rx-client-guava 4.0.99-SNAPSHOT ......... SUCCESS [ 2.214 s] [INFO] jersey-ext-rx-client-rxjava 4.0.99-SNAPSHOT ........ SUCCESS [ 2.388 s] [INFO] jersey-ext-rx-client-rxjava2 4.0.99-SNAPSHOT ....... SUCCESS [ 3.170 s] [INFO] jersey-spring6 4.0.99-SNAPSHOT ..................... SUCCESS [ 6.907 s] [INFO] jersey-wadl-doclet 4.0.99-SNAPSHOT ................. SUCCESS [ 1.461 s] [INFO] jersey-media-json-binding 4.0.99-SNAPSHOT .......... SUCCESS [ 1.509 s] [INFO] project 4.0.99-SNAPSHOT ............................ SUCCESS [ 0.369 s] [INFO] jersey-mp-rest-client 4.0.99-SNAPSHOT .............. SUCCESS [ 5.106 s] [INFO] jersey-mp-config 4.0.99-SNAPSHOT ................... SUCCESS [ 3.562 s] [INFO] jersey-incubator 4.0.99-SNAPSHOT ................... SUCCESS [ 0.303 s] [INFO] jersey-inject-cdi-weld 4.0.99-SNAPSHOT ............. SUCCESS [ 13.026 s] [INFO] jersey-declarative-linking 4.0.99-SNAPSHOT ......... SUCCESS [ 6.979 s] [INFO] jersey-ext-gae-integration 4.0.99-SNAPSHOT ......... SUCCESS [ 1.303 s] [INFO] jersey-media-html-json 4.0.99-SNAPSHOT ............. SUCCESS [ 5.227 s] [INFO] jersey-inject-injectless-client 4.0.99-SNAPSHOT .... SUCCESS [ 0.766 s] [INFO] jersey-media-kryo 4.0.99-SNAPSHOT .................. SUCCESS [ 3.897 s] [INFO] jersey-open-tracing 4.0.99-SNAPSHOT ................ SUCCESS [ 1.493 s] [INFO] jersey-inject-cdi2-se 4.0.99-SNAPSHOT .............. SUCCESS [ 8.427 s] [INFO] jersey-media-json-gson 4.0.99-SNAPSHOT ............. SUCCESS [ 1.725 s] [INFO] jersey-media-json-jettison 4.0.99-SNAPSHOT ......... SUCCESS [ 1.727 s] [INFO] jersey-media-json-processing 4.0.99-SNAPSHOT ....... SUCCESS [ 3.021 s] [INFO] jersey-media-moxy 4.0.99-SNAPSHOT .................. SUCCESS [ 1.565 s] [INFO] jersey-media-multipart 4.0.99-SNAPSHOT ............. SUCCESS [ 15.297 s] [INFO] jersey-security 4.0.99-SNAPSHOT .................... SUCCESS [ 0.309 s] [INFO] oauth1-signature 4.0.99-SNAPSHOT ................... SUCCESS [ 2.397 s] [INFO] jersey-security 4.0.99-SNAPSHOT .................... SUCCESS [ 1.215 s] [INFO] oauth1-server 4.0.99-SNAPSHOT ...................... SUCCESS [ 5.351 s] [INFO] oauth2-client 4.0.99-SNAPSHOT ...................... SUCCESS [ 1.283 s] [INFO] jersey-test-framework-util 4.0.99-SNAPSHOT ......... SUCCESS [ 3.125 s] [INFO] jersey-tests 4.0.99-SNAPSHOT ....................... SUCCESS [ 0.358 s] [INFO] jersey-tests-e2e 4.0.99-SNAPSHOT ................... SUCCESS [08:35 min] [INFO] jersey-tests-e2e-client 4.0.99-SNAPSHOT ............ SUCCESS [05:14 min] [INFO] jersey-tests-e2e-core-common 4.0.99-SNAPSHOT ....... SUCCESS [ 4.839 s] [INFO] jersey-tests-e2e-entity 4.0.99-SNAPSHOT ............ SUCCESS [07:58 min] [INFO] jersey-tests-e2e-inject 4.0.99-SNAPSHOT ............ SUCCESS [ 0.358 s] [INFO] jersey-tests-e2e-inject-cdi-se 4.0.99-SNAPSHOT ..... SUCCESS [ 9.339 s] [INFO] jersey-tests-e2e-inject-cdi-inject-weld 4.0.99-SNAPSHOT SUCCESS [ 9.625 s] [INFO] e2e-inject-hk2 4.0.99-SNAPSHOT ..................... SUCCESS [ 4.849 s] [INFO] jersey-tests-e2e-server 4.0.99-SNAPSHOT ............ SUCCESS [14:41 min] [INFO] jersey-tests-e2e-testng 4.0.99-SNAPSHOT ............ SUCCESS [ 11.590 s] [INFO] jersey-tests-e2e-tls 4.0.99-SNAPSHOT ............... SUCCESS [ 20.863 s] [INFO] jersey-tests-integration 4.0.99-SNAPSHOT ........... SUCCESS [ 0.617 s] [INFO] jersey-asm-integration 4.0.99-SNAPSHOT ............. SUCCESS [ 1.324 s] [INFO] jersey-tests-integration-jersey-async-filter 4.0.99-SNAPSHOT SUCCESS [ 12.331 s] [INFO] cdi-integration-project 4.0.99-SNAPSHOT ............ SUCCESS [ 0.511 s] [INFO] jersey-tests-cdi-beanvalidation-webapp 4.0.99-SNAPSHOT SUCCESS [ 12.475 s] [INFO] jersey-tests-cdi-client 4.0.99-SNAPSHOT ............ SUCCESS [ 3.331 s] [INFO] jersey-tests-cdi-client-on-server 4.0.99-SNAPSHOT .. SUCCESS [ 4.955 s] [INFO] jersey-tests-cdi-ejb-webapp 4.0.99-SNAPSHOT ........ SUCCESS [ 3.166 s] [INFO] jersey-tests-cdi-iface-with-non-jaxrs-impl-test-webapp 4.0.99-SNAPSHOT SUCCESS [ 2.128 s] [INFO] jersey-tests-cdi-inject-weld 4.0.99-SNAPSHOT ....... SUCCESS [ 5.942 s] [INFO] cdi-manually-bound 4.0.99-SNAPSHOT ................. SUCCESS [ 5.018 s] [INFO] jersey-tests-cdi-log-check 4.0.99-SNAPSHOT ......... SUCCESS [ 5.240 s] [INFO] jersey-tests-integration-cdi-multimodule-lib 4.0.99-SNAPSHOT SUCCESS [ 0.595 s] [INFO] jersey-tests-integration-cdi-multimodule-war 4.0.99-SNAPSHOT SUCCESS [ 2.083 s] [INFO] jersey-tests-integration-cdi-multimodule-war2 4.0.99-SNAPSHOT SUCCESS [ 2.417 s] [INFO] jersey-tests-integration-cdi-multimodule-ear 4.0.99-SNAPSHOT SUCCESS [ 1.496 s] [INFO] jersey-tests-integration-cdi-multimodule 4.0.99-SNAPSHOT SUCCESS [ 0.291 s] [INFO] jersey-tests-cdi-multipart-webapp 4.0.99-SNAPSHOT .. SUCCESS [ 2.079 s] [INFO] jersey-tests-resource-with-at-context 4.0.99-SNAPSHOT SUCCESS [ 4.288 s] [INFO] cdi-singleton 4.0.99-SNAPSHOT ...................... SUCCESS [ 4.540 s] [INFO] jersey-tests-cdi-webapp 4.0.99-SNAPSHOT ............ SUCCESS [ 13.160 s] [INFO] jersey-tests-cdi-with-jersey-injection-custom-cfg-webapp 4.0.99-SNAPSHOT SUCCESS [ 3.238 s] [INFO] jersey-tests-cdi-with-jersey-injection-custom-hk2-banned-webapp 4.0.99-SNAPSHOT SUCCESS [ 2.716 s] [INFO] jersey-tests-cdi-with-jersey-injection-webapp 4.0.99-SNAPSHOT SUCCESS [ 2.766 s] [INFO] jersey-tests-context-inject-on-server 4.0.99-SNAPSHOT SUCCESS [ 9.709 s] [INFO] jersey-tests-glassfish-inject-on-server 4.0.99-SNAPSHOT SUCCESS [ 5.334 s] [INFO] client-connector-provider 4.0.99-SNAPSHOT .......... SUCCESS [ 3.136 s] [INFO] jersey-tests-integration-ejb-multimodule-lib 4.0.99-SNAPSHOT SUCCESS [ 0.631 s] [INFO] jersey-tests-integration-ejb-multimodule-war 4.0.99-SNAPSHOT SUCCESS [ 2.169 s] [INFO] jersey-tests-integration-ejb-multimodule-ear 4.0.99-SNAPSHOT SUCCESS [ 0.694 s] [INFO] jersey-tests-integration-ejb-multimodule 4.0.99-SNAPSHOT SUCCESS [ 0.274 s] [INFO] jersey-tests-integration-ejb-multimodule-reload-lib 4.0.99-SNAPSHOT SUCCESS [ 0.678 s] [INFO] jersey-tests-integration-ejb-multimodule-reload-war1 4.0.99-SNAPSHOT SUCCESS [ 2.147 s] [INFO] jersey-tests-integration-ejb-multimodule-reload-war2 4.0.99-SNAPSHOT SUCCESS [ 1.974 s] [INFO] jersey-tests-integration-ejb-multimodule-reload-ear 4.0.99-SNAPSHOT SUCCESS [ 0.966 s] [INFO] jersey-tests-integration-ejb-multimodule-reload 4.0.99-SNAPSHOT SUCCESS [ 0.390 s] [INFO] jersey-tests-ejb-webapp 4.0.99-SNAPSHOT ............ SUCCESS [ 2.866 s] [INFO] jersey-tests-externalproperties 4.0.99-SNAPSHOT .... SUCCESS [ 3.017 s] [INFO] j-376-reproducer 4.0.99-SNAPSHOT ................... SUCCESS [ 4.210 s] [INFO] jersey-tests-integration-j-441-war1 4.0.99-SNAPSHOT SUCCESS [ 2.168 s] [INFO] jersey-tests-integration-j-441-war2 4.0.99-SNAPSHOT SUCCESS [ 2.066 s] [INFO] jersey-tests-integration-j-441-ear 4.0.99-SNAPSHOT . SUCCESS [ 0.841 s] [INFO] jersey-tests-integration-j-441 4.0.99-SNAPSHOT ..... SUCCESS [ 0.288 s] [INFO] jersey-tests-integration-j-59-ejb-lib 4.0.99-SNAPSHOT SUCCESS [ 0.477 s] [INFO] jersey-tests-integration-j-59-cdi-war 4.0.99-SNAPSHOT SUCCESS [ 2.309 s] [INFO] jersey-tests-integration-j-59-ear 4.0.99-SNAPSHOT .. SUCCESS [ 0.680 s] [INFO] jersey-tests-integration-j-59 4.0.99-SNAPSHOT ...... SUCCESS [ 0.328 s] [INFO] jersey-compatibility-jackson14 4.0.99-SNAPSHOT ..... SUCCESS [ 1.875 s] [INFO] jersey-tests-component-inject 4.0.99-SNAPSHOT ...... SUCCESS [ 4.781 s] [INFO] jersey-tests-integration-jersey-780 4.0.99-SNAPSHOT SUCCESS [ 2.913 s] [INFO] jersey-tests-integration-jersey-1107 4.0.99-SNAPSHOT SUCCESS [ 3.563 s] [INFO] jersey-tests-integration-jersey-1223 4.0.99-SNAPSHOT SUCCESS [ 2.926 s] [INFO] jersey-tests-integration-jersey-1604 4.0.99-SNAPSHOT SUCCESS [ 4.341 s] [INFO] jersey-tests-integration-jersey-1667 4.0.99-SNAPSHOT SUCCESS [ 3.494 s] [INFO] jersey-tests-integration-jersey-1829 4.0.99-SNAPSHOT SUCCESS [ 3.170 s] [INFO] jersey-tests-integration-jersey-1883 4.0.99-SNAPSHOT SUCCESS [ 4.715 s] [INFO] jersey-tests-integration-jersey-1928 4.0.99-SNAPSHOT SUCCESS [ 3.480 s] [INFO] jersey-tests-integration-jersey-1960 4.0.99-SNAPSHOT SUCCESS [ 3.408 s] [INFO] jersey-tests-integration-jersey-1964 4.0.99-SNAPSHOT SUCCESS [ 5.342 s] [INFO] jersey-tests-integration-jersey-2031 4.0.99-SNAPSHOT SUCCESS [ 7.492 s] [INFO] jersey-tests-integration-jersey-2136 4.0.99-SNAPSHOT SUCCESS [ 3.576 s] [INFO] jersey-tests-integration-jersey-2137 4.0.99-SNAPSHOT SUCCESS [ 2.307 s] [INFO] jersey-tests-integration-jersey-2154 4.0.99-SNAPSHOT SUCCESS [ 2.397 s] [INFO] jersey-tests-integration-jersey-2160 4.0.99-SNAPSHOT SUCCESS [ 3.183 s] [INFO] jersey-tests-integration-jersey-2164 4.0.99-SNAPSHOT SUCCESS [ 3.563 s] [INFO] jersey-tests-integration-jersey-2167 4.0.99-SNAPSHOT SUCCESS [ 3.454 s] [INFO] jersey-tests-integration-jersey-2176 4.0.99-SNAPSHOT SUCCESS [ 4.627 s] [INFO] jersey-tests-integration-jersey-2184 4.0.99-SNAPSHOT SUCCESS [ 3.705 s] [INFO] jersey-tests-integration-jersey-2255 4.0.99-SNAPSHOT SUCCESS [ 5.118 s] [INFO] jersey-tests-integration-jersey-2322 4.0.99-SNAPSHOT SUCCESS [ 4.908 s] [INFO] jersey-tests-integration-jersey-2335 4.0.99-SNAPSHOT SUCCESS [ 4.115 s] [INFO] jersey-tests-integration-jersey-2421 4.0.99-SNAPSHOT SUCCESS [ 1.784 s] [INFO] jersey-tests-integration-jersey-2551 4.0.99-SNAPSHOT SUCCESS [ 3.145 s] [INFO] jersey-tests-integration-jersey-2612 4.0.99-SNAPSHOT SUCCESS [ 3.590 s] [INFO] jersey-tests-integration-jersey-2637 4.0.99-SNAPSHOT SUCCESS [ 5.308 s] [INFO] jersey-tests-integration-jersey-2654 4.0.99-SNAPSHOT SUCCESS [ 3.054 s] [INFO] jersey-tests-integration-jersey-2673 4.0.99-SNAPSHOT SUCCESS [ 5.103 s] [INFO] jersey-tests-integration-jersey-2689 4.0.99-SNAPSHOT SUCCESS [ 5.145 s] [INFO] jersey-tests-integration-jersey-2704 4.0.99-SNAPSHOT SUCCESS [ 3.810 s] [INFO] jersey-tests-integration-jersey-2776 4.0.99-SNAPSHOT SUCCESS [ 2.234 s] [INFO] jersey-tests-integration-jersey-2794 4.0.99-SNAPSHOT SUCCESS [ 3.820 s] [INFO] jersey-tests-integration-jersey-2846 4.0.99-SNAPSHOT SUCCESS [ 8.146 s] [INFO] jersey-tests-integration-jersey-2878 4.0.99-SNAPSHOT SUCCESS [ 4.278 s] [INFO] jersey-tests-integration-jersey-2892 4.0.99-SNAPSHOT SUCCESS [ 7.345 s] [INFO] jersey-3662 4.0.99-SNAPSHOT ........................ SUCCESS [ 2.555 s] [INFO] jersey-tests-integration-jersey-3670 4.0.99-SNAPSHOT SUCCESS [ 2.857 s] [INFO] jersey-tests-integration-jersey-3796 4.0.99-SNAPSHOT SUCCESS [ 5.722 s] [INFO] jersey-3992 4.0.99-SNAPSHOT ........................ SUCCESS [ 4.511 s] [INFO] jersey-tests-integration-jersey-4003 4.0.99-SNAPSHOT SUCCESS [ 3.734 s] [INFO] jersey-tests-integration-jersey-4099 4.0.99-SNAPSHOT SUCCESS [ 5.572 s] [INFO] jersey-examples 4.0.99-SNAPSHOT .................... SUCCESS [ 0.308 s] [INFO] jersey-examples-server-sent-events-jersey 4.0.99-SNAPSHOT SUCCESS [ 8.983 s] [INFO] jersey-4507 4.0.99-SNAPSHOT ........................ SUCCESS [ 5.602 s] [INFO] jersey-4542 4.0.99-SNAPSHOT ........................ SUCCESS [ 3.882 s] [INFO] jersey-4697 4.0.99-SNAPSHOT ........................ SUCCESS [ 6.314 s] [INFO] jersey-4722 4.0.99-SNAPSHOT ........................ SUCCESS [ 2.839 s] [INFO] jersey-tests-integration-jersey-4949 4.0.99-SNAPSHOT SUCCESS [ 3.240 s] [INFO] jersey-tests-integration-jersey-5087 4.0.99-SNAPSHOT FAILURE [ 1.176 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-jersey-security-digest 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-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-thin-server 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-osgi 4.0.99-SNAPSHOT .................. SKIPPED [INFO] jersey-tests-osgi-functional 4.0.99-SNAPSHOT ....... SKIPPED [INFO] jersey-release-test 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-tests-stress 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-spring-webapp 4.0.99-SNAPSHOT SKIPPED [INFO] helloworld-spring-annotations 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-bundles 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: 58:58 min [INFO] Finished at: 2024-04-10T13:06:07Z [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/0x00007fb915204838.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